Gets ladders of an account. Includes ladders which this account is the admin of, as well as ladders in which this account is participating in as a ladder-entry.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
adminOnly
array[boolean]
optional
Whether to only return ladders which this account is the admin of.
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.competier.net/v1/ladders'
Responses
🟢200OK
application/json
Body
array of:
id
numberÂ
read-onlyoptional
References a ladder.
Example:
0
name
stringÂ
required
The display name for this ladder.
Example:
My Ladder
ratingAlgorithm
stringÂ
optional
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.
Example:
Glicko-1
glickoCValue
numberÂ
optional
Default:
18.13
glicko2RValue
numberÂ
optional
Default:
0.5
playersCanEnterResults
booleanÂ
optional
Allows players to add and remove results. If allowFullResultHistory is set, players can also add and remove results they haven't themselves participated in.
Example:
false
allowFullResultHistory
booleanÂ
optional
Allows players to see the result history of all other players of this competition, not just their own.