fpl_live_gameweek
Retrieve live Fantasy Premier League player points for a gameweek, including detailed breakdowns of why each point was earned. Get real-time scoring to reconcile player performance.
Instructions
Live per-player scoring for a gameweek — points as they are being earned.
Returns: {elements:[{id, stats:{minutes, goals_scored, assists, clean_sheets, goals_conceded, saves, bonus, bps, total_points, expected_goals, …}, explain:[{fixture, stats:[{identifier, points, value}]}]}]} — explain breaks a player's points down by WHY they were awarded, which is the only way to reconcile a score. Returns {elements: []} for a gameweek that has not started — empty is normal pre-season, not a failure.
Example: Live scoring for a gameweek {"gameweek": 1}
Auth: works without a key; FPL_SESSION_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameweek | Yes | Gameweek number (1-38). Required — part of the URL path. |