Skip to main content
GET
List games

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Response

200 - application/json

Successful Response

name
string
required

Human-readable game name.

owner_user_id
string
required

User who owns this game.

id
string
required

Game ID.

created_at
string<date-time>
required

Time when the game was created.

coworld_name
string | null

Coworld name backing this game, or null for games without a Coworld.

description
string | null

Public description of the game.

notes
string | null

Notes about the game.

default_league_id
string | null

League opened by default for this game, or null when none is set.

coworld_id
string | null

Coworld version used in this context, or null when none is available.

canonical_coworld_id
string | null

Canonical Coworld version for this game, or null when none is published.

coworld_tags
string[]

Tags declared by the canonical Coworld manifest.