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

200
application/json

Successful lookup; array of game descriptors.

The response is of type object[].