Adds a ladder to an account.
POST
/v1/ladderAdds a ladder to an account. A ladder is a type of competition in which players are rated based on their performance over an arbitrary timespan, f.e. the chess FIDE rating.
Request
The display name for this ladder.
Rating algorithm to use. We support Elo, Glicko-1 and Glicko-2. If you don't have any particular requirements and/or don't know about the details of each algorithm, then we usually recommend Glicko-1.
Allows players to add and remove results. If allowFullResultHistory is set, players can also add and remove results they haven't themselves participated in.
Allows players to see the result history of all other players of this competition, not just their own.
{
"name": "My Ladder",
"ratingAlgorithm": "Glicko-1",
"glickoCValue": 18.13,
"glicko2RValue": 0.5,
"playersCanEnterResults": false,
"allowFullResultHistory": true
}
Request samples
Responses
References a ladder.
The display name for this ladder.
Rating algorithm to use. We support Elo, Glicko-1 and Glicko-2. If you don't have any particular requirements and/or don't know about the details of each algorithm, then we usually recommend Glicko-1.
Allows players to add and remove results. If allowFullResultHistory is set, players can also add and remove results they haven't themselves participated in.
Allows players to see the result history of all other players of this competition, not just their own.