StatsHub Docs
APIEndpoint referenceBasketball

/basketball/player/{id}/performance

The player's recent finished games with their box score.

GET
/api/basketball/player/{id}/performance

The player's recent finished games with their box score.

The location filter is applied to the teams the player has appeared for, not to the player: "home" means a fixture where one of those teams was at home, which for a transferred player includes games played for the other club. That is the original's logic.

The five combined lines — points+rebounds+assists and friends — are the props a client actually bets on, and are computed here rather than stored.

Path Parameters

id*string

Query Parameters

limit?string
location?string

Response Body

application/json

application/json

application/json

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