KicksDB API
GuideAPI ReferenceChangelog
GuideAPI ReferenceChangelog
Support
  1. StockX
  • Unified API
    • Get GTINs
      GET
    • Get matching products
      GET
  • GOAT
    • Get products from GOAT
      GET
    • Get a product from GOAT
      GET
    • Get sales data for a product from GOAT
      GET
    • Get daily sales data for a product from GOAT
      GET
  • StockX
    • Get products from StockX
      GET
    • Get a product from StockX
      GET
    • Get chart data for a product from StockX
      GET
    • Get sales history for a product from StockX
      GET
    • Get daily sales data for a product from StockX
      GET
  • Shopify
    • Get products from Shopify
      GET
    • Get a product from Shopify
      GET
    • Get all Shopify shops
      GET
  • StockX Real-Time
    • Get products from StockX in real-time
      GET
    • Get a product from StockX in real-time
      GET
    • Get asks for a product from StockX in real-time
      GET
    • Get related products for a product from StockX in real-time
      GET
    • Get sales for a product from StockX in real-time
      GET
  • Alias Real-Time
    • Get recent orders for a product from Alias in real-time
      GET
  • GOAT Real-Time
    • Get products from Goat in real-time
      GET
    • Get a product from GOAT in real-time
      GET
    • Get offers for a product from GOAT in real-time
      GET
    • Get sales for a product from GOAT in real-time
      GET
  • Kicks Crew
    • Get Kicks Crew products
    • Get a Kicks Crew product
  • Stadium Goods
    • Get products from Stadium Goods
    • Get a product from Stadium Goods
  • GTINs
    • Get GTINs
  • Utilities
    • Get brands
  • Schemas
    • Schemas
      • Brand
      • ErrorDetail
      • ErrorModel
      • GTIN
      • GetShopsOutput
      • GoatProduct
      • GoatProductSale
      • GoatProductSaleAgg
      • GoatVariant
      • KickscrewProduct
      • KickscrewVariant
      • Product
      • ProductSale
      • ProductSalesChart
      • ProductStockXGoat
      • ProductStockXKickscrew
      • ProductStockXStadiumGoods
      • ProductTrait
      • RespGoatProductBody
      • RespInterface {}Body
      • RespKickscrewProductBody
      • RespListBrandBody
      • RespListGTINBody
      • RespListGetShopsOutputBody
      • RespListGoatProductBody
      • RespListGoatProductSaleAggBody
      • RespListGoatProductSaleBody
      • RespListInterface {}Body
      • RespListKickscrewProductBody
      • RespListMapStringInterface {}Body
      • RespListProductBody
      • RespListProductSaleBody
      • RespListProductSalesChartBody
      • RespListShopifyProductBody
      • RespListStadiumGoodsProductBody
      • RespListUnifiedProductBody
      • RespListVariantSaleBody
      • RespMapStringInterface {}Body
      • RespProductBody
      • RespShopifyProductBody
      • RespStadiumGoodsProductBody
      • ShopifyProduct
      • ShopifyProductVariant
      • StadiumGoodsProduct
      • StadiumGoodsVariant
      • StockXMarketStatistics
      • UnifiedProduct
      • Variant
      • VariantAsk
      • VariantIdentifier
      • VariantLowestPrice
      • VariantSale
      • VariantSaleVariantStruct
      • VariantSubtotal
  1. StockX

Get a product from StockX

GET
https://api.kicks.dev/v3/stockx/products/{id}
StockX
Get a product from StockX. Use display[*] to enable/disable specific relations in the response.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kicks.dev/v3/stockx/products/' \
--header 'Authorization;'
Response Response Example
200 - OK - Example 1
{
    "$schema": "https://api.kicks.dev/schemas/RespProductBody.json",
    "data": {
        "avg_price": 500,
        "brand": "Jordan",
        "categories": [
            "sneakers"
        ],
        "category": "Air Jordan",
        "created_at": "2025-01-01T00:00:00Z",
        "description": "string",
        "gallery": [
            "string"
        ],
        "gallery_360": [
            "string"
        ],
        "gender": "men",
        "goat": {
            "product": {
                "brand": "Nike",
                "category": "shoes",
                "colorway": "Black/Bright Crimson/Blue Lagoon/White",
                "description": "string",
                "id": 121,
                "image_url": "string",
                "images": [
                    "string"
                ],
                "link": "string",
                "model": "Air Max 2015",
                "name": "Air Max 2015 'Black Bright Crimson'",
                "product_type": "sneakers",
                "rank": 1,
                "release_date": "string",
                "release_date_year": "string",
                "retail_prices": {
                    "property1": null,
                    "property2": null
                },
                "season": "2015",
                "sizes": [
                    {
                        "property1": null,
                        "property2": null
                    }
                ],
                "sku": "698902 006",
                "slug": "nike-air-max-2015-698902-006",
                "updated_at": "2025-01-01T00:00:00Z",
                "variants": [
                    {
                        "available": true,
                        "currency": "USD",
                        "lowest_ask": 424,
                        "product_id": 121,
                        "size": "9",
                        "updated_at": "2025-01-01T00:00:00Z"
                    }
                ],
                "weekly_orders": 0
            }
        },
        "id": "fb1a8a7d-5be4-4f0e-a4b5-bf0a735ab7fe",
        "image": "string",
        "kickscrew": {
            "product": {
                "available": true,
                "brand": "Air Jordan",
                "created_at": "2025-01-01T00:00:00Z",
                "cursor": 80843094298474900,
                "description": "string",
                "id": "11f365dae34398c",
                "images": [
                    "string"
                ],
                "link": "string",
                "price_display": 226,
                "price_max": 563,
                "price_min": 226,
                "product_created_at": "2025-01-01T00:00:00Z",
                "product_id": "6969251397827",
                "product_published_at": "2025-01-01T00:00:00Z",
                "product_type": "Sneakers",
                "shop_name": "kickscrew",
                "shop_url": "https://kickscrewshop.myshopify.com/",
                "slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
                "tags": [
                    "string"
                ],
                "title": "Air Jordan 10 Retro 'NYC' 310805-012",
                "updated_at": "2025-01-01T00:00:00Z",
                "variants": [
                    {
                        "available": true,
                        "barcode": "string",
                        "currency": "USD",
                        "id": "6ee450755e61ace7",
                        "options": {
                            "property1": "string",
                            "property2": "string"
                        },
                        "parent_id": "11f365dae34398c",
                        "price": 496,
                        "product_id": "6969251397827",
                        "sku": "310805-012-40",
                        "title": "MENS / Men's US 4 / Women's US 5.5 / UK 3.5 / EU 36 / JP 23",
                        "updated_at": "2025-01-01T00:00:00Z",
                        "variant_id": "40837518033091",
                        "weight": 2000
                    }
                ]
            }
        },
        "link": "https://stockx.com/products/air-jordan-4-retro-white-cement-2025",
        "max_price": 1000,
        "min_price": 100,
        "model": "Jordan 4 Retro",
        "product_type": "sneakers",
        "rank": 1,
        "secondary_category": "Four",
        "short_description": "string",
        "sku": "FV5029-100",
        "slug": "air-jordan-4-retro-white-cement-2025",
        "stadium_goods": {
            "product": {
                "available": true,
                "brand": "Air Jordan",
                "created_at": "2025-01-01T00:00:00Z",
                "cursor": 80843094298474900,
                "description": "string",
                "id": "11f365dae34398c",
                "images": [
                    "string"
                ],
                "link": "string",
                "price_display": 226,
                "price_max": 563,
                "price_min": 226,
                "product_created_at": "2025-01-01T00:00:00Z",
                "product_id": "6969251397827",
                "product_published_at": "2025-01-01T00:00:00Z",
                "product_type": "Sneakers",
                "shop_name": "kickscrew",
                "shop_url": "https://kickscrewshop.myshopify.com/",
                "slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
                "tags": [
                    "string"
                ],
                "title": "Air Jordan 10 Retro 'NYC' 310805-012",
                "updated_at": "2025-01-01T00:00:00Z",
                "variants": [
                    {
                        "available": true,
                        "barcode": "string",
                        "currency": "USD",
                        "id": "6ee450755e61ace7",
                        "options": {
                            "property1": "string",
                            "property2": "string"
                        },
                        "parent_id": "11f365dae34398c",
                        "price": 496,
                        "product_id": "6969251397827",
                        "sku": "310805-012-40",
                        "title": "MENS / Men's US 4 / Women's US 5.5 / UK 3.5 / EU 36 / JP 23",
                        "updated_at": "2025-01-01T00:00:00Z",
                        "variant_id": "40837518033091",
                        "weight": 2000
                    }
                ]
            }
        },
        "statistics": {
            "annual_average_price": 0,
            "annual_high": 0,
            "annual_low": 0,
            "annual_price_premium": 0,
            "annual_range_high": 0,
            "annual_range_low": 0,
            "annual_sales_count": 0,
            "annual_total_dollars": 0,
            "annual_volatility": 0,
            "last_90_days_average_price": 0,
            "last_90_days_range_high": 0,
            "last_90_days_range_low": 0,
            "last_90_days_sales_count": 0,
            "market": "US",
            "updated_at": "2025-01-01T00:00:00Z"
        },
        "title": "Jordan 4 Retro White Cement (2025)",
        "traits": [
            {
                "product_id": "string",
                "trait": "string",
                "value": "string"
            }
        ],
        "upcoming": false,
        "updated_at": "2025-01-01T00:00:00Z",
        "variants": [
            {
                "asks": [
                    {
                        "amount": 0,
                        "count": 0,
                        "created_at": "2019-08-24T14:15:22Z",
                        "variant_id": "string"
                    }
                ],
                "currency": "string",
                "id": "string",
                "identifiers": [
                    {
                        "identifier": "string",
                        "identifier_type": "string"
                    }
                ],
                "lowest_ask": 0,
                "market": "string",
                "position": 0,
                "previous_lowest_ask": 0,
                "prices": [
                    {
                        "asks": 0,
                        "currency": "string",
                        "market": "string",
                        "price": 0,
                        "type": "string"
                    }
                ],
                "sales_count_15_days": 0,
                "sales_count_30_days": 0,
                "sales_count_60_days": 0,
                "size": "string",
                "size_type": "string",
                "sizes": [
                    {
                        "property1": "string",
                        "property2": "string"
                    }
                ],
                "subtotal": [
                    {
                        "currency": "string",
                        "market": "string",
                        "subtotal": 0,
                        "type": "string",
                        "updated_at": "2019-08-24T14:15:22Z"
                    }
                ],
                "total_asks": 0,
                "updated_at": "2019-08-24T14:15:22Z"
            }
        ],
        "weekly_orders": 2210
    },
    "meta": null
}

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Query Params

Responses

🟢200OK
application/json
OK
Body

🟢200Success
Modified at 2025-08-18 21:52:14
Previous
Get products from StockX
Next
Get chart data for a product from StockX
Built with