List fixtures and results
footballstack_matchesFetch football fixtures and results filtered by date, competition, team, status, season, or round. Returns match IDs for lineups, events, xG, and context tools.
Instructions
List fixtures and results, filtered by date, competition, team, status, season or round. Paginated via cursor. Use the IDs returned here as the match id for the lineups, events, xg and context tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ISO date, YYYY-MM-DD | |
| team | No | Team id from footballstack_search | |
| limit | No | ||
| round | No | Round or matchday | |
| cursor | No | Pagination cursor from a previous response | |
| season | No | Season identifier, e.g. 2025-2026 | |
| status | No | Match status filter, e.g. scheduled / live / finished | |
| competition | No | Competition id from footballstack_competitions or footballstack_search |