seriea_players
Get Serie A player stats for any season by providing a season ID. Choose General or Goalkeeping stats, browse pages of 30 players, and access full Opta data—including player identity and team details—without extra API calls.
Instructions
Every player in a season with identity AND full Opta stats[] (~279 {statsId, statsValue} pairs) — no separate squad call needed. Paginated 30/page (pagination.totalPages / isLastPage; the pageSize param is ignored). NOTE: category selects which STAT SET is returned (General or Goalkeeping; others 400) — it is NOT a position filter, every category returns all players.
Returns: {players:[{playerId, displayName, mediaFirstName, mediaLastName, shirtName, role (1 GK,2 DEF,3 MID,4 FWD), roleLabel, nationalityIsoCode, team, imagery, stats:[{statsId, statsValue}]}], pagination:{totalPages, currentPage, isLastPage}}
Example: 2025/26 outfield player stats, page 1 {"seasonId": "serie-a::Football_Season::5f0e080fc3a44073984b75b3a8e06a8a", "category": "General", "page": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page (30 players/page; total via pagination.totalPages). | |
| locale | No | Label language. | en-GB |
| category | No | Stat category — only General and Goalkeeping are valid (Attack/Defence/etc. return 400). | General |
| seasonId | Yes | SDP season id (from seriea_seasons). Required — part of the URL path. |