footballdataorg_standings
Retrieve football league standings for a competition, with total, home, and away tables. Filter by season or matchday as needed.
Instructions
League table for a competition. NEEDS A KEY (403 without).
Returns: {filters, competition, season, standings:[{stage, type:'TOTAL'|'HOME'|'AWAY', group, table:[{position, team:{id, name, crest}, playedGames, won, draw, lost, points, goalsFor, goalsAgainst, goalDifference, form}]}]} — SHAPE FROM VENDOR DOCS. Note standings is a LIST of tables (TOTAL/HOME/AWAY); pick type == 'TOTAL' for the normal ladder.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Premier League table {"competition": "PL"}
Auth: needs your own key in FOOTBALL_DATA_ORG_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Season starting year, e.g. 2024. | |
| matchday | No | Table as at this matchday. | |
| competition | Yes | Competition code or id. Required — part of the URL path. |