livefpl_league_live_score
Fetch live gameweek standings for an FPL classic league, including provisional scores, rank changes, captain, and chip usage before final ranks are set.
Instructions
Get the LIVE gameweek standings for an FPL classic league.
Fetches the live league table from https://plan.livefpl.net/leagues/{id} — the same live-updating standings shown on LiveFPL, including provisional (in-progress) gameweek scores before bonus points and ranks are finalised.
Args: league_id: The FPL classic-league id (the number in the league URL, e.g. 230412). limit: Maximum number of managers to return, ordered by current rank (default 25).
Returns: JSON with the league title, gameweek, and standings. Each manager row has: rank, rank_change (movement vs last GW), team_name, manager_name, entry_id, overall_rank, captain, vice_captain, players_to_play, gw_score (live), total_score, free_transfers, team_value, players_played (e.g. "11/12") and active_chip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| league_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |