RAWG integration (Data). Imported from open-connector.
https://api.rawg.io/api/games
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search query used to match game titles in RAWG. |
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| platforms | string | optional | Comma-separated platform identifiers or slugs used to filter games. |
| genres | string | optional | Comma-separated genre identifiers or slugs used to filter games. |
| stores | string | optional | Comma-separated store identifiers used to filter games. |
| developers | string | optional | Comma-separated developer identifiers or slugs used to filter games. |
| publishers | string | optional | Comma-separated publisher identifiers or slugs used to filter games. |
| tags | string | optional | Comma-separated tag identifiers or slugs used to filter games. |
| dates | string | optional | Release date range in YYYY-MM-DD,YYYY-MM-DD format used to filter games. |
| ordering | string | optional | Ordering field passed through to RAWG game listing. |
| metacritic | string | optional | Metacritic score range in min,max format used to filter games. |
| parentPlatforms | string | optional | Comma-separated parent platform identifiers used to filter games. |
| searchExact | boolean | optional | Whether to request exact game name matching from RAWG. |
| searchPrecise | boolean | optional | Whether to disable fuzzy search behavior in RAWG. |
| excludeAdditions | boolean | optional | Whether to exclude additions and DLC resources. |
| excludeParents | boolean | optional | Whether to exclude parent games with additions. |
| excludeGameSeries | boolean | optional | Whether to exclude entries that belong to game series. |
/games/{gameId}
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |
/platforms
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG platforms listing. |
/platforms/{platformId}
| Param | Type | Required | Description |
|---|---|---|---|
| platformId | integer | required | Unique RAWG platform identifier. |
/genres
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG genres listing. |
/genres/{genreId}
| Param | Type | Required | Description |
|---|---|---|---|
| genreId | integer | required | Unique RAWG genre identifier. |
/stores
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG stores listing. |
/stores/{storeId}
| Param | Type | Required | Description |
|---|---|---|---|
| storeId | integer | required | Unique RAWG store identifier. |
/developers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG developers listing. |
/developers/{developerId}
| Param | Type | Required | Description |
|---|---|---|---|
| developerId | integer | required | Unique RAWG developer identifier. |
/publishers
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG publishers listing. |
/publishers/{publisherId}
| Param | Type | Required | Description |
|---|---|---|---|
| publisherId | integer | required | Unique RAWG publisher identifier. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG tags listing. |
/tags/{tagId}
| Param | Type | Required | Description |
|---|---|---|---|
| tagId | integer | required | Unique RAWG tag identifier. |
/platforms/lists/parents
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
| ordering | string | optional | Ordering field passed through to RAWG parent platforms listing. |
/games/{gameId}/screenshots
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
/games/{gameId}/stores
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
/games/{gameId}/additions
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
/games/{gameId}/game-series
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |
| page | integer | optional | The 1-based page number to retrieve from RAWG. |
| pageSize | integer | optional | The number of items to return per page from RAWG, between 1 and 40. |
/games/{gameId}/movies
| Param | Type | Required | Description |
|---|---|---|---|
| gameId | integer | required | RAWG game identifier or slug. |