List Rankings
Retrieve the FIP 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.
Each entry exposes type, category, ranking, ranking_diff, points,
points_diff and date (Monday of the ISO week the snapshot belongs to).
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 or race.
official, race 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