StatsHub Docs
APIEndpoint referenceBasketball

/basketball/player/all

A team's squad, in the per-table nesting drizzle produced.

GET
/api/basketball/player/all

A team's squad, in the per-table nesting drizzle produced.

An empty squad is a 404 rather than an empty list, matching the original.

Query Parameters

teamId?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/basketball/player/all"
{  "data": [    "string"  ]}