euroleague: Get game header
euroleague_get_game_headerRetrieve a EuroLeague or EuroCup game header with final scores, per-quarter scores, teams, and coaches. Provide game code and season year.
Instructions
Get a game's header/summary: final and per-quarter scores, teams, coaches. Use a game code from euroleague_get_games.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game_code | Yes | Game code (from euroleague_get_games) | |
| competition | No | Competition: "E" = EuroLeague, "U" = EuroCup | E |
| season_year | Yes | Season start year (e.g. 2024 for the 2024-25 season) |