openligadb_matchday_matches
Get fixtures and results for a specific matchday of a league season from OpenLigaDB. Provide league, season, and matchday number to retrieve all matches in 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. |