sm_fixtures
Get football fixtures by ID, date, date range, team, head-to-head, or search. Access match data with filters and includes for scores, statistics, lineups, odds, and more.
Instructions
Get football fixtures. Supports: by ID, by date, by date range, by date range for team, head-to-head, search by name. The core endpoint for match data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Fixture ID (for by_id mode) | |
| date | No | Date YYYY-MM-DD (for by_date) | |
| mode | Yes | Query mode | |
| page | No | Page number for pagination | |
| teamId | No | Team ID (for by_date_range_team) | |
| endDate | No | End date YYYY-MM-DD (for by_date_range) | |
| filters | No | Filters e.g. "fixtureLeagues:8" | |
| include | No | Comma-separated includes e.g. "participants,scores,league,odds,statistics,events,lineups" | |
| team1Id | No | First team ID (for h2h) | |
| team2Id | No | Second team ID (for h2h) | |
| startDate | No | Start date YYYY-MM-DD (for by_date_range) | |
| searchQuery | No | Search term (for search mode) |