Games

Get Game Quarter Summary

Get per-quarter team statistics for a single game.

Returns the same shape as /summary but split by quarter, ordered by quarter.

Requires League header and x-api-key header.

Args: game_id: The game identifier (UUID string, matches game_info.video_id) conn: Database connection (injected)

Returns: GameQuarterSummaryResponse with game_id and a list of per-quarter team stats

get/api/v1/games/{game_id}/quarter_summary

Path parameters

game_idstring required

Headers

x-api-keystring required

Required API key issued by Preciser.

Required API key issued by Preciser.

Leaguestring required

Required tenant/database selector, for example pitchbio-master.

Required tenant/database selector, for example pitchbio-master.

Response

Successful Response

game_idstring required

Game identifier

competition_idstring nullable

Stable league/competition identifier for the game

Changes

Changed in 2 of the 10 revisions of this API.43

  • 9b0abde08b0642See the full diff
    • the header request parameter League became required

      request-parameter-became-required

    • the header request parameter x-api-key became required

      request-parameter-became-required

    • header request parameter League list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • header request parameter x-api-key list-of-types was narrowed by removing types null

      request-parameter-list-of-types-narrowed

    • for the header request parameter League, the type/format was generalized from / to string/

      request-parameter-type-generalized

    • for the header request parameter x-api-key, the type/format was generalized from / to string/

      request-parameter-type-generalized

    • added the optional property competition_id to the response with the 200 status

      response-optional-property-added