APIEndpoint referenceBasketball
/basketball/team/{id}/performance
The team's recent finished fixtures with their per-period statistics folded into a `stats` object keyed by statistic.
The team's recent finished fixtures with their per-period statistics folded into a stats object keyed by statistic.
time_start_timestamp is cast to text because it is an int8 and reaches the client quoted; the scores and quarter columns are int4 and stay numbers. Production returns "time_start_timestamp": "1777590000" alongside "home_score_current": 89.
Path Parameters
id*string
Query Parameters
eventType?string
limit?integer
Format
int64timeFrame?string
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/basketball/team/string/performance"{ "data": [ "string" ]}