seriea_team_stats
Retrieve Serie A team stat leaderboards for a season, covering all 20 teams with detailed Opta stats across General and Goalkeeping categories.
Instructions
Team stat leaderboard for a season — all 20 teams with full Opta team stats[] (~402 {statsId, statsValue} pairs: games-played, total-points, total-wins/losses/draws, …). Same category rule as players (General or Goalkeeping; others 400).
Returns: {teams:[{teamId, mediaName, providerId, imagery, stats:[{statsId, statsLabel, statsValue}]}], pagination:{totalPages, currentPage, isLastPage}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (all 20 teams usually fit on page 1). | |
| locale | No | Label language. | en-GB |
| category | No | Stat category (General or Goalkeeping; others 400). | General |
| seasonId | Yes | SDP season id (from seriea_seasons). Required — part of the URL path. |