GET
/
v3
/
realtime
/
goat
/
products
curl --request GET \
  --url https://api.kicks.dev/v3/realtime/goat/products \
  --header 'Authorization: <api-key>'
{
  "status": "success",
  "query": {
    "query": "SB Dunk Riot"
  },
  "data": [
    {
      "data": {
        "box_condition": "good_condition",
        "category": "shoes",
        "color": "red",
        "count_for_product_condition": 0,
        "discount_tag": "under_retail",
        "id": "1485827",
        "image_url": "https://image.goat.com/750/attachments/product_template_pictures/images/107/037/884/original/FZ1289_200.png.png",
        "lowest_price_cents": 13200,
        "lowest_price_cents_aud": 21300,
        "lowest_price_cents_cad": 19200,
        "lowest_price_cents_cny": 97300,
        "lowest_price_cents_eur": 12900,
        "lowest_price_cents_gbp": 10900,
        "lowest_price_cents_hkd": 104000,
        "lowest_price_cents_jpy": 2082200,
        "lowest_price_cents_krw": 19120700,
        "lowest_price_cents_myr": 59400,
        "lowest_price_cents_sgd": 18100,
        "lowest_price_cents_twd": 436000,
        "product_condition": "new_no_defects",
        "product_type": "sneakers",
        "release_date": 20250121,
        "release_date_time": "2025-01-21 23:59:59",
        "release_date_year": 2025,
        "retail_price_cents": 13500,
        "retail_price_cents_aud": 21800,
        "retail_price_cents_cad": 19600,
        "retail_price_cents_cny": 100000,
        "retail_price_cents_eur": 13100,
        "retail_price_cents_gbp": 11100,
        "retail_price_cents_hkd": 106300,
        "retail_price_cents_jpy": 2122100,
        "retail_price_cents_krw": 19582800,
        "retail_price_cents_myr": 61100,
        "retail_price_cents_sgd": 18500,
        "retail_price_cents_twd": 445000,
        "sku": "FZ1289 200",
        "slug": "riot-skateshop-x-dunk-low-sb-mahogany-dark-beetroot-fz1289-200",
        "variation_id": "d9142010-35f1-4ec4-bcc9-4ceffc0882d9"
      },
      "is_slotted": false,
      "labels": {},
      "matched_terms": ["dunk", "riot", "sb"],
      "value": "RIOT Skateshop x Dunk Low SB 'Mahogany Dark Beetroot'"
    }
  ],
  "meta": {
    "execution_time": 428
  }
}

Notice

This endpoint allows 120 requests per minute per API key. It’s recommended to use non-realtime data first, and then use this endpoint if you need real-time data. Read more

Membership

This endpoint is available in the pro tier.

Parameters

query
string

The search query.

{
  "status": "success",
  "query": {
    "query": "SB Dunk Riot"
  },
  "data": [
    {
      "data": {
        "box_condition": "good_condition",
        "category": "shoes",
        "color": "red",
        "count_for_product_condition": 0,
        "discount_tag": "under_retail",
        "id": "1485827",
        "image_url": "https://image.goat.com/750/attachments/product_template_pictures/images/107/037/884/original/FZ1289_200.png.png",
        "lowest_price_cents": 13200,
        "lowest_price_cents_aud": 21300,
        "lowest_price_cents_cad": 19200,
        "lowest_price_cents_cny": 97300,
        "lowest_price_cents_eur": 12900,
        "lowest_price_cents_gbp": 10900,
        "lowest_price_cents_hkd": 104000,
        "lowest_price_cents_jpy": 2082200,
        "lowest_price_cents_krw": 19120700,
        "lowest_price_cents_myr": 59400,
        "lowest_price_cents_sgd": 18100,
        "lowest_price_cents_twd": 436000,
        "product_condition": "new_no_defects",
        "product_type": "sneakers",
        "release_date": 20250121,
        "release_date_time": "2025-01-21 23:59:59",
        "release_date_year": 2025,
        "retail_price_cents": 13500,
        "retail_price_cents_aud": 21800,
        "retail_price_cents_cad": 19600,
        "retail_price_cents_cny": 100000,
        "retail_price_cents_eur": 13100,
        "retail_price_cents_gbp": 11100,
        "retail_price_cents_hkd": 106300,
        "retail_price_cents_jpy": 2122100,
        "retail_price_cents_krw": 19582800,
        "retail_price_cents_myr": 61100,
        "retail_price_cents_sgd": 18500,
        "retail_price_cents_twd": 445000,
        "sku": "FZ1289 200",
        "slug": "riot-skateshop-x-dunk-low-sb-mahogany-dark-beetroot-fz1289-200",
        "variation_id": "d9142010-35f1-4ec4-bcc9-4ceffc0882d9"
      },
      "is_slotted": false,
      "labels": {},
      "matched_terms": ["dunk", "riot", "sb"],
      "value": "RIOT Skateshop x Dunk Low SB 'Mahogany Dark Beetroot'"
    }
  ],
  "meta": {
    "execution_time": 428
  }
}