balldontlie_epl_games
Fetch Premier League fixtures and results, filtered by season, week, or team IDs. Use cursors to page through large datasets and track match scores.
Instructions
Premier League fixtures and results.
Returns: {data:[{id, week, kickoff, home_team, away_team, home_score, away_score, status, ground}], meta:{next_cursor}} — SHAPE FROM VENDOR DOCS.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A season's fixtures {"season": 2023}
Auth: needs your own key in BALLDONTLIE_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | Matchweek. | |
| cursor | No | Cursor from the previous page. | |
| season | No | Season start year. | |
| per_page | No | Page size. | |
| team_ids | No | Team ids. |