9 results found
-
API endpoints for current user profile (e.g. lists) Would allow users to import/export their lists from/to other services like Playnite and RAWG.
14 votes -
8 votes
-
Bring back "time_to_beat" game field or similar Was really sad to see it removed, as it's a nice metric to be able to sort and filter on.
8 votes -
Allow fetching of game rating breakdown Allow fetching detail rating breakdowns; ie the data that drives the below image on the website;
https://www.igdb.com/games/horizon-zero-dawn-complete-edition/rating_breakdown.svg
The level of detail presented in the chart is sufficient, ie, number of ratings at each level of ratings, example output below;
{
"ratings": [
{
"ratingname": "Superb",
"ratingcount": 10,
"ratingvalue": 10
},
{
"ratingname": "Great",
"ratingcount": 100,
"ratingvalue": 9
},
{
"ratingname": "Good",
"ratingcount": 1000,
"ratingvalue": 8
},
{
"ratingname": "etc",
"ratingcount": 120,
"ratingvalue": 7
}
]
}Other note: underscores for italic formatting is annoying. :)
4 votes -
Information which company worked on which platform It would be great if the API returned which company worked on which platform, for example Company A worked on platforms X, Y and Company B on platform Z. This information is visible on the edit page on IGDB, but not via the API (should presumably be included in the "involved companies" endpoint).
4 votes -
Add Rust Wrapper to documentation Hello!
I've been working on a project wrapping the IGDB API into Rust language code:https://github.com/yurypcf/igdb
It's a open source project, and it's working pretty well.
I'm planning to contribute consistently. I'd appreciate a documentation update in the section WRAPPERS of the IGDB official API reference with the project repository. Thanks!3 votes -
Historic Data A historic data such as followers/viewers would be very nice.
3 votes -
Add a category "Internal Serial" in the external_games endpoint of API Arcade or console games usually have an internal serial
e.g. http://redump.org/discs/system/naomi/And different port of the same game would have its unique serial on different platforms
1 vote -
Allow POST commands to endpoints for providing data updates I'm currently working on a project where any (eventual) users of my app will (with their consent) be parsing their game libraries and providing data where it's missing in igdb, I'd like to be able to post this data via my app to your database.
Obviously, I'm not expecting to be able to post directly, but the ability to log contribution requests via POST commands would be good.
1 vote
- Don't see your idea?