Australian rego & VIN checks, one JSON call

Live for every state and territory. Send a plate or VIN and get the vehicle's year, make, model, VIN, body type and transmission โ€” normalized and ready to integrate in minutes.

๐Ÿ‡ฆ๐Ÿ‡บ

All states & territories

NSW, VIC, QLD, WA, SA, TAS, ACT and NT are covered through one endpoint and one schema.

๐Ÿ”ข

Plate or VIN in one parameter

The API detects a 17-character VIN automatically and routes to the right lookup.

๐Ÿงพ

Standardized output

Uppercased makes, normalized state codes and a deterministic _meta confidence object.

๐Ÿ›ก๏ธ

Predictable errors

HTTP 200 with _meta.reason โ€” one code path in every language.

โšก

Cloudflare edge

Responses are cached at the edge, so repeat lookups return in milliseconds.

๐Ÿ’ฐ

Free tier to start

Evaluate on the BASIC plan, then scale with PRO, ULTRA or MEGA as traffic grows.

Example

One request, everything you need

curl --request GET \
  --url 'https://au-rego-check.p.rapidapi.com/rego-check?plate=2ER7ZB&state=VIC' \
  --header 'x-rapidapi-host: au-rego-check.p.rapidapi.com' \
  --header 'x-rapidapi-key: YOUR_API_KEY'

{
  "search": "2ER7ZB",
  "state": "VIC",
  "year": "2020",
  "make": "HYUNDAI",
  "model": "ILOAD",
  "vin": "KMFWBX7KMMU166131",
  "body": "VAN",
  "transmission": "Sports Automatic",
  "description": "2020 HYUNDAI ILOAD L AUTO RWD DIESEL VAN 2497cc 125kw 5sp 4cyl 5dr 6seat",
  "nvic": "AUVHYUN2020AECU",
  "_meta": { "source": "catalogue", "confidence": "standard" }
}

Full field reference: response schema.

FAQ

Common questions

Which Australian states are supported?

All eight: New South Wales, Victoria, Queensland, Western Australia, South Australia, Tasmania, the ACT and the Northern Territory.

Can I search by VIN instead of plate?

Yes โ€” the same regoOrVin parameter accepts a 17-character VIN and the API routes it automatically.

Is the response cached?

Yes, at Cloudflare's edge. Vehicle identity data changes rarely, so cached responses are both fast and accurate.

How do I integrate?

Subscribe on RapidAPI, then follow the cURL, JavaScript or Python snippets in the documentation.

Add Australian vehicle data today.

Free tier on RapidAPI. Build once, expand to more countries as CSNB grows.