Archive result detail
get_archive_matchRetrieve a single archived tennis match (1968–2022), with serve statistics where the era recorded them.
Instructions
One result from the results archive (1968–2022), with per-match serve statistics where the era recorded them — stats are null for most rows before 1991, honestly, never synthesised. Requires the BASIC plan or any History plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archive_match_id | Yes | Archive match id, as returned by search_archive_matches. |
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. | |
| stats | No | Per-match serve statistics (aces, double_faults, serve_points, first_in, first_won, second_won, serve_games, bp_saved, bp_faced). Null for most pre-1991 rows. | |
| result | No | The archive result. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. |