KicksDB API
GuideAPI ReferenceChangelog
GuideAPI ReferenceChangelog
Support
  1. GTINs
  • 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
      GET
  • 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. GTINs

Get GTINs

Deprecated
GET
https://api.kicks.dev/v3/gtin
GTINs
Deprecated, use /v3/unified/gtin instead
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kicks.dev/v3/gtin' \
--header 'Authorization;'
Response Response Example
200 - OK - Example 1
{
    "$schema": "https://api.kicks.dev/schemas/RespListGTINBody.json",
    "data": [
        {
            "brand": "Nike",
            "category": "Shoes",
            "color": "White",
            "identifier": "4062059925839",
            "identifier_type": "EAN-13",
            "image": "string",
            "link": "https://stockx.com/nike-air-force-1-07",
            "name": "Nike Air Force 1 '07",
            "price": 100,
            "product_id": "1234567890",
            "release_date": "2025-01-01",
            "retail_price": 100,
            "size": "US 9",
            "sku": "FV9996",
            "slug": "nike-air-force-1-07",
            "source": "stockx",
            "source_id": "string",
            "updated_at": "2019-08-24T14:15:22Z",
            "variant_id": "1234567890"
        }
    ],
    "meta": null
}

Request

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

Responses

🟢200OK
application/json
OK
Body

🟢200Success
Modified at 2025-08-18 21:52:14
Previous
Get a product from Stadium Goods
Next
Get brands
Built with