---
title: "Get details of the platform."
method: GET
path: "/platforms/{id}"
tags: ["platforms"]
---

# Get details of the platform.

`GET /platforms/{id}`

## Response `200`

OK

- PlatformSingle
  - `id` integer
  - `name` string, required
  - `slug` string, slug
  - `games_count` integer
  - `image_background` string, uri
  - `description` string
  - `image` string, uri, nullable
  - `year_start` integer, nullable
  - `year_end` integer, nullable

---

[API](https://skmtc.dev/rawg/apis/rawg-video-games-database-api.md) · [All operations](https://skmtc.dev/rawg/apis/rawg-video-games-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rawg/rawg-video-games-database-api/revisions/a2efd7688148/schema)
