StatsHub Docs
APIEndpoint referenceProps

/props/player-data

Hit rates over the last five, ten and fifteen games for a set of players and stat types.

POST
/api/props/player-data

Hit rates over the last five, ten and fifteen games for a set of players and stat types.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/props/player-data" \  -H "Content-Type: application/json" \  -d '{    "players": [      0    ],    "selectedLeagueOnly": true,    "statTypes": [      "string"    ],    "tournamentId": 0  }'
{  "data": {    "property1": null,    "property2": null  }}