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

# GET /v1/games/{gameId}

`GET /v1/games/{gameId}`

Get a single game. A private game is only accessible by its respective API key.

## Path parameters

- `gameId` integer, required

## Response `200`

- GetGameResponse
  - `data` Game
    - `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

## Other responses

- `404`
- `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)
