seriea_matches
Retrieve all 380 Serie A matches for a season, including scores, status, kickoff, and stadium. Filter by matchweek client-side.
Instructions
All 380 matches for a season — scores, status, kickoff, stadium, matchday. Season-scoped. NOTE: returns the WHOLE season in one ~1.2 MB payload — it cannot be narrowed server-side (matchday/round/page params are all ignored); filter the returned matches by matchSet/roundName (the matchweek) client-side.
Returns: {matches:[{matchId, home, away, providerHomeScore, providerAwayScore, status (FINISHED/…), matchDateUtc, stadiumName, roundName, matchSet:{matchSetId}, winTeamId}]} (matchSet = the matchweek, providerId opta:MatchDay:N — group by it client-side)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | en-GB | |
| seasonId | Yes |