---
title: "Get a list of DLC's for the game, GOTY and other editions, companion apps, etc."
method: GET
path: "/games/{game_pk}/additions"
tags: ["games"]
---

# Get a list of DLC's for the game, GOTY and other editions, companion apps, etc.

`GET /games/{game_pk}/additions`

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Game[], required
    - `id` integer
    - `slug` string, slug
    - `name` string
    - `released` string, date
    - `tba` boolean
    - `background_image` string, uri
    - `rating` number, required
    - `rating_top` integer
    - `ratings` object
    - `ratings_count` integer
    - `reviews_text_count` string
    - `added` integer
    - `added_by_status` object
    - `metacritic` integer
    - `playtime` integer — in hours
    - `suggestions_count` integer
    - `updated` string, date-time
    - `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)
