fpl_manager_history
Retrieve a manager's gameweek-by-gameweek points, ranks, past seasons, and chips already played to assess performance and remaining chip availability.
Instructions
A manager's gameweek-by-gameweek history, past seasons, and chips already used.
Returns: {current:[{event, points, total_points, rank, overall_rank, bank, value, event_transfers, event_transfers_cost, points_on_bench}], past:[{season_name:'2024/25', total_points, rank}], chips:[{name:'wildcard', time, event}]} — chips is what has ALREADY been played, which is how you know what is still available. current is empty before gameweek 1.
Example: A manager's season {"managerId": 1}
Auth: works without a key; FPL_SESSION_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| managerId | Yes | Manager (entry) id. Required — part of the URL path. |