Search Games
search_gamesSearch the RAWG video game database by name, genre, or platform. Returns games with ratings, Metacritic scores, release dates, platforms, and genres. Example: search_games({ query: "zelda", ordering: "-metacritic" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query — a game name or keyword, e.g. "elden ring", "mario" | |
| genres | No | Filter by genre slug(s) or id(s), comma-separated, e.g. "action", "role-playing-games-rpg" | |
| _apiKey | No | Optional — your own RAWG API key for higher limits; omit to use the shared Pipeworx key. | |
| ordering | No | Sort order, e.g. "-rating" (top rated), "-released" (newest), "-metacritic" (best reviewed) | |
| page_size | No | Number of games to return (default 20, max 40) | |
| platforms | No | Filter by platform id(s), comma-separated, e.g. "4" (PC), "187" (PS5) |