Skip to content

/api/v1/picks/top

GET
/api/v1/picks/top
curl --request GET \
--url 'https://nbaproplab.com/api/v1/picks/top?count=10' \
--header 'Authorization: Bearer <token>' \
--header 'X-API-Key: <X-API-Key>'
date
string
count
integer | string format: int32
default: 10 /^-?(?:0|[1-9]\d*)$/

OK

Array<object>
object
id
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
playerId
required
integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
playerName
required
string
teamAbbreviation
required
string
opponentAbbreviation
required
string
stat
required
string
line
required
number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/
direction
required
string
scoreFinal
required
number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/
rating
required
string
ratingEmoji
required
string
summary
required
string
blockScores
required
Array<object>
object
blockName
required
string
score
required
number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/
confidence
required
number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?$/
hit
null | boolean
actualValue
null | number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?$/
profit
null | number | string format: double
/^-?(?:0|[1-9]\d*)(?:\.\d+)?$/
isVoided
boolean
isPeriodDataGap
boolean
league
string
default: Nba
l10Hits
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
l10Games
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
period
null | string

Authentication required.

Media type application/problem+json
object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Insufficient permissions or tier.

Media type application/problem+json
object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string
Example generated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}