wta_players
Search and page through the WTA player catalogue to obtain player IDs, names, and birth dates for use in player-specific data queries.
Instructions
The WTA player catalogue — {pageInfo, content:[{id, firstName, lastName, fullName, countryCode, dateOfBirth}]}. Search by name (e.g. 'Swiatek' → Iga Swiatek) or page through all. The player id feeds wta_player / wta_player_matches.
Returns: {pageInfo:{numPages, totalElements}, content:[{id, firstName, lastName, fullName, countryCode, dateOfBirth, metadata}]}
Example: Find Iga Swiatek {"name": "Swiatek"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by player name (e.g. 'Swiatek', 'Sabalenka'). | |
| page | No | 0-based page index. | |
| pageSize | No | Rows per page. |