List Rankings
Retrieve the ranking list for a given week. Snapshots are weekly and
indexed by ISO week. Without date returns the latest snapshot; with
date returns the snapshot in effect at that day.
Types official and race are FIP points tables.
The elo type ranks players by their Elo rating instead, carried in points.
Only players with at least 5 rated matches in the last 12 months are included in
the Elo ranking: a match that never produced a rating, such as a walkover or a
bye, does not count towards it.
On the free plan, only the latest weekly snapshot is visible: ranking values
from older snapshots return hidden_free_plan. Paid plans include the full
ranking history.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Ranking type. Either official, race or elo.
official, race, elo Category of the players. Either men or women.
men, women 2 letters country-code to filter the players by nationality.
2Date (YYYY-MM-DD) for which the ranking is requested. Defaults to the latest available snapshot.
Name of the parameter to sort the rankings by. Use ranking_diff or points_diff to surface the biggest movers of the week.
ranking, points, ranking_diff, points_diff Order of the sorting, either asc or desc.
asc, desc