Skip to main content
GET
Retrieve game metadata

Authorizations

X-API-Key
string
header
required

Path Parameters

game_id
string
required

Complete game ID or stable ID prefix (for example, ls20).

Response

Game metadata.

Human-readable name/identifier pair for an ARC-AGI-3 game.
Used when listing available titles or embedding game metadata in other payloads.

game_id
string
required

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

Example:

"ls20-016295f7601e"

title
string | null

Display title shown in UIs and scorecards.

Example:

"LS20"

default_fps
integer | null

Default playback frame rate for the game.

tags
string[] | null

Public labels associated with the game.

date_downloaded
string<date-time> | null

Timestamp associated with the available game metadata.

class_name
string | null

Python game class name derived from the game ID when omitted in metadata.