apisports_football_standings
Get football league standings by league and season, showing ranks, points, goal difference, form, and home/away splits. Pass league ID and season year.
Instructions
League table. Both league and season are required.
Returns: {response:[{league:{id, name, standings:[[{rank, team:{id, name}, points, goalsDiff, group, form, status, description, all:{played, win, draw, lose, goals:{for, against}}, home:{…}, away:{…}}]]}}]} — SHAPE FROM VENDOR DOCS. NOTE the DOUBLE nesting: standings is a list OF TABLES (one per group in a group stage), each a list of rows.
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 {"league": 39, "season": 2023}
Auth: needs your own key in API_SPORTS_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Only this team's row. | |
| league | Yes | League id. | |
| season | Yes | Season starting year. |