---
title: "Get a list of games."
method: GET
path: "/games"
tags: ["games"]
---

# Get a list of games.

`GET /games`

## Query parameters

- `page` integer
- `page_size` integer
- `search` string
- `search_precise` boolean
- `search_exact` boolean
- `parent_platforms` string
- `platforms` string
- `stores` string
- `developers` string
- `publishers` string
- `genres` string
- `tags` string
- `creators` string
- `dates` string
- `updated` string
- `platforms_count` integer
- `metacritic` string
- `exclude_collection` integer
- `exclude_additions` boolean
- `exclude_parents` boolean
- `exclude_game_series` boolean
- `exclude_stores` string
- `ordering` string

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