StatsHub Docs
APIEndpoint referenceTournament

/tournament/{id}/{seasonId}/standing

The league table with a full season statistical profile attached to every row.

GET
/api/tournament/{id}/{seasonId}/standing

The league table with a full season statistical profile attached to every row.

Three aggregates are merged onto the standings rows: what a team's own players did, what their opponents' players did, and the match-level event statistics pivoted per fixture. A team missing from any of them contributes zeroes, exactly as forMap.get(id) || {} did.

Path Parameters

id*string
seasonId*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/tournament/string/string/standing"
{  "data": [    {      "property1": null,      "property2": null    }  ]}