euroleague_rounds
Retrieve round schedules and date windows for a EuroLeague season. Get each round's name, phase, and start/end dates for odds and stats comparison.
Instructions
The rounds (matchdays) in a season, with their date windows.
Returns: {total, data:[{round, name, seasonCode, phaseTypeCode, minGameStartDate, maxGameStartDate}]}
Example: EuroLeague rounds {"competition": "E", "season": "E2024"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season code. Required — part of the URL path. | |
| competition | No | Competition letter. One of: E, U. | E |