RAWG
DATA · DATA & ANALYTICS
Game, platform, genre, and developer data from RAWG, whose terms require visible credit.
Acts as the person, not as itself
Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.
Credentials never touch the agent
Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.
Every call on the record
Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.
What an agent can do
Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.
rawg_get_creator_rolesWRITEList the roles a game creator can hold -- the positions RAWG tracks on a development team, such as director, producer, composer or writer. Paginated. These are the values that appear on a creator's `positions` and on a development-team entry, so this is the vocabulary to read before filtering by one.
rawg_get_creatorsWRITEList the people RAWG tracks as game creators -- designers, directors, composers, writers and the rest -- with each one's id, slug, image, positions and the number of games they are credited on. Paginated, and very large (about 29,700 people), so page rather than expecting one call to enumerate it.
rawg_get_creators_by_idWRITEGet one game creator by numeric id or slug: their name, image, description, the positions they hold, how many games they are credited on and their Reddit and Twitter links where RAWG has them.
rawg_get_developersWRITEList the development studios RAWG tracks, with each one's id, slug, game count and a background image. Paginated, and very large (about 465,000 studios), so this is a paging surface rather than a directory to download.
rawg_get_developers_by_idWRITEGet one development studio by numeric id or slug: its name, description, game count and background image.
rawg_get_gamesWRITEThe main games query: search RAWG's catalogue of about 900,000 games and filter it by platform, parent platform, store, developer, publisher, genre, tag, creator, release-date range, update-date range, platform count and Metacritic score, with ordering and paging. Each result carries the game's id, slug, name, release date, rating, Metacritic score, platforms, stores, genres, tags, ESRB rating and cover image. This is the route to resolve a game's id from its name before calling any of the per-game tools.
rawg_get_games_by_game_pk_additionsWRITEList the additions to a game -- its DLC, expansions and alternative editions -- as full game records. Paginated. The inverse of the parent-games tool.
rawg_get_games_by_game_pk_development_teamWRITEList the people credited on a game, each with their id, slug, image, the positions they held on it and the number of games they are credited on overall. Paginated and orderable.
rawg_get_games_by_game_pk_game_seriesWRITEList the other games RAWG places in the same series as this one, as full game records. Paginated.
rawg_get_games_by_game_pk_parent_gamesWRITEList the parent games of a DLC, expansion or edition -- the base games it belongs to -- as full game records. Empty for a base game. The inverse of the additions tool.
rawg_get_games_by_game_pk_screenshotsWRITEList a game's screenshots, each with its image URL, dimensions and whether RAWG flags it as deleted. Paginated and orderable.
rawg_get_games_by_game_pk_storesWRITEList the store links for a game -- which storefronts carry it and the URL of each listing, keyed by RAWG's store ids. Paginated and orderable. Free-tier keys reach this (measured 2026-09-17: 200 with five store links for Grand Theft Auto V), despite the wave brief listing it as plan-gated.
rawg_get_games_by_idWRITEGet one game by numeric id or slug, in full: description, release date, ratings and rating breakdown, Metacritic score and per-platform Metacritic links, playtime, platforms and their requirements, stores, developers, publishers, genres, tags, ESRB rating, Reddit and Metacritic URLs, and the counts of its additions, parent games, series entries and screenshots. Much richer than the same game's row in a list response.
rawg_get_games_by_id_achievementsWRITEList a game's achievements, each with its name, description, image and the percentage of players who have unlocked it. Paginated.
rawg_get_games_by_id_moviesWRITEList a game's trailers and video clips, each with a preview image and the video files RAWG holds. Paginated. Free-tier keys reach this (measured 2026-09-17: 200 with eight trailers for Grand Theft Auto V), despite the wave brief listing it as plan-gated.
rawg_get_games_by_id_redditWRITEList the Reddit posts RAWG has collected about a game, each with its title, text, author, creation date, score, comment count and permalink. Paginated.
rawg_get_games_by_id_suggestedWRITEList the games RAWG suggests as similar to this one, as full game records. Paginated. REQUIRES A RAWG BUSINESS PLAN: on a free key this route answers 401 with an EMPTY body (measured 2026-09-17) even though the key itself is valid -- the response still carries the `api-user` header that identifies the account, which is how a plan refusal is told apart from a bad key. Upgrade the RAWG plan rather than replacing the key.
rawg_get_games_by_id_twitchWRITEList the Twitch streams RAWG has collected for a game, each with its title, description, creation and publication dates, thumbnail, view count and language. Paginated. REQUIRES A RAWG BUSINESS PLAN: on a free key this route answers 401 with an EMPTY body (measured 2026-09-17) even though the key itself is valid -- the response still carries the `api-user` header that identifies the account, which is how a plan refusal is told apart from a bad key. Upgrade the RAWG plan rather than replacing the key.
rawg_get_games_by_id_youtubeWRITEList the YouTube videos RAWG has collected for a game, each with its title, description, channel, thumbnails, view, like, dislike and comment counts and publication date. Paginated. REQUIRES A RAWG BUSINESS PLAN: on a free key this route answers 401 with an EMPTY body (measured 2026-09-17) even though the key itself is valid -- the response still carries the `api-user` header that identifies the account, which is how a plan refusal is told apart from a bad key. Upgrade the RAWG plan rather than replacing the key.
rawg_get_genresWRITEList RAWG's 19 genres, each with its id, slug, game count and a few representative games. The vocabulary to read before filtering a games query by genre.
rawg_get_genres_by_idWRITEGet one genre by numeric id or slug: its name, description, game count and background image.
rawg_get_platformsWRITEList the 51 gaming platforms RAWG tracks -- individual consoles, handhelds, PC and mobile operating systems -- each with its id, slug, release year range, game count and a few representative games. Paginated and orderable.
rawg_get_platforms_by_idWRITEGet one platform by numeric id or slug: its name, description, release year range, game count and background image.
rawg_get_platforms_lists_parentsWRITEList the 14 parent platforms, each with the individual platforms grouped under it. For instance, for PS2 and PS4 the parent platform is PlayStation. This is the vocabulary behind the `parent_platforms` filter on the games query, and the route this integration probes when a key is pasted -- it is free, unmetered and returns the same small list for every account.
rawg_get_publishersWRITEList the game publishers RAWG tracks, each with its id, slug, game count and background image. Paginated, and large (about 91,000 publishers).
rawg_get_publishers_by_idWRITEGet one publisher by numeric id or slug: its name, description, game count and background image.
rawg_get_storesWRITEList the 10 storefronts RAWG tracks -- Steam, PlayStation Store, Xbox Store, App Store, GOG, Nintendo Store, Google Play, itch.io, Epic Games and Xbox 360 Store -- each with its id, slug, domain, game count and a few representative games. The vocabulary behind the `stores` and `exclude_stores` filters on the games query.
rawg_get_stores_by_idWRITEGet one storefront by numeric id or slug: its name, domain, description, game count and background image.
rawg_get_tagsWRITEList the tags RAWG applies to games -- singleplayer, multiplayer, co-op, atmospheric and about 9,700 more -- each with its id, slug, language and game count. Paginated. The vocabulary behind the `tags` filter on the games query.
rawg_get_tags_by_idWRITEGet one tag by numeric id or slug: its name, language, game count and background image.
Often connected alongside
Put RAWG behind one governed endpoint.
Same permissions, same audit trail, whatever else you connect next.