Platforms

Fetch all platforms

Fetch the full list of platforms. Optionally include boxart images via include=boxart.

get/v1/Platforms

Query parameters

apikeystring required

(Required)

fieldsstring

(Optional) - comma-delimited: icon, console, controller, developer, manufacturer, media, cpu, memory, graphics, sound, maxcontrollers, display, overview, youtube

includestring

(Optional) - set to boxart to include platform images

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