rawg.games.search
Search and filter through 800K+ video games by genre, platform, release date, and Metacritic score to find titles with ratings, screenshots, and store links.
Instructions
Search 800K+ video games — filter by genre, platform, release date, Metacritic score, with ratings, screenshots, and store links (RAWG)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search query for games (e.g. "The Witcher", "Red Dead Redemption") | |
| genres | No | Filter by genre IDs — comma-separated (e.g. "4" for action, "5" for RPG, "4,5" for both) | |
| platforms | No | Filter by platform IDs — comma-separated (e.g. "4" for PC, "187" for PS5, "186" for Xbox Series) | |
| dates | No | Filter by release date range YYYY-MM-DD,YYYY-MM-DD (e.g. "2024-01-01,2024-12-31") | |
| ordering | No | Sort field: name, released, added, created, updated, rating, metacritic. Prefix with "-" for descending (e.g. "-rating") | |
| metacritic | No | Filter by Metacritic score range "min,max" (e.g. "80,100" for highly rated) | |
| page_size | No | Number of results per page (default 20, max 40) | |
| page | No | Page number for pagination (default 1) |