openligadb_season_matches
Fetch all matches for a given league season, including final and half-time results.
Instructions
Every match in a league season with results. LARGE (~550 KB for a Bundesliga season) — prefer the matchday tool.
Returns: [{matchID, matchDateTime, matchDateTimeUTC, timeZoneID, leagueName, leagueSeason, group:{groupName, groupOrderID}, team1:{teamId, teamName}, team2:{…}, matchIsFinished, matchResults:[{resultName:'Endergebnis'|'Halbzeit', pointsTeam1, pointsTeam2}], goals:[…], location}]
Example: Whole 2024/25 Bundesliga season {"league": "bl1", "season": "2024"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | League shortcut. | bl1 |
| season | Yes | Season starting year. Required — part of the URL path. |