fpl_manager_picks
Retrieve a Fantasy Premier League manager's gameweek picks after deadline: starting XI, bench order, captain, vice-captain, active chip, automatic substitutions, and points.
Instructions
The exact XI, bench order, captain and chip a manager used in a gameweek.
Returns: {active_chip, automatic_subs:[{element_in, element_out}], entry_history:{event, points, total_points, rank, bank, value, event_transfers, event_transfers_cost, points_on_bench}, picks:[{element, position:1-15, multiplier:0|1|2|3, is_captain, is_vice_captain}]} — position 1-11 is the XI and 12-15 the bench IN ORDER. multiplier 2 is the captain, 3 a triple-captain chip, and 0 means they did not play (benched).
Example: A manager's gameweek team {"managerId": 1, "gameweek": 1}
Auth: works without a key; FPL_SESSION_COOKIE unlocks more if set.
Also answers this: espnfantasy_rosters, sleeper_league_rosters, yahoo_team_roster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameweek | Yes | A gameweek that has STARTED — picks are hidden until the deadline passes, and an unplayed one 404s. Required — part of the URL path. | |
| managerId | Yes | Manager (entry) id. Required — part of the URL path. |