Ranking Schema
This schema contains ranked leaderboard data for a specific player.
Contents
Section titled “Contents”| Element | Type | Required | Description |
|---|---|---|---|
| players | Array (Object) | ✔️ | The player(s) of one ranked entry. This is a RankingPlayer object. |
| best_rating | Integer | ❌ | The highest rating the player(s) has achieved in the season. |
| rank | Integer | ✔️ | The current rank of the player(s). |
| rating | Integer | ❌ | The current rating of the player(s). |
| wins | Integer | ❌ | The number of wins the player(s) have earned. |
| losses | Integer | ❌ | The number of losses the player(s) have earned. |
| region | String | ❌ | The region the player(s) plays in. |
| tier | String | ❌ | The current ranked tier the player(s) are in. |