StatsHub Docs
Endpoint referenceTeam

/team/{id}/performance

GET
/api/v2/team/{id}/performance

Path Parameters

id*integer
Formatint64

Query Parameters

eventHalf?string
h2h?string
limit?integer
Formatint64
location?string
season?string
seasonId?string
tournamentId?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/team/0/performance"
{  "$schema": "https://example.com/schemas/TeamPerformanceOKBody.json",  "data": [    {      "property1": null,      "property2": null    }  ]}