GET
Get a soccer team's recent form

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.

id
string
required

Query Parameters

segment
enum<string>
default:all
Available options:
all,
home,
away
limit
integer
default:10
Required range: 1 <= x <= 60

Response

Form window plus a freshness context envelope, or the honest-empty availability envelope.