euroleague_clubs
Retrieve club information for a EuroLeague or EuroCup season, including city, country, venue, and club code. Provide a season code such as E2024 to get the full club list.
Instructions
The clubs in one season, with city, country and venue detail.
Returns: {total, data:[{code, name, abbreviatedName, editorialName, city, country:{code, name}, address, images, isVirtual}]} — code (e.g. 'MAD') is the club key used elsewhere
Example: 2024-25 EuroLeague clubs {"competition": "E", "season": "E2024"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season code, e.g. E2024 (competition letter + starting year). Required — part of the URL path. | |
| competition | No | E = EuroLeague, U = EuroCup. | E |