euroleague_rounds
Retrieve the matchdays for a Euroleague season, including each round's name and date window. Provide a season code to obtain round schedules for planning or 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 |