/api/v1/seo/picks/archive/{date}
GET
/api/v1/seo/picks/archive/{date}
const url = 'https://nbaproplab.com/api/v1/seo/picks/archive/example';const options = { method: 'GET', headers: {Authorization: 'Bearer <token>', 'X-API-Key': '<X-API-Key>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://nbaproplab.com/api/v1/seo/picks/archive/example \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <X-API-Key>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” date
required
string
Responses
Section titled “ Responses ”OK
object
date
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
totalPicks
required
integer | string format: int32
hits
required
integer | string format: int32
misses
required
integer | string format: int32
picks
required
Array<object>
object
playerName
required
string
statType
required
string
line
required
number | string format: double
direction
required
string
ratingLabel
required
string
hit
required
null | boolean
actualValue
required
null | number | string format: double
object
date
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
totalPicks
required
integer | string format: int32
hits
required
integer | string format: int32
misses
required
integer | string format: int32
picks
required
Array<object>
object
playerName
required
string
statType
required
string
line
required
number | string format: double
direction
required
string
ratingLabel
required
string
hit
required
null | boolean
actualValue
required
null | number | string format: double
Example generated
{ "date": "example", "canonicalPath": "example", "title": "example", "description": "example", "indexable": true, "totalPicks": 1, "hits": 1, "misses": 1, "picks": [ { "playerName": "example", "statType": "example", "line": 1, "direction": "example", "ratingLabel": "example", "hit": true, "actualValue": 1 } ]}object
date
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
totalPicks
required
integer | string format: int32
hits
required
integer | string format: int32
misses
required
integer | string format: int32
picks
required
Array<object>
object
playerName
required
string
statType
required
string
line
required
number | string format: double
direction
required
string
ratingLabel
required
string
hit
required
null | boolean
actualValue
required
null | number | string format: double
Example generated
{ "date": "example", "canonicalPath": "example", "title": "example", "description": "example", "indexable": true, "totalPicks": 1, "hits": 1, "misses": 1, "picks": [ { "playerName": "example", "statType": "example", "line": 1, "direction": "example", "ratingLabel": "example", "hit": true, "actualValue": 1 } ]}Authentication required.
Media type application/problem+json
object
type
null | string
title
null | string
status
null | integer | string format: int32
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
detail
null | string
instance
null | string
Example generated
{ "type": "example", "title": "example", "status": 1, "detail": "example", "instance": "example"}