RAWG Video Games Database
Mock the RAWG video games database API to look up games, genres, platforms, developers, publishers, stores, creators, and screenshots without using a real RAWG key.
[01]
About
Emulate game search and detail, DLC and series lookups, screenshots, trailers, store links, achievements, and metadata listings for genres, platforms, publishers, developers, and tags. Useful for game-catalog UIs, prototypes, and tests that want a RAWG-shaped response without consuming live quota.
Endpoints
30 across 9 resource groups
Methods
GET 30 none deprecated
OpenAPI
3.0.0 spec version v1.0
Source spec
63 KB · YAML
[02]
Endpoints
| GET |
/creator-roles
|
Get a list of creator positions (jobs).
|
| GET |
/creators
|
Get a list of game creators.
|
| GET |
/creators/{id}
|
Get details of the creator.
|
| GET |
/developers
|
Get a list of game developers.
|
| GET |
/developers/{id}
|
Get details of the developer.
|
| GET |
/games
|
Get a list of games.
|
| GET |
/games/{game_pk}/additions
|
Get a list of DLC's for the game, GOTY and other editions, companion apps, etc.
|
| GET |
/games/{game_pk}/development-team
|
Get a list of individual creators that were part of the development team.
|
| GET |
/games/{game_pk}/game-series
|
Get a list of games that are part of the same series.
|
| GET |
/games/{game_pk}/parent-games
|
Get a list of parent games for DLC's and editions.
|
| GET |
/games/{game_pk}/screenshots
|
Get screenshots for the game.
|
| GET |
/games/{game_pk}/stores
|
Get links to the stores that sell the game.
|
| GET |
/games/{id}
|
Get details of the game.
|
| GET |
/games/{id}/achievements
|
Get a list of game achievements.
|
| GET |
/games/{id}/movies
|
Get a list of game trailers.
|
| GET |
/games/{id}/reddit
|
Get a list of most recent posts from the game's subreddit.
|
| GET |
/games/{id}/suggested
|
Get a list of visually similar games, available only for business and enterprise API users.
|
| GET |
/games/{id}/twitch
|
Get streams on Twitch associated with the game, available only for business and enterprise API users.
|
| GET |
/games/{id}/youtube
|
Get videos from YouTube associated with the game, available only for business and enterprise API users.
|
| GET |
/genres
|
Get a list of video game genres.
|
| GET |
/genres/{id}
|
Get details of the genre.
|
| GET |
/platforms
|
Get a list of video game platforms.
|
| GET |
/platforms/lists/parents
|
Get a list of parent platforms. For instance, for PS2 and PS4 the “parent platform” is PlayStation. Mocked via Mockzilla.
|
| GET |
/platforms/{id}
|
Get details of the platform.
|
| GET |
/publishers
|
Get a list of video game publishers.
|
| GET |
/publishers/{id}
|
Get details of the publisher.
|
| GET |
/stores
|
Get a list of video game storefronts.
|
| GET |
/stores/{id}
|
Get details of the store.
|
| GET |
/tags
|
Get a list of tags.
|
| GET |
/tags/{id}
|
Get details of the tag.
|