GET
/
api
/
games
List available games
curl --request GET \
  --url https://three.arcprize.org/api/games \
  --header 'X-API-Key: <api-key>'
[
  {
    "game_id": "ls20-016295f7601e",
    "title": "LS20"
  },
  {
    "game_id": "ft09-16726c5b26ff",
    "title": "FT09"
  }
]

Authorizations

X-API-Key
string
header
required

Response

Successful lookup; array of game descriptors.

game_id
string
required

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

Example:

"ls20-016295f7601e"

title
string
required

Display title shown in UIs and scorecards.

Example:

"LS20"