fpl_classic_league
Fetch paginated standings for a Fantasy Premier League classic league, including league info, new entries, and rank movement. Input a league ID to retrieve its table.
Instructions
Classic (total-points) league standings, paginated.
Returns: {league:{id, name, created, closed, admin_entry, start_event, league_type, scoring}, new_entries:{has_next, page, results}, standings:{has_next, page, results:[{id, entry, entry_name, player_name, rank, last_rank, rank_sort, total, event_total}]}} — entry is the manager id for fpl_manager; rank vs last_rank gives movement. Big leagues page at 50.
Example: A league table {"leagueId": 314}
Auth: works without a key; FPL_SESSION_COOKIE unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leagueId | Yes | League id. 314 is the global 'Overall' league; your own mini-league id is in its URL. Required — part of the URL path. | |
| page_standings | No | Standings page (50 per page). | |
| page_new_entries | No | Page of managers who joined recently. |