get_fixtures_by_date_range_for_team
Retrieve fixtures for a specific team between two dates. Supports filtering and including detailed match information like lineups, scores, and odds.
Instructions
Get fixtures for a specific team within a date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | Start date YYYY-MM-DD. | |
| end_date | Yes | End date YYYY-MM-DD. | |
| team_id | Yes | The team ID. | |
| 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). |