Tournaments (Arena)
Get info about an Arena tournament
Get detailed info about recently finished, current, or upcoming tournament's duels, player standings, and other info.
get/api/tournament/{id}
Query parameters
pageinteger
Example:1
Specify which page of player standings to view.
Response
The information of the Arena tournament.
Example response
{
"maxRating": {
"rating": 1700
},
"minRating": {
"rating": 1700
}
}