/api/v1/seo/players/{slug}/props-history
GET
/api/v1/seo/players/{slug}/props-history
const url = 'https://nbaproplab.com/api/v1/seo/players/example/props-history';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/players/example/props-history \ --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 ” slug
required
string
Responses
Section titled “ Responses ”OK
object
slug
required
string
name
required
string
position
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
history
required
Array<object>
object
gameDate
required
string
opponentAbbrev
required
string
statType
required
string
direction
required
string
line
required
number | string format: double
result
required
null | boolean
aggregates
required
Array<object>
object
statType
required
string
direction
required
string
hits
required
integer | string format: int32
total
required
integer | string format: int32
hitRate
required
number | string format: double
object
slug
required
string
name
required
string
position
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
history
required
Array<object>
object
gameDate
required
string
opponentAbbrev
required
string
statType
required
string
direction
required
string
line
required
number | string format: double
result
required
null | boolean
aggregates
required
Array<object>
object
statType
required
string
direction
required
string
hits
required
integer | string format: int32
total
required
integer | string format: int32
hitRate
required
number | string format: double
Example generated
{ "slug": "example", "name": "example", "position": "example", "canonicalPath": "example", "title": "example", "description": "example", "indexable": true, "history": [ { "gameDate": "example", "opponentAbbrev": "example", "statType": "example", "direction": "example", "line": 1, "result": true } ], "aggregates": [ { "statType": "example", "direction": "example", "hits": 1, "total": 1, "hitRate": 1 } ]}object
slug
required
string
name
required
string
position
required
string
canonicalPath
required
string
title
required
string
description
required
string
indexable
required
boolean
history
required
Array<object>
object
gameDate
required
string
opponentAbbrev
required
string
statType
required
string
direction
required
string
line
required
number | string format: double
result
required
null | boolean
aggregates
required
Array<object>
object
statType
required
string
direction
required
string
hits
required
integer | string format: int32
total
required
integer | string format: int32
hitRate
required
number | string format: double
Example generated
{ "slug": "example", "name": "example", "position": "example", "canonicalPath": "example", "title": "example", "description": "example", "indexable": true, "history": [ { "gameDate": "example", "opponentAbbrev": "example", "statType": "example", "direction": "example", "line": 1, "result": true } ], "aggregates": [ { "statType": "example", "direction": "example", "hits": 1, "total": 1, "hitRate": 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"}