---
title: "Retrieve the list of all game-titles (Prism-compatible format)"
method: GET
path: "/v2/game-titles"
---

# Retrieve the list of all game-titles (Prism-compatible format)

`GET /v2/game-titles`

## Response `200`

Successful response

- object
  - `game_titles` object[]
    - `architect` object
      - `available` boolean — Whether Architect supports this title
    - `gds` object
      - `available` boolean — Whether GDS crawls this title
      - `code` string — GDS title code
      - `total_players` integer — Crawler Redis census (stats:{title}.players)
      - `total_servers` integer — Redis live:{title} member count (spoof-free crawler index)
      - `universe_id` integer — Numeric GDS universe / title id
    - `id` string — Game title document id
    - `name` string — Human-readable title name
    - `prism` object
      - `available` boolean — Whether Prism supports this title
      - `code` string — Prism title code when available

## Other responses

- `429` — Rate limit exceeded - 60 requests per 60s by scope "endpoint"

---

[API](https://skmtc.dev/cftools/apis/gameserverdataservice.md) · [All operations](https://skmtc.dev/cftools/apis/gameserverdataservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cftools/gameserverdataservice/revisions/df48f53723b0/schema)
