wta_rankings
Retrieve WTA singles or doubles rankings with player details, points, and movement. Specify rank type and metric for targeted results.
Instructions
The WTA rankings — each row is {player:{id, fullName, countryCode, dateOfBirth}, ranking, points, tournamentsPlayed, movement, rankedAt}. Returns a bare ARRAY (not the {pageInfo,content} envelope). REQUIRES type + metric, which must agree: rankSingles+singles or rankDoubles+doubles. Page with page/pageSize (e.g. pageSize=100 for the top 100).
Returns: array of {player:{id, firstName, lastName, fullName, countryCode, dateOfBirth}, ranking, points, tournamentsPlayed, movement, rankedAt}
Example: Top 100 WTA singles rankings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| type | Yes | ||
| metric | Yes | ||
| pageSize | No |