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

{
    "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

Headers

Last updated