Get the box score for a game
Per-player batting and pitching lines for baseball; per-player
minutes, scoring, rebounds, assists, steals, blocks, turnovers,
fouls, shooting makes/attempts, position, and plus/minus for
basketball. Basketball source duplicates are collapsed by team and
player identity. Soccer leagues return 404 endpoint_not_for_sport;
soccer customers use /matches/{id}/details instead.
Authorizations
Send a workspace API token in the Authorization: Bearer <token> header.
Path Parameters
League identifier from the /v1/leagues catalog (e.g. mlb, nba,
epl, nfl, nhl). Unknown values return 404 unsupported_league.
Query Parameters
When true, the response envelope includes per-field provenance
metadata under _meta.provenance (source adapter, ingest run id,
timestamp). Default: omitted.
Response
Composite of game + per-player box score rows.