/games
Games database related routes
GET /
All games
Description
Returns all the games of rawg.io in the order of popularity, popular - first
Dumping the DB is against the API rules, if you need large-volume exports for your use-case, ping [email protected]
first 😉
GET /:gameSlug
Game by slug
Descirption
Returns a single game for the specified slug
Get /:gameSlug/suggested
Suggested games
Descriptions
Returns suggested games for the base gameSlug
, uses rawg's ai discovery system 🚀
GET /:gameSlug/collections
Collections with this game
Description
Returns a page of collections this game is a part of
PATCH /:gameSlug
Edit the game data
Description
Edits the game data by overwriting it with the provided data (make sure to base all edits of recently requested game data)
GET /:gameSlug/screenshots
Game screenshots
Description
Returns a page of screenshots of this game
← /auth /collections →