Get a match's momentum series (soccer only)
Returns the pressure series a fixture page charts, plus the goals and cards
overlaid on it, read from the per-league match_momentum collection.
value is SIGNED and positive is the HOME side. The scale is not symmetric per
match — one observed fixture ran -1.000 to 0.494 — so a renderer must normalize
against the series it was given rather than assume fixed bounds. event_stage is
the source’s period code (12 first half, 13 second) and is carried through
untranslated.
An upcoming fixture has an empty series, so it returns 404 until kickoff.
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 momentum response (entries plus markers).