List Player Rankings
Retrieve every ranking published for a player — multiple types (official,
race) — as the current snapshot or as a historical series.
Without after_date/before_date it returns the latest entry for each ranking
type. With after_date and/or before_date it returns the chronological series
of weekly snapshots within that range, so you can plot ranking evolution and spot
peaks and lows.
Each entry exposes type, ranking, points and date. The ranking/points
on the player resource stay as the current official FIP values for backwards
compatibility.
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.
Path Parameters
The player ID
Query Parameters
Start date of the historical series in YYYY-MM-DD format.
End date of the historical series in YYYY-MM-DD format.
Filter by ranking type. Omit to return both official and race.
official, race Response
Position in the ranking. On the free plan, only the latest weekly snapshot is visible; older snapshots return hidden_free_plan. Paid plans include the full ranking history.
Positions gained or lost since the previous weekly snapshot. On the free plan, only the latest weekly snapshot is visible; older snapshots return hidden_free_plan.
Ranking points. On the free plan, only the latest weekly snapshot is visible; older snapshots return hidden_free_plan. Paid plans include the full ranking history.
Points gained or lost since the previous weekly snapshot. On the free plan, only the latest weekly snapshot is visible; older snapshots return hidden_free_plan.