wta_players
Search WTA players by name or page through all to obtain player ID, name, country, and birth date for building match data requests.
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. |