Rankings listing
get_rankingsRetrieve the full published ranking table for ATP, WTA, or ITF in rank order, using the newest week at or before a chosen date. Includes all published players.
Instructions
The FULL published ranking table in rank order for one system — the newest week at or before as_of. Rows carry player_name as published and a null player_id for players outside our roster, so the table has no silent holes. ATP/WTA history runs deep; the ITF circuits begin 2026-07-29. For point-in-time records of SPECIFIC players use get_player_rankings. Requires the PRO plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | YYYY-MM-DD — serves the newest published week at or before this date. Omit for latest. | |
| limit | No | Maximum ranking rows to return (1-200). | |
| system | Yes | Ranking system to list. utr has no listing — it is a rating, not a ranking. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| rankings | No | The table in rank order. |