Rankings

Retrieve player performance rankings with advanced stats sourced from Bo3.gg.

API Endpoint

GET/v6/esports/{sport}/rankings

Parameters

ParameterTypeRequiredDescription
sportstringPath slug: cs2, valorant, lol, dota2, cod, r6
filterstringStats window: lifetime (default), last_3_months

Example URLs

CS2 lifetime rankings:

/v6/esports/cs2/rankings?filter=lifetime

Valorant last 3 months:

/v6/esports/valorant/rankings?filter=last_3_months

Example Response

Response
{
  "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
}

Response Fields

FieldTypeDescription
avg_player_ratingfloatHLTV-style rating (6.5+ is elite)
avg_kd_ratefloatAverage Kill/Death ratio
avg_headshot_kills_accuracyfloatPercentage of kills that were headshots
multikills_vs_5integerTotal number of Aces (5K) recorded
clutches_vs_1integerTotal 1v1 clutches won
games_countintegerTotal maps/games used for calculation