v2
latestOpenAPI 3.1.02026-08-0810576180.4 KBGames
Get Game Summary
Get the game summary with final scores and team totals.
Returns aggregated team statistics including points, rebounds, assists, steals, blocks, turnovers, and shooting stats.
Requires League header and x-api-key header.
Args: game_id: The game identifier (UUID string) conn: Database connection (injected)
Returns: GameSummaryResponse with game metadata and team statistics
get/api/v1/games/{game_id}/summary
Path parameters
game_idstring required
Headers
x-api-keystring nullable
Leaguestring nullable
Response
Successful Response