euroleague_games
Retrieve Euroleague games for a season with scores, venue, and officials. Filter by round or paginate for manageable results.
Instructions
Games in a season with scores, venue and officials. Unpaged this is ~800 KB — pass a limit or filter by round.
Returns: {total, data:[{id (uuid), gameCode, identifier:'E2024_330', date, localDate, played, gameStatus, group, phaseType, local:{club, score}, road:{club, score}, isNeutralVenue, referee1..4, audience}]} — HOME/AWAY are local/road; use gameCode (an int) for the per-game tools, not the uuid
Example: First 50 games of the season {"competition": "E", "season": "E2024", "limit": 50}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. The whole season unpaged is ~800 KB. | |
| offset | No | Page offset. | |
| season | Yes | Season code. Required — part of the URL path. | |
| competition | No | Competition letter. One of: E, U. | E |
| roundNumber | No | Restrict to one round. |