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

NameTypeDescription

SKU

string

SKU of the product you want get information for.

Headers

NameTypeDescription

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": "-"
        },
        ...
    ]

Last updated