StatsHub Docs
APIEndpoint referenceV2

/v2/rankings/player-hit-rates

Serves compact, database-paged perfect-hit props for upcoming fixtures.

GET
/api/v2/rankings/player-hit-rates

Serves compact, database-paged perfect-hit props for upcoming fixtures.

Query Parameters

page?string
pageSize?string
hitRate?string
statTypes?string
uniqueTournamentId?string

Response Body

application/json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v2/rankings/player-hit-rates"
{  "data": [    {      "bookmakers": [        {          "bookmakerId": 0,          "bookmakerName": "string",          "oddsValue": 0.1        }      ],      "eventId": 0,      "eventTimestamp": 0,      "id": 0,      "line": 0.1,      "marketName": "string",      "oddsType": "string",      "opponentTeamName": "string",      "playerId": 0,      "playerName": "string",      "statType": "string",      "teamId": 0,      "teamName": "string"    }  ],  "pagination": {    "currentPage": 0,    "hasNextPage": true,    "hasPreviousPage": true,    "pageSize": 0,    "totalCount": 0,    "totalPages": 0  }}