v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
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.

idstring required
fullNamestring required
ratedboolean
berserkableboolean
onlyTitledboolean
minutesinteger
createdBystring
systemstring
secondsToStartinteger
secondsToFinishinteger
isFinishedboolean
isRecentlyFinishedboolean
pairingsClosedboolean
startsAtstring int64
nbPlayersinteger required
allowListstring[]

List of usernames allowed to join the tournament

hasMaxRatingboolean
botsAllowedboolean
minAccountAgeInDaysinteger
descriptionstring
variantstring
myUsernamestring

Example response

{
  "maxRating": {
    "rating": 1700
  },
  "minRating": {
    "rating": 1700
  }
}