Get the soccer head-to-head series between two teams
Soccer-only. The completed meetings between teamA and teamB
in the resolved competition, projected from teamA’s side, with
teamA’s W-D-L record and current streak. Unknown team ids are
not an error: the response carries found: false and refs with
null names.
Season-blind. A league with no loaded competition answers 200
with { "available": false, ... }. Returns 404
endpoint_not_for_sport for baseball / basketball leagues; note
/v1/kbl/head-to-head is a separate static basketball route.
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
1 <= x <= 60Response
Head-to-head record, meetings and context, or the honest-empty availability envelope.