openligadb_season_matches
Get every match and result for a league season, with team info, halftime scores, and locations. Ideal for full-season analysis when you need all games at once.
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. |