KicksDB API Reference
Full DocsUnified access to StockX, GOAT, Flight Club, and 40+ retail endpoints through a single REST API.
Base URL
https://api.kicks.devAuthentication
All API requests require an API key via the Authorization header using the Bearer scheme:
Authorization: Bearer KICKS-1234-ABCD-1234-123456ABCDEFGet Your API Key
Sign up at kicks.dev/register to get your free API key. Free tier includes 1,000 requests/month on Standard API.
Response Headers
X-Quota-CurrentNumber of requests made this monthX-Key-TypeYour API key tier (free, pro, enterprise)Available Endpoints
StockX
Access StockX product data, pricing, variants, and sales history
/v3/stockx/products/v3/stockx/products/{id}/v3/stockx/products/{id}/sales/v3/stockx/products/{id}/sales/dailyGOAT
Access GOAT marketplace data, variants, and transaction history
/v3/goat/products/v3/goat/products/{id}/v3/goat/products/{id}/sales/v3/goat/products/{id}/sales/dailyUnified API
Cross-platform data aggregation with automatic product matching
/v3/unified/products/{identifier}Shopify
Access 40+ Shopify sneaker stores including Kicks Crew, Stadium Goods
/v3/shopify/products/v3/shopify/products/{id}Additional Sources
Flight Club, Kream, SNKRS, Novelship, Nike
/v3/flightclub/products/v3/kream/products/v3/snkrs/products/v3/novelship/productsCommon Query Parameters
| Parameter | Type | Description |
|---|---|---|
query | string | Search by SKU, name, brand, or model |
filters | string | Meilisearch filter syntax (e.g., brand="Nike") |
display[variants] | boolean | Include size variants with pricing |
display[prices] | boolean | Include detailed pricing per delivery option |
display[identifiers] | boolean | Include UPC/EAN barcodes (Premium) |
market | string | Market region: US, UK, FR, DE, etc. |
currency | string | Currency code: USD, EUR, GBP |
Response Format
All responses follow a consistent JSON structure:
{
"$schema": "https://api.kicks.dev/schemas/...",
"data": [...], // Array of items or single object
"meta": {
"current_page": 1,
"per_page": 20,
"total": 1000
}
}HTTP Status Codes
Rate Limits
Free
1,000
/month
Standard API only
Pro
50,000
/month
All APIs + SSE
Enterprise
Custom
SLA
Dedicated support
Ready to Start?
Check out our platform-specific guides for detailed examples: