SpecTracking API

Every Australian vehicle spec,
one API call away.

Pull standardised specifications for any make, model and variant — all 382 fields — straight into your product, as clean JSON.

spectracking.com/v1
# 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
}
Endpoints

A small, predictable REST API

Four endpoints cover the whole dataset. Standard JSON, standard auth, no surprises.

GET/v1/vehicles

Search and filter the catalogue by make, model, body type, drive, fuel and year.

GET/v1/vehicles/{id}

The complete, standardised 382-field spec for a single variant.

GET/v1/compare

Return two to four vehicles aligned field-by-field, ready to diff.

GET/v1/meta

The full field schema, makes, models and enums — so you can build dynamic UIs.

Why build on it

Built for developers

Clean JSON

One predictable, documented schema for every vehicle — no scraping, no parsing.

Filter by anything

Query across all 382 fields — power, towing, ANCAP, EV range and more.

Always current

New models land in the API as they arrive — you never chase updates.

Start building with the spec API.

Grab a free sandbox key and pull your first vehicle in under five minutes.