get_fixtures_by_date_range
Retrieve football fixtures for any date range up to 100 days. Filter by league, state, and include detailed match data like lineups, statistics, odds, and predictions.
Instructions
Get fixtures within a date range (max 100 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date YYYY-MM-DD. | |
| end_date | Yes | End date YYYY-MM-DD. | |
| include | No | Semicolon-separated includes. Available: sport;round;stage;group;aggregate;league;season;coaches;tvStations;venue;state;weatherReport;lineups;events;timeline;comments;trends;statistics;periods;participants;odds;premiumOdds;inplayOdds;prematchNews;postmatchNews;metadata;sidelined;predictions;referees;formations;ballCoordinates;scores;xGFixture;pressure;expectedLineups;predictedLineups;matchfacts | |
| select | No | Comma-separated fields to return on base entity. | |
| filters | No | Filters. e.g. fixtureLeagues:501,271 or fixtureStates:1 or markets:12,14 | |
| sortBy | No | Field to sort by. e.g. starting_at | |
| locale | No | Language for name fields. e.g. en, de | |
| timezone | No | Timezone for datetime fields. e.g. Europe/London | |
| page | No | Page number for paginated results. | |
| per_page | No | Results per page (max 50). |