wta_tournament
Retrieve full metadata for a WTA tournament edition by supplying tournament group ID and year—dates, surface, draw sizes, prize money, level, status, and winners.
Instructions
One tournament edition by tournamentGroup id + year (e.g. group 901 = Australian Open, /901/2025). Full metadata: dates, surface, draw sizes, prize money, level, status, winners. ids from wta_tournaments (content[].tournamentGroup.id + .year).
Returns: {tournamentGroup:{id, name, level}, year, title, startDate, endDate, surface, inOutdoor, city, country, singlesDrawSize, doublesDrawSize, prizeMoney, level, status, winners}
Example: Australian Open 2025 {"groupId": 901, "year": 2025}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Edition year (e.g. 2025). Required — part of the URL path. | |
| groupId | Yes | tournamentGroup id (e.g. 901 = Australian Open) — from wta_tournaments. Required — part of the URL path. |