fpl_fixtures
Retrieve Fantasy Premier League fixtures with difficulty ratings, then view goals, assists, and bonus points for each player once matches are played.
Instructions
Fixtures with FPL difficulty ratings, and goal/assist/bonus breakdowns once played.
Returns: [{id, code, event, team_h, team_a, team_h_score, team_a_score, kickoff_time, started, finished, finished_provisional, minutes, team_h_difficulty:1-5, team_a_difficulty:1-5, stats:[{identifier:'goals_scored'|'assists'|'bonus'|'bps'|'saves'|…, h:[{element, value}], a:[{element, value}]}]}] — stats is EMPTY until the match is played, then carries per-player contributions keyed by player id. The two difficulty ratings are from each side's perspective. finished_provisional goes true before finished: bonus points are not final until finished.
Example: One gameweek's fixtures {"event": 1}
Auth: works without a key; FPL_SESSION_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | Restrict to one gameweek (1-38). Omit for the whole season. | |
| future | No | true returns only fixtures not yet played. |