StatsHub Docs
APIEndpoint referenceBasketball

/basketball/player/{id}

`nextEvent` sits beside `data` at the top level rather than inside it, which is the original's shape and not an oversight here.

GET
/api/basketball/player/{id}

nextEvent sits beside data at the top level rather than inside it, which is the original's shape and not an oversight here.

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/basketball/player/string"
{  "data": "string",  "nextEvent": null}