Query the RAWG game database API for game metadata and search

domain: rawg.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Register for a free API key at rawg.io/apidocs — the key is required for all requests and is passed as a query parameter api_key=<API_KEY>.
  2. Search for games with GET https://api.rawg.io/api/games?search=<QUERY>&api_key=<API_KEY>; the response includes a results array with game slugs, names, ratings, and cover images.
  3. Fetch detailed metadata for a specific game using its slug or integer ID: GET https://api.rawg.io/api/games/<SLUG_OR_ID>?api_key=<API_KEY> — this returns description, genres, platforms, developers, metacritic score, and more.
  4. List games by filter criteria (e.g., genre, platform, release year) using query parameters: GET /api/games?genres=action&platforms=4&dates=2023-01-01,2023-12-31&ordering=-rating&api_key=<API_KEY>.
  5. Paginate results using page and page_size parameters; the response includes count (total results) and next/previous URL fields for cursor-based navigation.
  6. Retrieve platform, genre, and developer reference lists from /api/platforms, /api/genres, and /api/developers to get the integer IDs used in filter parameters.

Known gotchas

Related routes

Query game metadata from the IGDB API using Twitch OAuth authentication
api-docs.igdb.com · 6 steps · unrated
query the rijksmuseum search api for collection objects
data.rijksmuseum.nl · 5 steps · unrated
Search and retrieve book metadata with the Google Books API
googleapis.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans