All states & territories
NSW, VIC, QLD, WA, SA, TAS, ACT and NT are covered through one endpoint and one schema.
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.
NSW, VIC, QLD, WA, SA, TAS, ACT and NT are covered through one endpoint and one schema.
The API detects a 17-character VIN automatically and routes to the right lookup.
Uppercased makes, normalized state codes and a deterministic _meta confidence object.
HTTP 200 with _meta.reason โ one code path in every language.
Responses are cached at the edge, so repeat lookups return in milliseconds.
Evaluate on the BASIC plan, then scale with PRO, ULTRA or MEGA as traffic grows.
Example
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
All eight: New South Wales, Victoria, Queensland, Western Australia, South Australia, Tasmania, the ACT and the Northern Territory.
Yes โ the same regoOrVin parameter accepts a 17-character VIN and the API routes it automatically.
Yes, at Cloudflare's edge. Vehicle identity data changes rarely, so cached responses are both fast and accurate.
Subscribe on RapidAPI, then follow the cURL, JavaScript or Python snippets in the documentation.
Free tier on RapidAPI. Build once, expand to more countries as CSNB grows.