Sneaker API for Collection Apps. Give every collection a data foundation.

Build searchable collections, price tracking and portfolio views.

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

Inside the response

01Make adding a pair easier
02Display size-specific valuations
03Build price watchlists
04Daily price snapshots
Read the docs
01

Turn a search into a saved pair.

Use names and style codes to help collectors find the correct model and colourway. Your application stores the owner’s pair and selected size while the catalogue provides consistent product identifiers.

02

Show a valuation with context.

Combine a saved size with market-specific asking prices and observation times. Explain the source and age of the estimate. Market asking prices can support an indicative collection value; they do not guarantee a sale price.

03

Build a reason to return.

Use the daily snapshots for portfolio charts, watchlists and price-change notifications. Your app controls accounts and notifications; KicksAPI supplies the identifiers, prices and history behind them.

The next step is a working integration.

Build searchable collections, price tracking and portfolio views.

  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 collection 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 use this API to value a sneaker collection?

Combine a saved size with market-specific asking prices and observation times. Explain the source and age of the estimate. Market asking prices can support an indicative collection value; they do not guarantee a sale price.

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 collection data

Build searchable collections, price tracking and portfolio views.

Get collection data