Match detail
get_matchFetch a match by its ID, showing live score and minute when in play. Customize timezone, language, and commentary flavor.
Instructions
One match by its id, with live score/minute overlaid when it's in play. 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 |