Get Matches
get_matchesRetrieve FIFA World Cup 2026 matches filtered by date, team, group, venue, round, or status. Get enriched match data with team names, venue details, and local time, optionally converted to any timezone.
Instructions
Query FIFA World Cup 2026 matches. Filter by date, date range, team, group, venue, round, or status. Returns enriched match data with team names, venue details, and local venue time. Optionally pass a timezone to convert match times to any IANA timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Exact date in YYYY-MM-DD format | |
| team | No | Team ID or FIFA code (e.g. 'usa', 'BRA', 'arg'). Matches where this team plays home or away. | |
| group | No | Group letter A through L | |
| round | No | Tournament round | |
| venue | No | Venue ID (e.g. 'metlife', 'azteca') | |
| status | No | Match status | |
| date_to | No | End of date range (YYYY-MM-DD), inclusive | |
| timezone | No | IANA timezone (e.g. 'America/New_York', 'Europe/London') to convert match times to | |
| date_from | No | Start of date range (YYYY-MM-DD), inclusive |