Get a game by external id
Sportquanta
Get a game by external id
Resolves one canonical game through a source-owned external_ids
key/value pair. Exposed for baseball (mlb, kbo, npb),
football (nfl), and hockey (nhl). Basketball and soccer return
404 endpoint_not_for_sport (soccer has its own
/matches/by-external-id path).
GET
Get a game by external id
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
Game document.