euroleague_game
Fetch detailed information for one Euroleague game using its season and game code: scores, teams, referees, phase, and status.
Instructions
One game's detail by its per-season game code.
Returns: {id, gameCode, identifier, date, played, gameStatus, local:{club, score}, road:{club, score}, group, phaseType, referee1..4, audience} — a single object, NOT wrapped in {data}
Example: Game 1 of the season {"competition": "E", "season": "E2024", "gameCode": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | Season code. Required — part of the URL path. | |
| gameCode | Yes | Per-season sequential game code (an integer like 1 or 330) — NOT the uuid. Required — part of the URL path. | |
| competition | No | Competition letter. One of: E, U. | E |