Other
rawg.io
RAWG Video Games Database sandbox and mock API
The largest open video games database. ### Why build on RAWG - More than 350,000 games for 50 platforms including mobiles. - Rich metadata: tags, genres, developers, publishers, individual creators, official websites, release dates, Metacritic ratings. - Where to buy: links to digital distribution services - Similar games based on visual similarity. - Player activity data: Steam average playtime Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 30
- Collections
- -
- Event types
- -
example request
curl https://your-rawg.slurry.io/api/creator-roles \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version v1.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 30.
- GET/creator-roles
- GET/creators
- GET/creators/{id}
- GET/developers
- GET/developers/{id}
- GET/games
- GET/games/{game_pk}/additions
- GET/games/{game_pk}/development-team
- GET/games/{game_pk}/game-series
- GET/games/{game_pk}/parent-games
- GET/games/{game_pk}/screenshots
- GET/games/{game_pk}/stores