InfoHunterz
  • Get Started
  • Discord Raffles
    • 1. Dashboard Setup
    • 2. Discord Bot Setup
    • 3. Raffles Filtering
  • Mobile App
    • Customization
  • API
    • Raffles
    • Releases
  • LEGAL
    • Terms and Conditions
    • Privacy Policy
    • Cookie Policy
Powered by GitBook
On this page
  • Get Releases
  • Get Release
  1. API

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"
        },
        ...
    ]
}
{
    "message": "Missing Authorization Token"
}
{
    "message": "Invalid Authorization Token"
}
{
    "message": "Access Denied"
}
{
    "message": "Product Not Found"
}

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.

PreviousRafflesNextTerms and Conditions

Last updated 3 years ago