get_fixtures_by_date
Retrieve all football fixtures for any specific date. Query the Sportmonks Football API to get matches scheduled on a given day, with options for includes and filters.
Instructions
Get all fixtures on a specific date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date in YYYY-MM-DD format. e.g. 2024-08-04 | |
| 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). |