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
  1. API

Raffles

Get information and raffles for a specific release we're covering.

Get Raffles

GET https://api.infohunterz.com/v1/raffles/:SKU

This endpoint allows you to get information and raffles for a specific release we're covering.

Path Parameters

Name
Type
Description

SKU

string

SKU of the product you want get information for.

Headers

Name
Type
Description

Authorization

string

Authorization token.

{
    "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",
    "raffles": [
        {
            "id": "DA1469-001-QMGD31",
            "url": "https://launches.endclothing.com/product/nike-dunk-low-sp-da1469-001",
            "store": "End",
            "store_logo": "https://cdn.discordapp.com/attachments/689193339471528089/722783730145427486/3Y481gJ.png",
            "country_iso": "ww",
            "delivery_type": "Shipping",
            "closing_date": "2020-11-19",
            "raffle_type": "Online",
            "notes": "-"
        },
        ...
    ]
{
    "message": "Missing Authorization Token"
}
{
    "message": "Invalid Authorization Token"
}
{
    "message": "Access Denied"
}
{
    "message": "Product Not Found"
}
PreviousCustomizationNextReleases

Last updated 3 years ago