wta_tournament_matches
Retrieve all matches and results for a specific WTA tournament edition by providing the tournament group ID and year.
Instructions
All matches/results for one tournament edition (group id + year) — e.g. AO 2025 returns ~302 matches with court, draw level/type, entrant types, match state and ids. Use for draws + results.
Returns: {tournament:{…}, matches:[{MatchID, EventID, EventYear, CourtID, DateSeq, DrawLevelType, DrawMatchType, EntryTypeA, EntryTypeB, GrandSlam, MatchState, LastUpdated}]}
Example: Australian Open 2025 results {"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 — from wta_tournaments. Required — part of the URL path. |