Live APIDeveloper-first vehicle intelligence

Vehicle data.One clean API.

Build with planned APIs for VIN identity, sale listings, market value, and depreciation—with separately priced vehicle reports when a workflow needs deeper coverage.

  • 01Provenance-aware fields
  • 02Versioned model outputs
  • 03Successful reports: $1.99 Pro · $0.99 Scale
Example contractPreview · not operational

Request

curl --request GET \
  "https://api.vehicles.dev/v1/vehicles/decode?vin=1HGCM82633A004352" \
  --header "Authorization: Bearer $VEHICLES_API_KEY"

200 · illustrative response

{
  "data": {
    "vin": "1HGCM82633A004352",
    "year": 2003,
    "make": "Honda",
    "model": "Accord",
    "trim": "EX"
  },
  "meta": {
    "observed_at": "2026-08-01T00:00:00Z",
    "dataset_version": "preview-2026-08"
  }
}

Illustrative schema only. Fields and availability may change before release.

01 / API catalog

The vehicle stack, endpoint by endpoint.

10 focused product surfaces are being shaped into one consistent contract. Every endpoint below is a preview, not a claim of current availability.

01Identitypreview

VIN Decode

Resolve a VIN into normalized year, make, model, trim, body and powertrain fields.

GET /v1/vehicles/decodeMetered
02Marketplacepreview

Vehicle Photos

Retrieve normalized exterior and interior imagery for a resolved vehicle.

GET /v1/vehicles/photosMetered
03Identitypreview

Specifications

Query canonical dimensions, equipment, options and manufacturer specifications.

GET /v1/vehicles/specificationsMetered
04Safetypreview

Recalls & Safety

Match recalls and safety notices to a resolved vehicle with source timestamps.

GET /v1/vehicles/recallsMetered
05Marketplacepreview

Live Listings

Search normalized sale listings with price, mileage, location and observed-at fields.

GET /v1/listings/searchMetered
06Marketplacepreview

Listing History

Follow listing price changes, first-seen dates and removal signals over time.

GET /v1/listings/historyMetered
07Marketplacepreview

Market Value

Estimate retail and trade value with geography, mileage, confidence and model version.

GET /v1/values/estimateMetered
08Ownershippreview

Depreciation

Model value loss by age, mileage and forecast horizon with explicit assumptions.

GET /v1/values/depreciationMetered
09Ownershippreview

Ownership Costs

Compare maintenance, operating and ownership-cost inputs without hiding the methodology.

GET /v1/ownership/costsMetered
10Premiumpreview

Vehicle Report API

Generate a coverage-checked Vehicles.dev report assembled from vehicle, market, safety and ownership data. Use GET /v1/reports/quote for a free coverage check before report generation.

GET /v1/reports/{vin}Per report

02 / Methodology

Trace the answer, not just the number.

The planned contract keeps observed facts, normalized records, and derived estimates distinct. That gives developers the context to decide where each answer belongs in their product.

  1. Input

    Source observations

    Preserve when and where a listing, specification, or safety record was observed.

  2. Shape

    Normalized vehicle records

    Resolve identifiers and units without erasing useful nulls or source timing.

  3. Model

    Versioned intelligence

    Return valuation and depreciation assumptions beside the model version used.

  4. Output

    Coverage-aware responses

    Expose the geography, mileage, horizon, and observation window behind an output.

Derived output anatomyPreview schema
{
  "value": { "amount": 28400, "currency": "USD" },
  "basis": {
    "geography": "US-MA",
    "mileage": 38200,
    "observations_through": "2026-08-01"
  },
  "model": {
    "name": "market_value",
    "version": "preview"
  }
}

Illustrative fields. Final names and formats will be documented before paid use.

03 / Pricing model

Start free. Pay for what your product uses.

A platform tier sets access and throughput. Transparent usage rates cover the data work. The premium Vehicle Report API is metered separately from standard API calls.

Planned launch pricingNo charges begin until your API key is enabled and pricing and coverage are confirmed with you.
Billing cycle
Save two months

Starter

$0/ month
$0/ month

No platform fee + usage fees

No annual platform fee + usage fees

Build and validate with core vehicle and marketplace data before paying a platform fee.

Start free
  • 1,000 eligible API calls included each month
  • 5 requests per second
  • VIN Decode, Vehicle Listings, and Vehicle Photos
  • MCP, CLI, and SDK access when released

Pro

Most popular
$299/ month
$249.00/ month

Billed monthly + usage fees

Billed $2,988 yearly + usage fees

Ship production automotive workflows with the complete intelligence toolkit.

Request 14-day trial
  • Unlimited request volume, plus data fees
  • 10 requests per second
  • Specifications, recalls, valuation, depreciation, and ownership
  • Vehicle Report API at $1.99 per successful report
  • Priority email support

Scale

$599/ month
$499.00/ month

Billed monthly + usage fees

Billed $5,988 yearly + usage fees

Run higher-volume products with the lowest unit rates and full marketplace history.

Request Scale access
  • Unlimited request volume, plus data fees
  • 50 requests per second
  • Every Pro API plus Listing History
  • Vehicle Report API at $0.99 per successful report
  • Dedicated email and onboarding

Compare usage

Every billable unit, before you integrate.

Only successful responses are billed. Authentication failures, rate-limit rejections, and server errors cost $0.

Vehicles.dev planned API pricing by platform tier
Product / billing unitStarterProScale
Access
Monthly API callssuccessful responses / month1,000 core callsUnlimited volume*Unlimited volume*
Rate limitrequests / second5 / second10 / second50 / second
API price / unit
VIN Decodesuccessful lookupIncluded, then $0.004$0.0025$0.0015
Vehicle Listingssuccessful API callIncluded, then $0.002$0.0015$0.001
Vehicle Photossuccessful lookupIncluded, then $0.001$0.0009$0.0007
Specificationssuccessful lookupNot included$0.0015$0.001
Recalls & Safetysuccessful lookupNot included$0.01$0.007
Market Valuemodel estimateNot included$0.015$0.01
Depreciationmodel forecastNot included$0.015$0.01
Ownership Costsmodel estimateNot included$0.045$0.035
Listing HistoryhistoryNot includedNot included$0.006
Vehicle Report APIreportNot included$1.99$0.99

* Unlimited volume means no monthly call ceiling. Per-unit data fees still apply. Starter’s monthly allowance covers VIN Decode, Vehicle Listings, and Vehicle Photos; paid-plan APIs are excluded. Vehicle Report API access is limited to Pro and Scale.

04 / Questions

The useful details, up front.

The catalog is in early access. These answers describe the product contract we are building, not operational endpoint guarantees.

01Can I see where a value came from?

Each response is designed to carry observation time, model or dataset version, and the coverage details needed to judge it.

02How do listing and valuation data relate?

Listings are normalized into our own observation model. Value and depreciation outputs are derived products with versioned assumptions, not copied source records.

03Are vehicle reports included in API quotas?

No. Vehicle Report API is available on Pro and Scale and billed per successfully generated report at the tier rate. Coverage checks are free, unsupported VINs cost $0, and failed generations cost $0. Reports never consume standard API call quota.

04What counts as a billable API call?

Only responses that successfully complete the requested lookup are billed. Authentication failures, rate-limit rejections and server errors are not billable.

05Can I resell or redistribute the data?

Standard plans cover use inside your product, not redistribution of raw records or resale as a standalone dataset. Bulk and redistribution rights require a separate agreement.

06Which APIs are available today?

The catalog and launch rates are previews. We will confirm final pricing, coverage and release status before enabling a billable API key.

Early access / Vehicles.dev

Bring us the vehicle workflow.

Tell us which VIN, listing, valuation, depreciation, or report decision your product needs to make. We will be direct about fit, availability, and pricing.