search_fixtures_by_name
Find football fixtures by searching with a team name or other text. Returns matching fixtures with details like teams, league, and optional related data.
Instructions
Search fixtures by name (e.g. team name).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Search query. | |
| 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). |