Sneaker Price API. Prices that fit the exact pair.

Build price comparisons and collection valuations by size and market.

Live API · Free account. Test key in seconds. No card required.
REST + GraphQL

Inside the response

01Product and size identifiers
02Marketplace and currency
03Asking price and availability
04Source observation timestamp
Read the docs
01

A size is not a small detail.

Two sizes of the same colourway can carry different asking prices. A useful sneaker pricing integration keeps the product, size system, size, marketplace and currency together. That makes comparisons explainable and prevents a model-level minimum from being shown as the value of every pair.

02

History that keeps its context.

Store snapshots with the observation time and source. A price change can reflect a new listing, a different delivery option or a stale source. Keep those distinctions visible in your charts. The response separates asking prices from completed sales; an asking price is not a realised sale.

03

Start with the decision you want to power.

A collection app needs understandable valuations. A shop needs prices that fit a specific buying or selling workflow. An alert service needs a clear threshold and freshness policy. Start with the decision that matters, pick the plan that covers your markets and integrate the fields that power it.

The next step is a working integration.

Build price comparisons and collection valuations by size and market.

  1. Create your account and mint a test key.
  2. Top up your balance and pick the plan that covers your markets.
  3. Connect your app through REST or GraphQL.
Monthly plan

Builder

59/ month

100,000 API requests / month
Overage €0.90 per 1,000 requests

Get price dataCompare all plansPer month, excluding VAT, drawn from a prepaid balance. Switch or stop at any time.

Good data. Great possibilities.

Choose REST or GraphQL, switch markets and see the matching request and response. The sample below is static; your key returns current market data.

Sample responseKA—001
SAMPLE SNEAKER / EU 42
KICKSAPI ORIGINAL

Concept 01

KA-001 / EU 42

Price189.00

Static sample · the live API returns current market data

API style
GET /v1/products/ka_concept_001/prices
{
  "id": "ka_concept_001",
  "name": "KicksAPI Concept 01",
  "style_code": "KA-001",
  "market": "NL",
  "currency": "EUR",
  "variants": [
    {
      "size": "42",
      "size_system": "EU",
      "asking_price": 189
    }
  ],
  "source": "stockx",
  "observed_at": "2026-09-10T08:00:00Z"
}
Live APIREST / JSON

Good questions. Clear answers.

Can I compare EUR and USD prices?

Keep markets separate and account for fees, tax and shipping before presenting a price difference as a buying opportunity. Currency conversion alone does not make two offers comparable.

Is KicksAPI available now?

Yes. Create a free account, mint a test key and pick a monthly plan for live data. Plans are activated on your account, usually the same day, and you can change or cancel at any time.

Will the prices be real time?

Prices are collected as daily snapshots. Freshness depends on the source and market, and every value carries its observation time. A daily update does not guarantee that the underlying marketplace observation is less than 24 hours old.

Get price data

Build price comparisons and collection valuations by size and market.

Get price data