openligadb_matchdays
Fetch matchdays for a league season, returning group IDs, names, and order numbers needed to query match data.
Instructions
The matchdays ('groups') in a season — OpenLigaDB calls a Spieltag a 'group'.
Returns: [{groupID, groupName:'1. Spieltag', groupOrderID}] — groupOrderID is the matchday number the match tools take
Example: Bundesliga matchdays {"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. |