Sneaker Database API. Your catalogue. Connected.

Power product search, style-code matching and structured catalogues.

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

Inside the response

01Model, brand and colourway
02Style codes and source IDs
03Size systems and variants
04Available product identifiers
Read the docs
01

Build around the product, not the listing.

One sneaker can appear under different names across marketplaces. Start with a canonical model and colourway, then connect the source identifiers and size variants. That separation lets your application keep a stable identity even when a marketplace changes a title or URL.

02

Make search feel effortless.

Support style-code and name searches so users can find a pair without knowing your database ID. Keep brand, model, colourway and size-system fields separate. A consistent catalogue gives you a better foundation for saved collections, wishlists and matching incoming inventory.

03

Plan for incomplete records.

Some products have no barcode, and some size variants have no current offer. Missing data stays missing rather than becoming a fabricated value: fields are null, never zero, so your application can handle gaps deliberately.

The next step is a working integration.

Power product search, style-code matching and structured catalogues.

  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

Starter

19/ month

10,000 API requests / month
Overage €3.00 per 1,000 requests

Get catalogue 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.

Does the catalogue include every sneaker?

The catalogue covers the major sneaker brands and the models traded on the marketplaces we source from, and it grows daily. Search by name or style code; if a pair you need is missing, tell us in the chat and we prioritise it.

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

Power product search, style-code matching and structured catalogues.

Get catalogue data