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.
Endpoints
| Endpoint | Returns |
|---|---|
GET /v1/vehicles | Paginated, 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/makes | Every make and model, with counts. |
GET /v1/filters | Every 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.