Get Rank Config V3
GET /rank/v3/rank/{rank_id}
Get rank configuration for specific rank id
Required Permissions: rank:read:config
Authorizations
Parameters
Path Parameters
Responses
200
Successful Response
Response to successfully requesting all rank config
object
List of rank configurations
Configuration about a specific rank type
object
Human readable name for this rank
Description of this rank
Custom data about this rank
object
The maximum mu value achievable. Any attempts to update a rank value to be higher than this get clamped to the maximum
The minimum mu value achievable. Any attempts to update a rank value to be lower than this get clamped to the minimum
The minimum sigma allowed. Any attempts to update sigma to be lower than this get clamped to the minimum
The distance between skill ranks that yields ~76% chance of winning. Recommended value is half the default sigma
The default mu value for this rank id. Will be used when players do not have any rank history
The default sigma for this rank id. Will be used when players do not have any rank history
The percent probability of a draw occuring in the game. Must be in [0, 1)
Factor that determines how quickly a player’s sigma is adjusted. A larger tau will result in more volatile in ranks. Recommended value is is (default_sigma * .01)
ID for this rank type
403
Forbidden
object
422
Validation Error