Football League Standings
sports.football.standingsRetrieve football league standings including rank, points, wins, draws, losses, and goal difference for major leagues like Premier League, La Liga, Bundesliga, Serie A, and Ligue 1 by league ID.
Instructions
League table/standings — rank, points, wins, draws, losses, goals for/against. All major leagues: Premier League (39), La Liga (140), Bundesliga (78), Serie A (135), Ligue 1 (61) (API-Sports)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | Yes | League ID (e.g. 39 = Premier League, 140 = La Liga, 135 = Serie A) | |
| season | No | Season year (default: current season, e.g. 2025) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |