---
title: "GET /v1/games"
method: GET
path: "/v1/games"
tags: ["Games"]
---

# GET /v1/games

`GET /v1/games`

Get all games that are available to the provided API key.

## Query parameters

- `index` integer
- `pageSize` integer

## Response `200`

- GetGamesResponse
  - `data` Game[] — The response data
    - `id` integer
    - `name` string
    - `slug` string
    - `dateModified` string, date-time
    - `assets` GameAssets
      - `iconUrl` string
      - `tileUrl` string
      - `coverUrl` string
    - `status` 1 | 2 | 3 | 4 | 5 | 6 — 1 = Draft 2 = Test 3 = PendingReview 4 = Rejected 5 = Approved 6 = Live
    - `apiStatus` 1 | 2 — 1 = Private 2 = Public
    - `supportedFeatures` GameSupportedFeatures
      - `supportModSubscriptions` boolean
  - `pagination` Pagination
    - `index` integer — A zero based index of the first item that is included in the response
    - `pageSize` integer — The requested number of items to be included in the response
    - `resultCount` integer — The actual number of items that were included in the response
    - `totalCount` integer — The total number of items available by the request

## Other responses

- `500`

---

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