Calculate V2 Ranks
POST /rank/v2/rank:calculate
Calculate a rank update on players and persist their new ranks Requires at least two teams, and the players’ ranks before the last match was played
Required Permissions: rank:update:any
Authorizations
Request Body required
A request body to calculate and update players’ ratings from a match
object
ID for the instance the match took place on
ID for the rank type used in this match
How many seconds the match lasted
List of teams that participated in this match
One team of players from a match along with their placement in the match, and previous rank data about all of the players
object
List of CalculatedRank objects that give stats about a specific player from the match
Additional data about a specific player’s rank and previous match in order to make rank calculations
object
UUID for this specific player
Current rank info about player
object
A measure of perceived skill in a player
A measure of how confident we are in the perceived skill (high sigma means low confidence)
Custom key-value player rank data
object
How many seconds this player was in the match
What rank this team came in. 1 indicates victory, and higher values are placements. Matching ranks indicate draws
Responses
200
Successful Response
Response to successfully updating players’ ranks
object
List of players and their updated ranks
Response to successfully requesting a player’s rank
object
UUID for this specific player
Current rank info about player
object
A measure of perceived skill in a player
A measure of how confident we are in the perceived skill (high sigma means low confidence)
Custom key-value player rank data
object
ID for this rank
403
Forbidden
object
422
Validation Error