GET
/
v3
/
gtin
/
Search by GTIN/EAN
curl --request GET \
  --url https://api.kicks.dev/v3/gtin/ \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "query": {
    "identifier": "193658552462"
  },
  "data": [
    {
      "source": "stockx",
      "source_id": "003c37d8833937af0dbdf7df23e313e6",
      "identifier": "193658552462",
      "identifier_type": "UPC",
      "name": "Jordan XXXIV Low Heritage",
      "size": "10",
      "sku": "CU3473-001/CU3475-001",
      "slug": "air-jordan-xxxiv-low-bred",
      "color": "Black/Metallic Silver-White-Red Orbit",
      "brand": "Jordan",
      "image": "https://images.stockx.com/images/Air-Jordan-XXXIV-Low-Bred-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1650653395",
      "price": 209,
      "updated_at": "2025-02-09T14:31:59.40995Z",
      "category": "",
      "link": "https://stockx.pvxt.net/c/4722526/1023711/9060?u=https%3A%2F%2Fstockx.com%2Fair-jordan-xxxiv-low-bred",
      "release_date": "2020-05-07T00:00:00Z",
      "retail_price": 155,
      "product_id": "4a8fa4bc-5d30-46ef-bd94-a5dada275905",
      "variant_id": "78329da2-4a51-40d0-ba3b-902df3315e21"
    }
  ],
  "meta": {
    "total": 2
  }
}

Membership

This endpoint is available in the standard tier.

Parameters

identifier
string
The GTIN/EAN of the product.
identifier_type
string
The type of the identifier. Example: EAN-13, GTIN-8, ITF-14, SSCC, UPC.
sku
string
Search for a product by its SKU.
query
string
Text query to search for products.
limit
number
default:"20"
The number of results to return.
page
number
default:"1"
The page number to return.
{
  "status": "success",
  "query": {
    "identifier": "193658552462"
  },
  "data": [
    {
      "source": "stockx",
      "source_id": "003c37d8833937af0dbdf7df23e313e6",
      "identifier": "193658552462",
      "identifier_type": "UPC",
      "name": "Jordan XXXIV Low Heritage",
      "size": "10",
      "sku": "CU3473-001/CU3475-001",
      "slug": "air-jordan-xxxiv-low-bred",
      "color": "Black/Metallic Silver-White-Red Orbit",
      "brand": "Jordan",
      "image": "https://images.stockx.com/images/Air-Jordan-XXXIV-Low-Bred-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1650653395",
      "price": 209,
      "updated_at": "2025-02-09T14:31:59.40995Z",
      "category": "",
      "link": "https://stockx.pvxt.net/c/4722526/1023711/9060?u=https%3A%2F%2Fstockx.com%2Fair-jordan-xxxiv-low-bred",
      "release_date": "2020-05-07T00:00:00Z",
      "retail_price": 155,
      "product_id": "4a8fa4bc-5d30-46ef-bd94-a5dada275905",
      "variant_id": "78329da2-4a51-40d0-ba3b-902df3315e21"
    }
  ],
  "meta": {
    "total": 2
  }
}