Skip to main content
GET
List Rankings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

type
enum<string> | null

Ranking type. Either official or race.

Available options:
official,
race
category
enum<string> | null

Category of the players. Either men or women.

Available options:
men,
women
nationality
string | null

2 letters country-code to filter the players by nationality.

Required string length: 2
date
string<date> | null

Date (YYYY-MM-DD) for which the ranking is requested. Defaults to the latest available snapshot.

sort_by
enum<string> | null

Name of the parameter to sort the rankings by. Use ranking_diff or points_diff to surface the biggest movers of the week.

Available options:
ranking,
points,
ranking_diff,
points_diff
order_by
enum<string> | null

Order of the sorting, either asc or desc.

Available options:
asc,
desc

Response

Paginated set of PlayerRankingResource

data
PlayerRankingResource · object[]
required
meta
object
required