League table
get_standingsFetch league standings with manager points, squad values, and budget status. Use 'live' period during matchday for real-time points and correct negative budget flags.
Instructions
Get the league table: every manager with their points, squad value and whether their budget is in the red.
Rows come best first, with rank filled in and is_me marking the signed-in
manager, and manager_id can be used to look up a rival's squad.
period picks which table. total is the season standings. live is the one
to ask for while a matchday is being played: only it fills live_points and
players_possibly_scoring, and only it reports negative_budget correctly —
under total that flag reads false for everyone, including managers who are
actually in the red and will therefore score nothing this matchday.
Read-only: fetches current state and changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | total |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Managers, best first | |
| period | Yes | Period the table covers, e.g. 'total' |