seriea_match_lineups
Get Serie A match lineups: tactical formation, starting XI with pitch positions, captain/goalkeeper flags, and bench for home and away teams.
Instructions
Lineups for one match — per side: tacticalFormation, the fielded XI (with average pitch positions, captain/GK flags, per-player events), the bench, and staff. Discover the matchId from seriea_matches.
Returns: {matchId, pitchSizeX, pitchSizeY, home:{teamId, tacticalFormation, fielded:[{displayName, bibNumber, isCaptain, isGoalkeeper, averageXPosition, averageYPosition, events}], benched, staff}, away:{…}}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Label language. | en-GB |
| matchId | Yes | SDP match id (from seriea_matches.matches[].matchId). Required — part of the URL path. | |
| seasonId | Yes | SDP season id (from seriea_seasons). Required — part of the URL path. |