wta_player
Retrieve a WTA player's profile by player ID, returning name, country, date of birth, and metadata from wta_players or wta_rankings.
Instructions
A single WTA player by id — {id, firstName, lastName, fullName, countryCode, dateOfBirth, metadata}. playerId comes from wta_players / wta_rankings.
Returns: {id, firstName, lastName, fullName, countryCode, dateOfBirth, metadata}
Example: Aryna Sabalenka {"playerId": 320760}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | WTA player id (from wta_players[].id or wta_rankings[].player.id). Required — part of the URL path. |