openligadb_teams
Retrieve the clubs contesting a league season. Provide league shortcut and season start year to get team IDs, names, icons, and group details.
Instructions
The clubs contesting one league season.
Returns: [{teamId, teamName, shortName, teamIconUrl, teamGroupName}]
Example: 2024/25 Bundesliga clubs {"league": "bl1", "season": "2024"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league | No | League shortcut, e.g. bl1, bl2, bl3, dfb. | bl1 |
| season | Yes | Season STARTING year — 2024/25 is '2024'. Required — part of the URL path. |