{
"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
]
}
]
}
Retrieve the current standings for the active round in this event. Includes player rankings, scores, and tiebreakers.
{
"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
]
}
]
}
API key in format: sk_*
The response is of type object
.