Get a match's venue, referee and attendance (soccer only)
Returns the per-fixture detail strip — venue, city, ground capacity, attendance,
referee and referee country — read from the per-league match_info collection.
Every field is optional: the source publishes venue and capacity well before
kickoff, the referee once appointed, and attendance only after the match is under
way, so a document fills in over several passes. Any datum the source names but
the schema does not model is preserved verbatim under extra.
Soccer-only — other sports return 404 endpoint_not_for_sport.
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.
Response
Per-match info response (venue / referee / attendance).