Skip to main content
GET
Get Round Matches

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Path Parameters

id
integer
required

A unique integer value identifying this tournament round.

Query Parameters

teams
boolean

Include team matches in the response

Response

200 - application/json
id
integer
required
read-only
matches
object[]
required
team_event_matches
object[]
required
tournament_phase
integer
required
round_number
integer
Required range: -2147483648 <= x <= 2147483647
final_round_in_event
boolean
use_old_pairings
boolean
astrolabe_url
string<uri> | null

The astrolabe backend used to compute the pairings.

Maximum string length: 200
pairings_status
enum<string>
  • NOT_GENERATED - Not Generated
  • GENERATING - Generating
  • GENERATED - Generated
Available options:
NOT_GENERATED,
GENERATING,
GENERATED
standings_status
enum<string>
  • NOT_GENERATED - Not Generated
  • GENERATING - Generating
  • GENERATED - Generated
Available options:
NOT_GENERATED,
GENERATING,
GENERATED
round_type
enum<string>
  • PLAYER_MEETING - Player Meeting (sorted alphabetically)
  • RANDOM_PLAYER_MEETING - Player Meeting (random)
  • DRAFT_POD - Draft Pod
  • PLAY_VS_OPPONENT - Play vs Opponent
Available options:
PLAYER_MEETING,
RANDOM_PLAYER_MEETING,
DRAFT_POD,
PLAY_VS_OPPONENT
status
enum<string>
  • IN_PROGRESS - In Progress
  • UPCOMING - Upcoming
  • COMPLETE - Complete
Available options:
IN_PROGRESS,
UPCOMING,
COMPLETE