Get a soccer team's recent form
Soccer-only. The team’s most recent completed matches in the
resolved competition, newest first, each with a full-time goal
block (score) and the named opponent. score is null on a
row whose full-time result is missing; the row is kept so the
window’s shape matches the schedule.
Season-blind — the competition resolves without a season. A
league with no loaded competition answers 200 with
{ "available": false, ... }. Returns 404
endpoint_not_for_sport for baseball / basketball leagues.
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
all, home, away 1 <= x <= 60Response
Form window plus a freshness context envelope, or the honest-empty availability envelope.