---
title: "Fetch all platforms"
method: GET
path: "/v1/Platforms"
tags: ["Platforms"]
---

# Fetch all platforms

`GET /v1/Platforms`

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

## Query parameters

- `apikey` string, required
- `fields` string
- `include` string

## Response `200`

result

- Platforms
  - `code` integer, required
  - `status` string, required
  - `remaining_monthly_allowance` integer, required
  - `extra_allowance` integer, required
  - `allowance_refresh_timer` integer — Seconds until monthly allowance resets. null for private/unlimited keys.
  - `data` object, required
    - `count` integer, required
    - `platforms` object, required
  - `include` object
    - `images` object
      - `base_url` ImageBaseUrlMeta
        - `original` string
        - `small` string
        - `thumb` string
        - `cropped_center_thumb` string
        - `medium` string
        - `large` string
      - `data` object

## Other responses

- `403` — bad API key or hit rate-limit cap

---

[API](https://skmtc.dev/thegamesdb/apis/thegamesdb-api.md) · [All operations](https://skmtc.dev/thegamesdb/apis/thegamesdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thegamesdb/thegamesdb-api/revisions/7eee8ee33cd6/schema)
