Get a match's running text commentary (soccer only)
Returns the minute-by-minute narrative for a soccer match, read from the per-league
match_commentary collection. Distinct from /events, which is the structured
goals/cards/subs timeline; this is the prose. Entries are served NEWEST FIRST, the
order the source renders them — sorting on the parsed minute would reorder a
stoppage-time sequence whenever the clock resets. Each entry carries the display
minute, precise clock, incident icon, the source’s own important/highlight flags,
the running score on goal lines, and a photo of the moment where one exists.
Commentary only exists once a match has kicked off, so an upcoming fixture returns
404. 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 commentary response (entries, newest first).