← OtoIndex

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 coverage

Canonical config resolved from a VIN, YMMT, or config_key — with the exact engine.

config_keyyear / make / model / trimchassis codeengine codedisplacement · cylindersaspiration · injectiondrivetraintransmission

Fluids & capacities

deep coverage

Real OEM fluid types and capacities — not a generic 'takes 5 quarts'.

oil viscosityoil capacity (qts)coolant type & capacitytransmission fluidbrake fluidpower-steering fluiddifferential / transfer-case fluid

Spec sheet & service points

deep coverage

Attributes and chassis service points for the exact config.

lug-nut torquebattery group & CCAwiper sizessteering type

Maintenance schedule

deep coverage

OEM service intervals by miles and months.

interval (miles)interval (months)human display

Parts & live prices

deep coverage

Exact-fit OEM part numbers per service, each with a current scraped price.

OEM part numberrole · position · quantityprice (amount)MSRPpriced as-oflabor hours

Tires & wheels

deep coverage

Full OEM fitment package for the exact config.

front / rear sizerecommended pressuresload indexspeed ratingrun-flat · staggeredbattery CCA

Empirical labor

growing

Labor times measured from completed jobs — plus a tier-model estimate for the rest.

empirical hourssample sizep25 – p75 spreadtier-model estimateestimate source

Vehicle media

growing

The cached exterior render for a config.

render URLmedia sourcelicensing note

Service history

growing

Sanitized per-VIN records — no PII, costs, or shop identity.

datemileagesource (shop / owner / doc)servicesparts

Try it live

real requests against our free sample endpoints

Every 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.

Free sample console

No key · no signupRequest early access →

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.

Endpoint
v1 · granular, group-scoped
v0 · flagship & specialised
GET/v1/fluidsFluids & capacities

The flagship depth slice: engine oil viscosity + capacity, coolant, transmission, brake, power-steering, and differential / transfer-case fluid types and capacities.

Identify the vehicle
GET/api/sample/v1/fluids?year=2019&make=Honda&model=CR-V
— free sample data, no key needed.
Sample preview

2019 Honda CR-V EX

complete92% filled
Engine
1.5L L15BE 4cyl
Drivetrain
4WD
Transmission
CVT
Chassis
RW
config_key
2019_honda_cr_v_ex_l15be
Fields
Oil viscosity
oil_viscosity
0W-20
Oil capacity (qts)
oil_capacity_qts
3.7
Coolant type
coolant_type
Honda Long Life Antifreeze/Coolant Type 2
Differential fluid
diff_fluid_type
Honda Dual Pump Fluid II (DPSF-II)
Generated Aug 19, 2026

One 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

1

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'
2

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'
3

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.