Get Game Screenshots
rawg.games.screenshotsRetrieve full-resolution screenshots for any game by providing its RAWG ID. Returns image URLs with dimensions.
Instructions
Get screenshot images for a game — full resolution URLs with dimensions (RAWG)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | RAWG game ID or slug | |
| page | No | Page number (default 1) | |
| page_size | No | Results per page (default 20, max 40) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |