The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates.
The largest video game database and video game discovery service with comprehensive game information, ratings, platforms, and release dates. On Nagent, RAWG Video Games Database is exposed as a fully-configurable gaming integration that any agent can call — 27 actions, and API key authentication. No code is required to wire RAWG Video Games Database into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use RAWG Video Games Database to automate the kinds of tasks gaming teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire RAWG Video Games Database into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against RAWG Video Games Database, with input parameters and output schema. Drop these into any step of an agent built in Helix.
RAWG_VIDEO_GAMES_DATABASE_CREATOR_ROLES_LISTTool to get a list of creator positions (jobs) in the gaming industry. Use when you need to browse available creator roles or positions.
Input parameters
A page number within the paginated result set.
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_CREATORS_LISTTool to get a list of game creators from the RAWG database. Use when you need to browse available creators or find specific game developers, designers, or other gaming industry professionals. Supports pagination via page and page_size parameters.
Input parameters
A page number within the paginated result set. Must be >= 1.
Number of results to return per page. Must be >= 1, maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_CREATORS_READTool to get details of a specific creator. Use when you need detailed information about a game creator or person from the RAWG database.
Input parameters
A unique integer value identifying this Person.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_DEVELOPERS_LISTTool to get a list of game developers from the RAWG database. Use when you need to browse game developers or filter games by developer. Supports pagination via page and page_size parameters.
Input parameters
A page number within the paginated result set.
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_DEVELOPERS_READTool to get details of a specific developer from the RAWG database. Use when you need to retrieve information about a game developer by their unique ID.
Input parameters
A unique integer value identifying this Developer.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_ACHIEVEMENTS_READTool to get a list of achievements for a specific game. Use when you need to retrieve game achievements with names, descriptions, images, and completion percentages.
Input parameters
An ID or a slug identifying the Game.
A page number within the paginated result set. Must be >= 1.
Number of results to return per page. Must be >= 1, maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_ADDITIONS_LISTTool to get a list of DLCs, GOTY editions, companion apps, and other additions for a game. Use when you need to find downloadable content or special editions for a specific game.
Input parameters
A page number within the paginated result set.
The primary key/identifier of the game to get additions for.
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_DEVELOPMENT_TEAM_LISTTool to get a list of individual creators from the development team of a specific game. Use when you need to find out who worked on developing a particular game.
Input parameters
A page number within the paginated result set.
Game identifier - unique identifier for the game whose development team you want to retrieve.
Which field to use when ordering the results.
Number of results to return per page. Maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_GAME_SERIES_LISTTool to get a list of games that are part of the same series. Use when you need to find all games in a franchise or series related to a specific game.
Input parameters
A page number within the paginated result set.
The primary key/identifier of the game to get series for.
Number of results to return per page. Maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_LISTTool to get a list of games from RAWG database. Use when you need to browse, search, or filter games with extensive options including platforms, genres, release dates, ratings, and more. Supports pagination and custom ordering.
Input parameters
A page number within the paginated result set. Must be >= 1.
Filter by tag IDs or slugs. Comma-separated values (e.g., '31,7' or 'singleplayer,multiplayer').
Filter by release date range. Format: YYYY-MM-DD,YYYY-MM-DD (e.g., '2010-01-01,2018-12-31'). Use single date for exact match.
Filter by genre IDs or slugs. Comma-separated values (e.g., '4,51' or 'action,indie').
Search query for game names. Use for fuzzy text search across game titles.
Filter by store IDs. Comma-separated values (e.g., '1,2,3').
Filter by update date range. Format: YYYY-MM-DD,YYYY-MM-DD (e.g., '2020-12-01,2020-12-31').
Filter by creator IDs or slugs. Comma-separated values (e.g., '78,28' or 'cris-velasco,mike-morasky').
Sort results by field. Available: 'name', 'released', 'added', 'created', 'updated', 'rating', 'metacritic'. Prefix with '-' for descending (e.g., '-released', '-metacritic').
Number of results to return per page. Must be >= 1, maximum is 40.
Filter by platform IDs or slugs. Comma-separated values (e.g., '4,5' or 'pc,playstation5').
Filter by developer IDs or slugs. Comma-separated values (e.g., '123,456' or 'rockstar-games').
Filter by Metacritic rating range. Format: min,max (e.g., '80,100' for highly rated games).
Filter by publisher IDs or slugs. Comma-separated values (e.g., '354,20987' or 'electronic-arts,microsoft-studios').
Mark the search query as exact. Use when you need precise name matching.
Exclude specific stores by IDs. Comma-separated values (e.g., '5,6').
Disable fuzziness for the search query. Set to true for more exact matching.
Exclude games which have additions. Set to true to filter out parent games with DLC.
Filter by platforms count. Provide exact number (e.g., '1' for single-platform games).
Filter by parent platform IDs. Comma-separated values (e.g., '1,2,3').
Exclude additions/DLCs from results. Set to true to get only base games.
Exclude games from a particular collection by collection ID.
Exclude games included in a game series. Use to filter out series compilations.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_MOVIES_READTool to get a list of game trailers and gameplay clips from the RAWG database. Use when you need to retrieve video content for a specific game including preview thumbnails and video URLs at different quality levels. Note that not all games have associated trailer data.
Input parameters
An ID or a slug identifying the Game.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_PARENT_GAMES_LISTTool to get a list of parent games for DLCs and editions. Use when you need to identify the main or base game for a DLC, expansion, or special edition.
Input parameters
Page number within the paginated result set.
Game identifier - can be either the game's numeric ID or its slug (URL-friendly name).
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_READTool to get comprehensive details of a specific game. Use when you need detailed information about a game including ratings, platforms, descriptions, and metadata.
Input parameters
An ID or a slug identifying the Game.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_REDDIT_READTool to get a list of most recent posts from a game's subreddit. Use when you need to retrieve Reddit discussions, community posts, and social media content related to a specific game.
Input parameters
An ID or a slug identifying the Game.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_SCREENSHOTS_LISTTool to get screenshots for a specific game from the RAWG database. Use when you need to retrieve game screenshots with image URLs, dimensions, and visibility status. Supports pagination and custom ordering.
Input parameters
A page number within the paginated result set. Must be >= 1.
The primary key/identifier of the game to get screenshots for. Can be an ID or slug.
Field to use when ordering the results.
Number of results to return per page. Must be >= 1, maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GAMES_STORES_LISTTool to get links to stores that sell a specific game. Use when you need to find where to purchase a game from digital storefronts.
Input parameters
A page number within the paginated result set.
The primary key/identifier of the game to get store links for.
Which field to use when ordering the results.
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GENRES_LISTTool to get a list of video game genres from RAWG database. Use when you need to browse available genres or filter games by genre. Supports pagination and custom ordering.
Input parameters
Page number within the paginated result set. Must be >= 1.
Field to use when ordering the results. Can sort by name, slug, games_count, etc.
Number of results to return per page. Must be >= 1.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_GENRES_READTool to get details of a specific video game genre. Use when you need information about a particular genre including its name, description, and game count.
Input parameters
A unique integer value identifying the Genre.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTTool to get a list of video game platforms from RAWG database. Use when you need to browse available gaming platforms from PC to mobile. Supports pagination and custom ordering.
Input parameters
A page number within the paginated result set. Must be >= 1.
Which field to use when ordering the results. Available options: name, -name, games_count, -games_count. Prefix with minus sign (-) for descending order.
Number of results to return per page. Maximum value is 40, default is 20.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_LISTS_PARENTS_LISTTool to get a list of parent platforms from RAWG database. Use when you need to browse platform families like PlayStation, Xbox, or PC that group related gaming platforms together. For instance, PlayStation groups PS1, PS2, PS3, PS4, and PS5.
Input parameters
A page number within the paginated result set.
Field to use when ordering the results.
Number of results to return per page. Default is 20, maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_PLATFORMS_READTool to get details of a specific gaming platform from the RAWG database. Use when you need information about a particular platform including its name, launch year, and game count.
Input parameters
A unique integer value identifying the Platform.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_LISTTool to get a list of video game publishers from the RAWG database. Use when you need to browse game publishers or filter games by publisher. Supports pagination via page and page_size parameters.
Input parameters
A page number within the paginated result set.
Number of results to return per page. Maximum is 40.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_PUBLISHERS_READTool to get details of a specific publisher from the RAWG database. Use when you need to retrieve information about a game publisher by their unique ID.
Input parameters
A unique integer value identifying this Publisher.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_STORES_LISTTool to get a list of video game storefronts. Use when you need to browse digital distribution services where games can be purchased. Supports pagination and ordering options.
Input parameters
A page number within the paginated result set.
Which field to use when ordering the results.
Number of results to return per page. Maximum value is 40, default is 20.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_STORES_READTool to get details of a specific video game store. Use when you need information about a particular storefront including its name, domain, and game count.
Input parameters
A unique integer value identifying this Store.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_TAGS_LISTTool to get a list of tags from the RAWG database. Use when you need to browse tags that categorize games by specific characteristics. Supports pagination via page and page_size parameters.
Input parameters
A page number within the paginated result set.
Number of results to return per page.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
RAWG_VIDEO_GAMES_DATABASE_TAGS_READTool to get details of a specific tag from the RAWG database. Use when you need detailed information about a particular tag including its name, games count, and description.
Input parameters
A unique integer value identifying this Tag.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 57 agents privately built on Nagent that already use RAWG Video Games Database.
Build on Nagent
Connect RAWG Video Games Database to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find RAWG Video Games Database, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, RAWG Video Games Database is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once RAWG Video Games Database is connected, you configure its 27 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop RAWG Video Games Database steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a RAWG Video Games Database event fires, the agent kicks off automatically.
Every RAWG Video Games Database action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While RAWG Video Games Database ships with 27 pre-built gaming actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching RAWG Video Games Database together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build RAWG Video Games Database-based workflows tailored to your business.