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

# Get details of the game.

`GET /games/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- GameSingle
  - `id` integer
  - `slug` string, slug
  - `name` string
  - `name_original` string
  - `description` string
  - `metacritic` integer
  - `metacritic_platforms` GamePlatformMetacritic[]
    - `metascore` integer
    - `url` string
  - `released` string, date
  - `tba` boolean
  - `updated` string, date-time
  - `background_image` string, uri
  - `background_image_additional` string
  - `website` string, uri
  - `rating` number, required
  - `rating_top` integer
  - `ratings` object
  - `reactions` object
  - `added` integer
  - `added_by_status` object
  - `playtime` integer — in hours
  - `screenshots_count` integer
  - `movies_count` integer
  - `creators_count` integer
  - `achievements_count` integer
  - `parent_achievements_count` string
  - `reddit_url` string — For example "https://www.reddit.com/r/uncharted/" or "uncharted"
  - `reddit_name` string
  - `reddit_description` string
  - `reddit_logo` string, uri
  - `reddit_count` integer
  - `twitch_count` string
  - `youtube_count` string
  - `reviews_text_count` string
  - `ratings_count` integer
  - `suggestions_count` integer
  - `alternative_names` string[]
  - `metacritic_url` string — For example "http://www.metacritic.com/game/playstation-4/the-witcher-3-wild-hunt"
  - `parents_count` integer
  - `additions_count` integer
  - `game_series_count` integer
  - `esrb_rating` object, nullable
    - `id` integer
    - `slug` 'everyone' | 'everyone-10-plus' | 'teen' | 'mature' | 'adults-only' | 'rating-pending'
    - `name` 'Everyone' | 'Everyone 10+' | 'Teen' | 'Mature' | 'Adults Only' | 'Rating Pending'
  - `platforms` object[]
    - `platform` object
      - `id` integer
      - `slug` string
      - `name` string
    - `released_at` string, nullable
    - `requirements` object, nullable
      - `minimum` string
      - `recommended` string

---

[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)
