IGDB
communityInternet Game Database by Twitch. Comprehensive game data with ratings, reviews, and metadata.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://api.igdb.com/v4/gamesSearch games
Parameters
bodyApicalypse query e.g. search "zelda"; fields namerequired— rating, cover; limit 10; (stringReturns
games[] with id, name, rating, total_rating, first_release_date, cover, genres, platforms, summaryPOST
https://api.igdb.com/v4/gamesGet game details
Parameters
bodyfields *; where id = {id}; (stringrequiredReturns
id, name, summary, storyline, rating, total_rating, first_release_date, genres[], platforms[], screenshots[], videos[], involved_companies[]POST
https://api.igdb.com/v4/gamesGet popular games
Parameters
bodyfields namerequired— rating, cover, total_rating_count; sort total_rating_count desc; limit 20; (stringReturns
games[] with id, name, rating, cover, total_rating_count