Match detail
get_matchRetrieve full match details by ID: players, score, surface, round, and status. Includes market prices and model analysis.
Instructions
Full detail for one match by id: players, score, surface, round and status. Includes market prices on PRO and model analysis on ULTRA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes | Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results. |
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. | |
| match | No | The match. | |
| market | No | Match-winner market. Requires the PRO plan; absent otherwise. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. | |
| analysis | No | Model analysis. Requires the ULTRA plan; absent otherwise. |