football_get_fixtures
Retrieve World Cup 2026 fixtures with pagination. Returns home/away teams, date, group, status, and scores.
Instructions
Return World Cup 2026 fixtures (live providers, else the group schedule).
Args: limit: Max fixtures to return, 1..200 (default 50). offset: Number of fixtures to skip for paging (default 0).
Returns: data.fixtures: page of {home, away, date/group, status, home_goals, away_goals}. data.pagination: {total, count, offset, limit, has_more, next_offset}. meta.source: adapter that served the data (static_seed = group schedule only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max fixtures to return, 1..200 (default 50). | |
| offset | No | Number of fixtures to skip for paging (default 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| meta | No | ||
| error | No |