GET
/
product
/
trending
curl --request GET \
  --url https://api.kicks.dev/product/trending \
  --header 'Authorization: Bearer <token>'
[
  {
    "age_group": "adult",
    "availability": "in stock",
    "avg_price": 304.42,
    "base_price": 298,
    "brand": "Nike",
    "category": "Apparel & Accessories > Shoes",
    "color": "Deep Royal Blue/Baltic Blue/Glacier Blue",
    "condition": "new",
    "currency": "USD",
    "description": "",
    "gender": "unisex",
    "id": "02dbc842-01d1-4e22-b7df-44e5f447fdc5",
    "image": "https://images.stockx.com/images/nike-kobe-5-x-ray-gs.jpg",
    "inserted_at": "2024-10-09T12:02:05Z",
    "is_bundle": false,
    "labels": ["sneakers", "Kobe Five", "HM9522-400"],
    "link": "https://stockx.com/nike-kobe-5-x-ray-gs",
    "max_price": 342,
    "min_price": 298,
    "release_date": "2024-10-17",
    "retail_price": "120",
    "size_system": "US",
    "sku": "HM9522-400",
    "slug": "nike-kobe-5-x-ray-gs-02dbc",
    "title": "Nike Kobe 5 X-Ray (GS)",
    "variants": [
      // ...
    ]
  }
]

Use this endpoint to get the daily trending products.

[
  {
    "age_group": "adult",
    "availability": "in stock",
    "avg_price": 304.42,
    "base_price": 298,
    "brand": "Nike",
    "category": "Apparel & Accessories > Shoes",
    "color": "Deep Royal Blue/Baltic Blue/Glacier Blue",
    "condition": "new",
    "currency": "USD",
    "description": "",
    "gender": "unisex",
    "id": "02dbc842-01d1-4e22-b7df-44e5f447fdc5",
    "image": "https://images.stockx.com/images/nike-kobe-5-x-ray-gs.jpg",
    "inserted_at": "2024-10-09T12:02:05Z",
    "is_bundle": false,
    "labels": ["sneakers", "Kobe Five", "HM9522-400"],
    "link": "https://stockx.com/nike-kobe-5-x-ray-gs",
    "max_price": 342,
    "min_price": 298,
    "release_date": "2024-10-17",
    "retail_price": "120",
    "size_system": "US",
    "sku": "HM9522-400",
    "slug": "nike-kobe-5-x-ray-gs-02dbc",
    "title": "Nike Kobe 5 X-Ray (GS)",
    "variants": [
      // ...
    ]
  }
]