openligadb_current_matchday
Get the current matchday for a league by its shortcut, returning the group name and order ID.
Instructions
Which matchday a league is currently on — resolve 'this week' without guessing.
Returns: {groupID, groupName:'1. Spieltag', groupOrderID} — a single object, not a list
Example: Current Bundesliga matchday {"league": "bl1"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | League shortcut. | bl1 |