Leaderboard

Returns the current leaderboard for the requested region

triangle-exclamation
Deprecated
get

Get Leaderboard

Authorizations
AuthorizationstringRequired
Path parameters
regionstring · enumRequiredPossible values:
Query parameters
puuidstringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

namestringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

tagstringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

seasonstring · enumOptional

Returns the leaderboard for a specific season

Possible values:
Responses
chevron-right
200

Leaderboard Data

application/json
PlayerCardIDstringOptionalExample: 8edf22c5-4489-ab41-769a-07adb4c454d6
TitleIDstringOptionalExample: 82de085a-4c2b-da95-a139-048e4ce83dae
IsBannedbooleanOptionalExample: false
IsAnonymizedbooleanOptionalExample: false
puuidstringOptionalExample: c3b5b276-a43d-53f2-a897-038bc60b6682
gameNamestringOptionalExample: Liquid ScreaM
tagLinestringOptionalExample: 1TAP
leaderboardRankintegerOptionalExample: 1
rankedRatingintegerOptionalExample: 1222
numberOfWinsintegerOptionalExample: 67
competitiveTierintegerOptionalExample: 24
get
/valorant/v1/leaderboard/{region}
get
/valorant/v3/leaderboard/{region}/{platform}

Get Leaderboard (latest version)

Authorizations
AuthorizationstringRequired
Path parameters
regionstring · enumRequiredPossible values:
platformstring · enumRequiredPossible values:
Query parameters
puuidstringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

namestringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

tagstringOptional

Note that you can only filter by puuid or name and tag, both at the same time is logically not possible

season_shortstring · enumOptional

Returns the leaderboard for a specific season by short season (cannot be used in combination mit season_id)

Possible values:
season_idstringOptional

Returns the leaderboard for a specific season by it's real id (cannot be used in combination mit season_short)

Example: 4539cac3-47ae-90e5-3d01-b3812ca3274e
sizeintegerOptional

Number of players returned

start_indexintegerOptional

Pagination starting point

Responses
chevron-right
200

Includes leaderboard data

application/json
statusinteger · int32Optional
get
/valorant/v3/leaderboard/{region}/{platform}

Last updated