Tournament detail
get_tournamentRetrieve tournament details by stable tournament ID. Get name, tour, surface, indoor status, host city/country, and category.
Instructions
One tournament by its stable id — the tournament_id carried on match objects. Name, tour, surface, indoor, plus host city/country and category where curated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tournament_id | Yes | Stable tournament id, as returned by search_tournaments or carried on a match as tournament_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| tournament | No | The tournament. |