get_fixtures_by_multiple_ids
Retrieve multiple football fixtures by providing a list of up to 50 fixture IDs. Includes options for related data such as lineups, odds, and statistics.
Instructions
Get multiple fixtures by a comma-separated list of IDs (max 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated fixture IDs. e.g. 1,2,3 | |
| 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). |