298 results found
-
Gamescore on public profile
https://xboxgamertag.com/search/cuddlyfriction
basically pull the information like this into my public profile
just generally more information on a persons gaming history
1 vote -
Replace Green Backdrop for Missing Screenshots with a Default Placeholder Image
Currently, when titles do not have an included Screenshot, the highlighted backdrop of the page displays a green background color. While I'm sure this is intentional in order to entice users to always be sure to add one, there isn't really anything that communicates this is what caused the green background. Further from an aesthetic point of view, it highly clashes with the purple "theme" of Twitch/IGDB.
As a suggestion, Twitch channels that don't include a background image will display a repeating pattern of the user's name. Or, an icon to signify a broken image to tell users to add…
1 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 -
Live Streaming links for games
It would be great if your database had a link to live stream channels for the game.
For example GTA V could point you to these links.
https://www.twitch.tv/directory/game/Grand%20Theft%20Auto%20V
https://www.youtube.com/channel/UCOquqcRMJmURiGfEnaitptg
https://www.facebook.com/gaming/game/grandtheftautov
Not sure if there are other similar sites... But also if you add this please open it up to the API as well!
Thanks!
1 vote -
Users/Streamer should be able to submit Topic Icons
Some lesser played games don't have an icon, a streamer should be able to submit an icon to Twitch after streaming the game for a certain amount of time.
1 voteHey there!
By icons, do you mean the (game) box arts/covers?If so, we have plans to improve coverage of those on Twitch via IGDB covers, but also eventually help streamers and viewers add to those on IGDB.
Thanks!
-
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 -
Rated List Pagination is Broken
Pages 1, 2, and 3 of rated games, sorted by rating, does not show all of the games. Games of the same rating seem to be mixed up, and not using a second sorting column like game name to determine which should show on subsequent pages. This may be broken in the API as well, but I have not confirmed.
https://www.igdb.com/users/wrabies/lists/rated?page=1&target=listentries&user_rating=desc
https://www.igdb.com/users/wrabies/lists/rated?page=2&target=listentries&user_rating=desc1 vote -
A better process for notifying Twitch/IGDB about missing games
Both Castlevania for the N64 and Castlevania: Legacy of Darkness are missing from the Categories menu of Twitch, but they are not missing from IGDB's site. I have spent the better part of two hours trying to figure out how to inform someone, ANYONE, of this (admittedly small) oversight and ended up here.
There has to be a better way to inform Twitch/IGDB of problems of this nature than to wander aimlessly around the Twitch help section, then give up and use the feedback forum, hoping that a relatively minor fix will be noticed by someone with the power and…
1 voteAdminIGDB (Admin, Twitch) responded
Hey there!
For all things IGDB it is best to come to us directly rather than via Twitch help. Our preferred way is via Discord :)
Discord: discord.gg/igdb
Contact form: https://www.igdb.com/feedbacks/new
Twitter: https://twitter.com/IGDBcomRegarding the Twitch categories, while IGDB provides the data but what ends up there is decided by Twitch itself. In the case of Castlevania it is due to the fact Twitch is not ingesting Versions of games at this time. We are however working on expanding the data set so that they can become categories. Stay tuned!
-
When I search for a game in the advanced search, I find the dates of some games that were released on pc are incorrect as for the date of th
When I search for a game in the advanced search, I find the dates of some games that were released on pc are incorrect as for the date of their real release on a pc. Now these games Appear with dates of their first release on any platform and not their first release on a PC. Please fix that as for pc and the other platforms
sorry for my bad english
1 vote -
Add "Waiting" list
An automatically updated activity list specifically for games which have not been released yet. Once released games are automatically transferred to the "Want to Play" list.
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 -
Game image catalog naming convention as altenative titles
Some of the games don't get results through the API because the names used by ROM (and other game images) documenting organizations have some rules that don't apply to IGDB's main title rule.
Some of them:
If the title starts with an article, it goes to the end of the title. (Legend of Zelda, The)
If there is a non-standard character, like slashes, quotes, etc, they are removed.
The Japanese naming scheme uses double vowels instead of singles ones.It would be good to have as an alternative title option something like: "Alternative title - No-Intro Naming Convention".
I'm pretty…
1 vote -
NEW Game Addition
Hi can you Please Add Pubg Mobile LITE Because i & most of the streamers want to stream pubg mobile lite on your platform
1 vote -
BUG: Adding fresh comment in custom list doesn't display right away
When adding a comment to a game in a custom list – and that's all you do when editing the list – and then save the list, the comment will not be displayed until the list gets a game added/removed.
EDIT: Needs more testing to pinpoint if it is consistent or just a cache coincidence.
1 vote -
Game deal data?
hi, thank you for the amazing database.
Im new to igdb and I don't know if this suggestion has been asked before but ...
Have you guys ever considered adding store deal to this database?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 -
1 vote
-
1 vote
- Don't see your idea?