Games

Fetch game(s) images by game(s) id

Fetch images for one or more games. Results can be filtered by image type.

get/v1/Games/Images

Query parameters

apikeystring required

(Required)

games_idstring required

(Required) - game id, supports , delimited list

filter[type]string

(Optional) - comma-delimited: fanart, banner, boxart, screenshot, clearlogo, titlescreen

pageinteger

(Optional) - results page offset to return

Response

result

codeinteger required
statusstring required
remaining_monthly_allowanceinteger required
extra_allowanceinteger required
allowance_refresh_timerinteger

Seconds until monthly allowance resets. null for private/unlimited keys.

Example response

{
  "code": 200,
  "status": "Success",
  "remaining_monthly_allowance": 249,
  "extra_allowance": 0,
  "allowance_refresh_timer": 2592000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.