magic-events
Get Current Standings
magic-events
Get Current Standings
Retrieve the current standings for the active round in this event. Includes player rankings, scores, and tiebreakers.
GET
/
api
/
v1
/
magic-events
/
{id}
/
current_standings
{
"round_number": 123,
"standings": [
{
"rank": 123,
"player_id": 123,
"name": "<string>",
"match_points": 123,
"record": "<string>",
"match_win_percentage": 123,
"opponent_match_win_percentage": 123,
"game_win_percentage": 123,
"opponent_game_win_percentage": 123,
"opponent_average_match_points": 123,
"wins": 123,
"losses": 123,
"draws": 123,
"games_won": 123,
"games_lost": 123,
"games_drawn": 123,
"playoff_wins": 123,
"playoff_losses": 123,
"user_event_status_ids": [
123
]
}
]
}
Authorizations
API key in format: sk_*
Path Parameters
Response
200 - application/json
{
"round_number": 123,
"standings": [
{
"rank": 123,
"player_id": 123,
"name": "<string>",
"match_points": 123,
"record": "<string>",
"match_win_percentage": 123,
"opponent_match_win_percentage": 123,
"game_win_percentage": 123,
"opponent_game_win_percentage": 123,
"opponent_average_match_points": 123,
"wins": 123,
"losses": 123,
"draws": 123,
"games_won": 123,
"games_lost": 123,
"games_drawn": 123,
"playoff_wins": 123,
"playoff_losses": 123,
"user_event_status_ids": [
123
]
}
]
}