Automotive data API

Identification, specifications, valuation, depreciation, ownership costs and marketplace listings behind one REST API and one key.

Valuations come from live marketplace listings rather than a licensed pricing book, so they reflect what comparable cars are actually being advertised for.

Endpoints this uses

EndpointPathWhat it contributes
VIN DecodeGET /v1/vehicles/vin/{vin}Identify the vehicle.
Market ValueGET /v1/vehicles/market-valuePrice it against live marketplace supply.
DepreciationGET /v1/vehicles/depreciationProject how that price decays.
Ownership CostsGET /v1/vehicles/ownership-costsProject what it costs to run.

Market-derived, not book value

Valuation is derived from current marketplace listings for comparable vehicles, so the number moves when the market moves.

That is a different thing from a book value, and it is worth being explicit about which one your application needs: asking prices lead transaction prices, and the gap between them widens in a volatile market.

Pricing

The free Starter plan includes 1,000 calls a month shared across all eleven synchronous vehicle data APIs, plus $10 of one-time credit for usage after that allowance.

Credits never expire and are spent per successful call.

Every endpoint needs an API key; there is no unauthenticated tier.

Frequently asked questions

Where does the pricing data come from?
Valuation and depreciation are computed from live marketplace listings — current asking prices for comparable vehicles — rather than from a licensed book value.
Can I get everything in one call?
No single response combines every data product. Compose the explicit VIN decode, valuation, depreciation, ownership, and report operations your workflow actually needs.