seriea_standings
Get Serie A league standings for a specific season, with separate overall, home, and away tables. Each table includes 20 teams with detailed match 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 {"seasonId": "serie-a::Football_Season::5f0e080fc3a44073984b75b3a8e06a8a"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Label language. | en-GB |
| seasonId | Yes | SDP season id (from seriea_seasons). Required — part of the URL path. |