---
title: "List available games"
method: GET
path: "/api/games"
tags: ["Games"]
---

# List available games

`GET /api/games`

Retrieves metadata for every game currently exposed by the
ARC-AGI-3 platform.  
Use this discovery endpoint to obtain `game_id` values before
opening a scorecard or issuing commands. Results are returned as
a flat array ordered alphabetically by `title`.

## Response `200`

Successful lookup; array of game descriptors.

- Game[]
  - `game_id` string, required — Stable, globally unique ID combining slug and version/hash.
  - `title` string, required — Display title shown in UIs and scorecards.

## Other responses

- `401` — Missing or invalid **X-API-Key** header.

---

[API](https://skmtc.dev/arcprize/apis/arc-agi-3-rest-api.md) · [All operations](https://skmtc.dev/arcprize/apis/arc-agi-3-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcprize/arc-agi-3-rest-api/revisions/195a67c94d38/schema)
