seriea_standings
Obtain the complete Serie A league table for a specific season, including overall, home, and away standings with detailed team statistics.
Instructions
League table for a season. Returns three tables — standings[0]=overall, [1]=home, [2]=away — each with 20 teams; each team carries stats[] keyed by statsId (rank, points, matches-played, win, draw, lose, goals-for, goals-against, goal-difference).
Returns: {standings:[{type: table|home|away, teams:[{teamId, mediaName, providerId, imagery, stats:[{statsId, statsLabel, statsValue}]}]}]}
Example: 2025/26 Serie A table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | en-GB | |
| seasonId | Yes |