Releases
Get SKUs for all the releases we're covering and information for each of them.
Get Releases
GET
https://api.infohunterz.com/v1/releases
This endpoint allows you to get all the releases we're covering.
Headers
Name
Type
Description
Authorization
string
Authorization Token.
{
"releases": [
{
"name": "Nike Dunk Low Ceramic",
"release_date": "2020-11-19",
"retail": "$100",
"color": "Black-Ceramic/Nori",
"sku": "DA1469-001",
"image_url": "https://stockx.imgix.net/Nike-Dunk-Low-Ceramic-2020.png"
},
...
]
}
Get Release
GET
https://api.infohunterz.com/v1/releases/:SKU
This endpoint allows you to get information for a specific release.
Path Parameters
Name
Type
Description
SKU
string
SKU of the product you want to get information for.
Headers
Name
Type
Description
Authorization
string
Authorization Token.
Last updated