Match detail
get_matchFetch a single match by ID with live score/minute when in play. Optionally enrich with prediction-market signals; marketComplete=false means an incomplete read, not no signal.
Instructions
One match by its id, with live score/minute overlaid when it's in play. Optional prediction-market enrichment carries marketComplete; false means the read was incomplete, not that no signal exists. Get the id from get_today or get_live; to find a team's match without an id, use get_next_fixture. tz/lang/flavor affect formatting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Match id | |
| tz | No | IANA timezone for kickoff times, e.g. America/Mexico_City | |
| lang | No | Locale for dates, provider attribution, and commentary: en, es, pt, fr (the summary scaffold stays English; other locales fall back to en) | |
| flavor | No | Commentary flair: off, subtle, full (default: full) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | ||
| source | No | ||
| degraded | No | ||
| marketSignal | No | ||
| marketComplete | No | False when optional market enrichment did not check this fixture | |
| responseTruncated | No | ||
| responseTruncation | No |