openligadb_matchdays
Retrieve all matchdays for a given league season, returning each matchday's ID, name, and order number needed for match queries.
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. |