Retrieve player performance rankings with advanced stats sourced from Bo3.gg.
| Parameter | Type | Required | Description |
|---|---|---|---|
| sport | string | ✓ | Path slug: cs2, valorant, lol, dota2, cod, r6 |
| filter | string | — | Stats window: lifetime (default), last_3_months |
CS2 lifetime rankings:
/v6/esports/cs2/rankings?filter=lifetimeValorant last 3 months:
/v6/esports/valorant/rankings?filter=last_3_months{
"source": "kashrock",
"sport": "cs2",
"rankings": [
{
"rank": 1,
"id": 18452,
"player": {
"id": 18452,
"slug": "zywoo",
"nickname": "ZywOo"
},
"team": {
"id": 667,
"name": "Vitality",
"slug": "vitality"
},
"avg_player_rating": 6.96,
"avg_kd_rate": 1.42,
"games_count": 84,
"avg_headshot_kills_accuracy": 0.51
}
],
"total": 500
}| Field | Type | Description |
|---|---|---|
| avg_player_rating | float | HLTV-style rating (6.5+ is elite) |
| avg_kd_rate | float | Average Kill/Death ratio |
| avg_headshot_kills_accuracy | float | Percentage of kills that were headshots |
| multikills_vs_5 | integer | Total number of Aces (5K) recorded |
| clutches_vs_1 | integer | Total 1v1 clutches won |
| games_count | integer | Total maps/games used for calculation |