{
"id": 123,
"matches": [
{
"id": 123,
"players": [
{
"id": 123,
"match_id": 123,
"player": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"user_event_status": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"player_order": -1,
"games_won": -1
}
],
"table_number": -1,
"pod_number": -1,
"status": "IN_PROGRESS",
"is_ghost_match": true,
"is_feature_match": true,
"match_is_bye": true,
"match_is_loss": true,
"deck_check_completed": true,
"deck_check_started": true,
"time_extension_seconds": -1,
"winning_player": 123,
"match_is_intentional_draw": true,
"match_is_unintentional_draw": true,
"games_drawn": -1,
"assigned_judge": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"games_won_by_winner": -1,
"games_won_by_loser": -1
}
],
"team_event_matches": [
{
"id": 123,
"teams": [
{
"id": 123,
"team_event_players": [
{
"id": 123,
"event_status": {
"user": {
"id": 123,
"username": "<string>",
"best_identifier": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "[email protected]",
"pronouns": "<string>",
"has_used_app": true
},
"id": 123,
"decklist": {
"id": 123,
"name": "<string>",
"archetype": "<string>",
"moxfield_public_id": "<string>",
"commander_name": "<string>",
"partner_name": "<string>",
"decklist_updated_at": "2023-11-07T05:31:56Z",
"duplicated_moxfield_link": "<string>"
},
"user_identifier": "<string>",
"using_paper_decklist": true,
"registration_status": "IN_PROGRESS",
"stripe_payment_intent_status": "SUCCEEDED",
"mark_as_paid": true,
"requested_deferred_payment": true,
"total_match_points": -1,
"matches_won": -1,
"matches_lost": -1,
"matches_drawn": -1
},
"team": 123,
"captain": true,
"seat": 123
}
],
"team_name": "<string>",
"invite_hash": "<string>",
"is_dropped": true
}
],
"tournament_round": 123,
"first_table_number": -1,
"match_is_bye": true,
"is_draw": true,
"winner": 123
}
],
"tournament_phase": 123,
"round_number": -1,
"final_round_in_event": true,
"use_old_pairings": true,
"astrolabe_url": "<string>",
"pairings_status": "NOT_GENERATED",
"standings_status": "NOT_GENERATED",
"round_type": "PLAYER_MEETING",
"status": "IN_PROGRESS"
}Retrieve all matches for a specific tournament round. Optionally includes team matches when requested.
{
"id": 123,
"matches": [
{
"id": 123,
"players": [
{
"id": 123,
"match_id": 123,
"player": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"user_event_status": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"player_order": -1,
"games_won": -1
}
],
"table_number": -1,
"pod_number": -1,
"status": "IN_PROGRESS",
"is_ghost_match": true,
"is_feature_match": true,
"match_is_bye": true,
"match_is_loss": true,
"deck_check_completed": true,
"deck_check_started": true,
"time_extension_seconds": -1,
"winning_player": 123,
"match_is_intentional_draw": true,
"match_is_unintentional_draw": true,
"games_drawn": -1,
"assigned_judge": {
"id": 123,
"captain": true,
"queue_group": "<unknown>"
},
"games_won_by_winner": -1,
"games_won_by_loser": -1
}
],
"team_event_matches": [
{
"id": 123,
"teams": [
{
"id": 123,
"team_event_players": [
{
"id": 123,
"event_status": {
"user": {
"id": 123,
"username": "<string>",
"best_identifier": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"email": "[email protected]",
"pronouns": "<string>",
"has_used_app": true
},
"id": 123,
"decklist": {
"id": 123,
"name": "<string>",
"archetype": "<string>",
"moxfield_public_id": "<string>",
"commander_name": "<string>",
"partner_name": "<string>",
"decklist_updated_at": "2023-11-07T05:31:56Z",
"duplicated_moxfield_link": "<string>"
},
"user_identifier": "<string>",
"using_paper_decklist": true,
"registration_status": "IN_PROGRESS",
"stripe_payment_intent_status": "SUCCEEDED",
"mark_as_paid": true,
"requested_deferred_payment": true,
"total_match_points": -1,
"matches_won": -1,
"matches_lost": -1,
"matches_drawn": -1
},
"team": 123,
"captain": true,
"seat": 123
}
],
"team_name": "<string>",
"invite_hash": "<string>",
"is_dropped": true
}
],
"tournament_round": 123,
"first_table_number": -1,
"match_is_bye": true,
"is_draw": true,
"winner": 123
}
],
"tournament_phase": 123,
"round_number": -1,
"final_round_in_event": true,
"use_old_pairings": true,
"astrolabe_url": "<string>",
"pairings_status": "NOT_GENERATED",
"standings_status": "NOT_GENERATED",
"round_type": "PLAYER_MEETING",
"status": "IN_PROGRESS"
}API key in format: sk_*
A unique integer value identifying this tournament round.
Include team matches in the response
Show child attributes
Show child attributes
-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647IN_PROGRESS - In ProgressCOMPLETE - CompleteIN_PROGRESS, COMPLETE -2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
150150150254255Show child attributes
255255255255255200IN_PROGRESS - In ProgressIN_WAITING_ROOM - In Waiting RoomON_WAITLIST - On WaitlistMOVED_TO_CHILD_EVENT - Moved to Child EventCOMPLETE - CompleteCANCELED - CanceledDROPPED - DroppedDISQUALIFIED - DisqualifiedELIMINATED - EliminatedIN_PROGRESS, IN_WAITING_ROOM, ON_WAITLIST, MOVED_TO_CHILD_EVENT, COMPLETE, CANCELED, DROPPED, DISQUALIFIED, ELIMINATED SUCCEEDED - SucceededPROCESSING - ProcessingPAYMENT_FAILED - Payment FailedREQUIRES_CAPTURE - Requires CaptureREFUNDED - RefundedSUCCEEDED, PROCESSING, PAYMENT_FAILED, REQUIRES_CAPTURE, REFUNDED -2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647200255-2147483648 <= x <= 2147483647-2147483648 <= x <= 2147483647The astrolabe backend used to compute the pairings.
200NOT_GENERATED - Not GeneratedGENERATING - GeneratingGENERATED - GeneratedNOT_GENERATED, GENERATING, GENERATED NOT_GENERATED - Not GeneratedGENERATING - GeneratingGENERATED - GeneratedNOT_GENERATED, GENERATING, GENERATED PLAYER_MEETING - Player Meeting (sorted alphabetically)RANDOM_PLAYER_MEETING - Player Meeting (random)DRAFT_POD - Draft PodPLAY_VS_OPPONENT - Play vs OpponentPLAYER_MEETING, RANDOM_PLAYER_MEETING, DRAFT_POD, PLAY_VS_OPPONENT IN_PROGRESS - In ProgressUPCOMING - UpcomingCOMPLETE - CompleteIN_PROGRESS, UPCOMING, COMPLETE