StatsHub Docs
APIEndpoint referenceProps

/props/screener

PropsScreener serves the endpoint.

GET
/api/props/screener

PropsScreener serves the endpoint.

Query Parameters

bookmakers?string
games?string
hitRateOption?string
hitRateRange.from?string
hitRateRange.to?string
includeStale?string
lineupFilterType?string
minLastGameWithTeam?string
oddsRange.from?string
oddsRange.to?string
page?string
pageSize?string
players?string
selectedDates?string
sorting.column?string
sorting.direction?string
staleDataThresholdHours?string
statTypes?string
type?string
useMinLastGameWithTeam?string
useSupersub?string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/props/screener"
{  "data": [    {      "property1": null,      "property2": null    }  ],  "pagination": {    "property1": null,    "property2": null  }}