Sneaker GraphQL API. Your fields. Your query.

Request selected product and price fields through a typed interface.

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

Inside the response

01Typed product and price fields
02Market arguments and variables
03Size, currency and source context
04REST and GraphQL in one offering
Read the docs
01

Ask for what your screen needs.

A collection card might need a name and one price. A retailer dashboard may also need variants, currency and observation time. GraphQL lets each integration select its fields from the schema, keeping the response relevant to the feature you are building.

02

Keep products and prices together.

Use a product identifier and a market variable to retrieve related price data in one query. Market, currency, size system and source timestamps stay explicit. REST and GraphQL describe the same underlying information; changing the interface does not change source freshness.

03

Start with a typed contract.

Download the schema and try the matching query, variables and response below. Your key works against the same endpoint the sample shows; query complexity limits are listed in the docs.

The next step is a working integration.

Request selected product and price fields through a typed interface.

  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 GraphQL accessCompare 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
POST /graphql
query SneakerPrices($id: ID!, $market: Market!) {
  product(id: $id) {
    id
    name
    styleCode
    prices(market: $market) {
      market
      currency
      variants { size sizeSystem askingPrice }
      source
      observedAt
    }
  }
}
Live APIGraphQL / JSON

Good questions. Clear answers.

Do I need a separate GraphQL subscription?

No. REST and GraphQL are included in every plan and count against the same request quota. Use whichever fits each feature; you can mix both with one key.

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 GraphQL access

Request selected product and price fields through a typed interface.

Get GraphQL access