v1

latestOpenAPI 3.0.32026-07-26131237.0 KB
Games

List available 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.

get/api/games

Response

Successful lookup; array of game descriptors.

game_idstring required

Stable, globally unique ID combining slug and version/hash.

titlestring required

Display title shown in UIs and scorecards.

Example response

[
  {
    "game_id": "ls20-016295f7601e",
    "title": "LS20"
  }
]