26 results found
-
false release date
https://www.igdb.com/games/far-cry-6/countdown far cry 6 has not been released on google stadia, but it shows that it is. please change this immediately.
1 voteHey! thanks for pointing it out. It seems to be due to a bug rather than a false release mind you. We’re taking a look!
As a note, if you do spot some incorrect data you are able to edit and submit an update in case :)
Thanks!
-
API does not return tags for some games
For some games the API does not return any tags, despite having themes/genres.
Examples:
- https://www.igdb.com/games/killer-instinct-definitive-edition
- https://www.igdb.com/games/just-cause-4-reloaded1 vote -
Broken review links can affect Critic Review Scores.
As some reviews age, some sites can go out of business or just shut down. However there doesn't appear to be an automatic way the database removes or reports broken links or updates scores as they go away. Additionally, some of these will push scores averages down if they continue to inaccurately are placed as Review Scores, yet hold broken links.
Steel Battalion
https://www.igdb.com/games/steel-battalion
- 404 Review Links (Gaming Trend)Fatal Frame II: Crimson Butterfly
https://www.igdb.com/games/fatal-frame-ii-crimson-butterfly
- Inaccurate count of 3 reviews on Game Page, but 2 reviews listed on Critic Reviews breakdown page.Disgaea 2 Dark Hero Days
https://www.igdb.com/games/disgaea-2-dark-hero-days…1 vote -
Not receiving screenshots via webhook
I haven't received any new screenshots since Nov 16th via webhook. I am still receiving other models such as games, covers, etc. so I'm guessing this might be specific to the screenshot endpoint.
I also don't believe this is on my side since I refresh my webhooks daily and have verified the setup.
1 vote -
Search query fails with 400 (Bad reqest)
My Search query to IGDB API is failing with status code 400 if the search text contains a back slash \ in it:
I am using below syntax:
const { q } = req.query
let fields =name, collection
apicalypse(requestOptions)
.fields(fields)
.limit(50)
.search(q)
.request('/games')
.then(response => returnResponse(response, req, res))
.catch(err => returnError(err, req, res))requestOptions are like this:
const apiPath = 'https://api-v3.igdb.com'
const defaultHeaders = {
'Accept': "application/json",
"user-key": apiKey
}
// Apicalypse Request Options
const requestOptions = {
queryMethod: 'body',
method: 'post', // The default isget
baseURL: apiPath,
headers: defaultHeaders,
responseType: 'json',
timeout: 10000
}
q…1 vote -
Undocumented externalGame enum for giantbomb
Query: fields id,name,externalgames.*; search "magic the gathering";where externalgames.uid = "2748";limit 1;'
There are two categories 3 in the returned object, which does not correspond to an enum in the documentation; a category 3 corresponding to giantbomb can be added which would fix this.
https://api-docs.igdb.com/#external-game
https://github.com/igdb/igdb-typescript-types/blob/master/index.d.ts#L12641 vote
- Don't see your idea?