wta_players
Retrieve WTA player profiles by name or browse all players. Get player IDs, names, country codes, and birth dates for use in further 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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| pageSize | No |