Access JP auctions data

A read-only REST API over Japanese auction vehicle listings. Search and filter inventory, read normalized vehicle records, and download images watermarked with your own branding.

Base URL
https://carstack.dev/v1
Auth
Bearer token
Format
JSON, UTF-8
Methods
GET only

Endpoints

EndpointReturns
GET /v1/vehiclesPaginated, filterable vehicle summaries.
GET /v1/vehicles/{id}One vehicle with full specs and its image list.
GET /v1/images/{id}A JPEG carrying your branding.
GET /v1/makesEvery make and model, with counts.
GET /v1/filtersEvery other filter value and range.

First request

curl "https://carstack.dev/v1/vehicles?make=porsche&year_min=2020&per_page=5" \
  -H "Authorization: Bearer csk_live_your_api_key"

Full reference: documentation · OpenAPI 3.1 schema. API keys are issued to approved partners.