GET
/
v3
/
stockx
/
products
curl --request GET \
  --url https://api.kicks.dev/v3/stockx/products \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "query": {
    "display[traits]": "true",
    "display[variants]": "true",
    "query": "Air Jordan 1 Low Gym Red"
  },
  "data": [
    {
      "id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
      "title": "Jordan 1 Retro Low OG Howard University",
      "brand": "Jordan",
      "model": "Jordan 1 Retro Low OG",
      "description": "The Jordan 1 Retro Low OG Howard University is a special edition sneaker paying homage to the rich history and cultural significance of Howard University. Featuring a bold colorway of white, gym red, midnight navy, neutral grey, sail, and muslin, this release celebrates the iconic HBCU’s legacy while delivering a fresh look to the Jordan 1 Retro Low OG silhouette. The mix of colors represents school pride, blending classic Air Jordan styling with Howard’s vibrant spirit.<br><br>This pair showcases the familiar low-cut design, making it perfect for both casual wear and collectors alike. The premium leather construction and signature Nike Air branding give this sneaker a timeless appeal, while the Howard University-inspired color scheme & small embroidered red Nike swoosh on the mudguard adds a unique touch to the design.<br><br>Released on October 12, 2024, the Jordan 1 Retro Low OG Howard University retailed for $140. With its tribute to one of the most influential HBCUs and its stylish colorway, this release is a must-have for both Jordan fans and those looking to celebrate Howard’s legacy.",
      "image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-Howard-University-PE-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1726684186",
      "sku": "HQ2993-100",
      "slug": "air-jordan-1-retro-low-og-howard-university",
      "category": "Air Jordan",
      "secondary_category": "One",
      "gallery": [],
      "upcoming": false,
      "gallery_360": null,
      "updated_at": "2025-01-20T07:30:31.271213Z",
      "created_at": "2025-01-20T07:30:31.281301Z",
      "link": "https://stockx.pvxt.net/c/4722526/1023711/9060?u=https%3A%2F%2Fstockx.com%2Fair-jordan-1-retro-low-og-howard-university",
      "min_price": 91,
      "avg_price": 100,
      "max_price": 109,
      "rank": 485,
      "weekly_orders": 174,
      "short_description": null,
      "traits": [
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Colorway",
          "value": "White/Gym Red/Midnight Navy/Neutral Grey/Sail/Muslin"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Featured",
          "value": "false"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Release Date",
          "value": "2024-10-12"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Requester",
          "value": "Matt M"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Retail Price",
          "value": "140"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Style",
          "value": "HQ2993-100"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Uploaded By",
          "value": "MM"
        }
      ],
      "variants": [
        {
          "id": "6750ab4d-a9e7-464b-8aff-4190d47853be",
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "size": "3.5",
          "size_type": "us m",
          "lowest_ask": 97,
          "total_asks": 2,
          "previous_lowest_ask": 163,
          "lowest_ask_gbp": 165,
          "subtotal": {
            "EXPRESS_EXPEDITED": 184,
            "EXPRESS_STANDARD": 184,
            "STANDARD": 171
          },
          "updated_at": "2025-01-20T14:11:40.205481Z"
        }
        /* ... */
      ],
      "goat": null,
      "kickscrew": null,
      "stadium_goods": null
    }
    /* ... */
  ],
  "meta": {
    "current_page": 0,
    "per_page": 20,
    "total": 40
  }
}

Membership

This endpoint is available in the free tier.

Parameters

query
string

The search query. It can be enclosed in quotes to search for exact matches. The sort order is overridden by relevance when a search query is provided.

limit
number
default:"20"

The number of results to return.

page
number
default:"1"

The page number to return.

display[traits]
boolean
default:"false"

Member only

Whether to include traits in the response.

display[variants]
boolean
default:"false"

Whether to include variants in the response.

display[price_gbp]
boolean
default:"false"

Include lowest_ask_gbp in each variant.

display[sizes]
boolean
default:"false"

Whether to include size charts in the response.

ids
string

Search for a list of products by their StockX UUIDs. The list must be comma-separated.

slug
string

Search for a list of products by their StockX slugs (urlKey). The list must be comma-separated.

brand
string

Search for a list of products by their brand name.

category
string

Search for a list of products by their category. Available values: sneakers, streetwear, watches, collectibles, nft, handbags.

sku
string

Search for a product by its SKU.

sort
string
default:"rank"

The sort order. Available values: rank and release_date.

size
string

The size of the product. This needs to be used with max_price.

max_price
number

The maximum price to return. This needs to be used with size.

{
  "status": "success",
  "query": {
    "display[traits]": "true",
    "display[variants]": "true",
    "query": "Air Jordan 1 Low Gym Red"
  },
  "data": [
    {
      "id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
      "title": "Jordan 1 Retro Low OG Howard University",
      "brand": "Jordan",
      "model": "Jordan 1 Retro Low OG",
      "description": "The Jordan 1 Retro Low OG Howard University is a special edition sneaker paying homage to the rich history and cultural significance of Howard University. Featuring a bold colorway of white, gym red, midnight navy, neutral grey, sail, and muslin, this release celebrates the iconic HBCU’s legacy while delivering a fresh look to the Jordan 1 Retro Low OG silhouette. The mix of colors represents school pride, blending classic Air Jordan styling with Howard’s vibrant spirit.<br><br>This pair showcases the familiar low-cut design, making it perfect for both casual wear and collectors alike. The premium leather construction and signature Nike Air branding give this sneaker a timeless appeal, while the Howard University-inspired color scheme & small embroidered red Nike swoosh on the mudguard adds a unique touch to the design.<br><br>Released on October 12, 2024, the Jordan 1 Retro Low OG Howard University retailed for $140. With its tribute to one of the most influential HBCUs and its stylish colorway, this release is a must-have for both Jordan fans and those looking to celebrate Howard’s legacy.",
      "image": "https://images.stockx.com/images/Air-Jordan-1-Retro-Low-OG-Howard-University-PE-Product.jpg?fit=fill&bg=FFFFFF&w=700&h=500&fm=webp&auto=compress&q=90&dpr=2&trim=color&updated_at=1726684186",
      "sku": "HQ2993-100",
      "slug": "air-jordan-1-retro-low-og-howard-university",
      "category": "Air Jordan",
      "secondary_category": "One",
      "gallery": [],
      "upcoming": false,
      "gallery_360": null,
      "updated_at": "2025-01-20T07:30:31.271213Z",
      "created_at": "2025-01-20T07:30:31.281301Z",
      "link": "https://stockx.pvxt.net/c/4722526/1023711/9060?u=https%3A%2F%2Fstockx.com%2Fair-jordan-1-retro-low-og-howard-university",
      "min_price": 91,
      "avg_price": 100,
      "max_price": 109,
      "rank": 485,
      "weekly_orders": 174,
      "short_description": null,
      "traits": [
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Colorway",
          "value": "White/Gym Red/Midnight Navy/Neutral Grey/Sail/Muslin"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Featured",
          "value": "false"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Release Date",
          "value": "2024-10-12"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Requester",
          "value": "Matt M"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Retail Price",
          "value": "140"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Style",
          "value": "HQ2993-100"
        },
        {
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "trait": "Uploaded By",
          "value": "MM"
        }
      ],
      "variants": [
        {
          "id": "6750ab4d-a9e7-464b-8aff-4190d47853be",
          "product_id": "a4d2153e-3701-4a97-8c27-b7c078a89878",
          "size": "3.5",
          "size_type": "us m",
          "lowest_ask": 97,
          "total_asks": 2,
          "previous_lowest_ask": 163,
          "lowest_ask_gbp": 165,
          "subtotal": {
            "EXPRESS_EXPEDITED": 184,
            "EXPRESS_STANDARD": 184,
            "STANDARD": 171
          },
          "updated_at": "2025-01-20T14:11:40.205481Z"
        }
        /* ... */
      ],
      "goat": null,
      "kickscrew": null,
      "stadium_goods": null
    }
    /* ... */
  ],
  "meta": {
    "current_page": 0,
    "per_page": 20,
    "total": 40
  }
}

Response fields

product
Product Object