balldontlie_epl_games
Retrieve Premier League fixtures and results by season, matchweek, or team, with pagination support.
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. |