Quickstart
Full reference →Not another VIN decoder. Real OEM fluid capacities, exact-fit part numbers with live prices, service intervals, and labor measured from real jobs — the numbers you need to quote and fix a car. See exactly what you can pull, then run it live below on free sample data — no key, no signup.
What you can pull
Identify a vehicle by VIN, year/make/model, or config key — then pull any of these groups on its own, or all at once. Tap a card to load it into the live console.
Identity & engine
deep coverageCanonical config resolved from a VIN, YMMT, or config_key — with the exact engine.
Fluids & capacities
deep coverageReal OEM fluid types and capacities — not a generic 'takes 5 quarts'.
Spec sheet & service points
deep coverageAttributes and chassis service points for the exact config.
Maintenance schedule
deep coverageOEM service intervals by miles and months.
Parts & live prices
deep coverageExact-fit OEM part numbers per service, each with a current scraped price.
Tires & wheels
deep coverageFull OEM fitment package for the exact config.
Empirical labor
growingLabor times measured from completed jobs — plus a tier-model estimate for the rest.
Vehicle media
growingThe cached exterior render for a config.
Service history
growingSanitized per-VIN records — no PII, costs, or shop identity.
Try it live
real requests against our free sample endpointsEvery endpoint runs live against our public sample routes — no key, no signup — and returns the exact real API shape for a reference vehicle, as a structured render or raw JSON. Copy the cURL and run it in your terminal. Live per-vehicle data unlocks at launch.
Every endpoint runs live against our public sample routes (/api/sample/…) and returns the real response shape for a reference vehicle — the 2019 Honda CR-V EX. Copy the cURL and run it in your terminal, no auth required. Live per-vehicle data unlocks at launch — request access.
The flagship depth slice: engine oil viscosity + capacity, coolant, transmission, brake, power-steering, and differential / transfer-case fluid types and capacities.
/api/sample/v1/fluids?year=2019&make=Honda&model=CR-V2019 Honda CR-V EX
complete92% filledOne vehicle, one call.
Ask for a single group — fluids, parts, tires — or the whole vehicle at once with ?include=. Everything comes back as clean, grouped JSON, keyed the same way every time, so you can drop it straight into a quote, a work order, or your app.
Try it from your terminal
Call a single group — no key needed
Pull one group — fluids, tires, maintenance-schedule, parts, specs — straight from the free sample endpoints:
curl '/api/sample/v1/fluids?config_key=2019_honda_cr_v_ex_l15be'
Or get the whole vehicle in one call
Field-select the flagship endpoint with ?include=:
curl '/api/sample/v1/vehicle?config_key=2019_honda_cr_v_ex_l15be&include=fluids,tires'
Ready for live data?
The sample routes return the exact production shape for a reference vehicle. To run these against any VIN, year/make/model, or config_key with your own key, request early access — we'll get you set up.
Want the full endpoint list, response schemas, and error codes? Open the API reference or request access.