openligadb_matchday_matches
Get all fixtures and results for a specific matchday and season, with optional league shortcut. Input the season year and matchday number to return the full set of matches for that round.
Instructions
One matchday's fixtures and results — the everyday call.
Returns: Same shape as openligadb_season_matches, restricted to one matchday (~9 matches for the Bundesliga)
Example: Matchday 1 of 2024/25 {"league": "bl1", "season": "2024", "matchday": 1}
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. | |
| matchday | Yes | Matchday number (groupOrderID). Required — part of the URL path. |