Ranked Legend Schema
This object contains a player’s current ranked statistics per-legend.
Contents
Section titled “Contents”| Attribute | Type | Description |
|---|---|---|
| legend_id | Integer | The ID of the legend. |
| legend_name_key | String | The database name of the legend. |
| rating | Integer | The current Elo rating of the legend. |
| peak_rating | Integer | The highest Elo rating the player has achieved with this legend in the current season. |
| tier | String | The current rating tier the legend is in. |
| wins | Integer | The total number of ranked wins the player earned with this legend in the current season. |
| games | Integer | The total number of ranked games the player played with this legend in the current season. |