GET
Get the soccer head-to-head series between two teams

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Path Parameters

league
string
required

League identifier from the /v1/leagues catalog (e.g. mlb, nba, epl, nfl, nhl). Unknown values return 404 unsupported_league.

Query Parameters

teamA
string
required
teamB
string
required
limit
integer
default:10
Required range: 1 <= x <= 60

Response

Head-to-head record, meetings and context, or the honest-empty availability envelope.