Get a soccer team's season profile
Soccer-only. Played / W / D / L, points, goals for and against,
and the per-game, over-2.5, BTTS, clean-sheet and failed-to-score
rates over the team’s completed matches in the resolved
competition. Rates are raw fractions and are null when no match
qualified, never a false 0.
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
Season label. Also steers which competition resolves.
all, home, away Response
One-team season profile, or the honest-empty availability envelope.