wta_player_matches
Retrieve a WTA player's complete match history, including tournament details, surfaces, dates, prize money, and entry rankings, by providing a player ID.
Instructions
One player's match history — {player, matches:[{TournamentName, TournamentLevel, Surface, StartDate, city, Country, PrizeWon, entry_rank_1/2, entry_type_1/2, …}]}. The per-tournament results/log for a player.
Returns: {player:{…}, matches:[{TournamentName, TournamentLevel, TournamentType, Surface, StartDate, city, Country, DrawSizes, PrizeMoney, PrizeWon, entry_rank_1, entry_rank_2, entry_type_1, entry_type_2}]}
Example: Sabalenka's recent matches {"playerId": 320760}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playerId | Yes | WTA player id (from wta_players[].id). Required — part of the URL path. |