Pull standardised specifications for any make, model and variant — all 382 fields — straight into your product, as clean JSON.
# Get the full spec for one vehicle GET /v1/vehicles/byd-shark-6-2025 { "make": "BYD", "model": "Shark 6", "year": 2025, "body_type": "Dual-cab ute", "powertrain": "Plug-in hybrid", "peak_power_kw": 321, "fuel_economy_l_100km": 2.0, "ev_range_km": 100, "braked_towing_kg": 2500, "ancap_stars": 5, // …372 more standardised fields }
Four endpoints cover the whole dataset. Standard JSON, standard auth, no surprises.
/v1/vehiclesSearch and filter the catalogue by make, model, body type, drive, fuel and year.
/v1/vehicles/{id}The complete, standardised 382-field spec for a single variant.
/v1/compareReturn two to four vehicles aligned field-by-field, ready to diff.
/v1/metaThe full field schema, makes, models and enums — so you can build dynamic UIs.
One predictable, documented schema for every vehicle — no scraping, no parsing.
Query across all 382 fields — power, towing, ANCAP, EV range and more.
New models land in the API as they arrive — you never chase updates.
Grab a free sandbox key and pull your first vehicle in under five minutes.