When a vehicle is first registered, the dealership or vehicle owner provides the vehicle information to the road traffic authority.
Attributes
vin string
A unique 17 character code used to identify individual motor vehicles.
chassis string
A unique code used to identify individual motor vehicles. Used before January 1989 in Australia.
registration.plate string
An alphanumeric code used to identify vehicles. The plate is visible on the front and rear of most vehicles.
registration.state string
The area within Australia where the vehicle is registered.
One of: ACT, NSW, NT, QLD, SA, TAS, VIC, WA
make string
The manufacturer of the vehicle.
model string
The specific product within the manufacturers range.
colour string
Primary paint colour of the vehicle noted by the road authority.
body_type string
Classification of the vehicle shape noted by the road authority.
vehicle_type string
Category that the vehicle is registered as.
engine_number string
A unique alphanumeric sequence stamped onto the engine by the manufacturer.
nvic string
Glass's National Vehicle Identification Code (NVIC) is a unique character code used to identify an individual motor vehicle.
This value is only available to Glass's customers.
Please contact us for futher information if you're interested.
1https://sandbox.blueflag.com.au/nevdis/vehicle_details?plate=TEST00&state=VIC&include_nvic=true"
1curl "https://sandbox.blueflag.com.au/nevdis/vehicle_details?plate=TEST00&state=VIC&include_nvic=true" -H "Authorization: secret_SANDBOX_f1nlZOh0Xr1JvMgJy0d0l9i5JybnBEAYfl7isuU0_o-1GkBsaN8f"
1{2"requested_at": "2025-08-13T00:27:24.161Z",3"request_id": "6f9cd72a-2a35-4490-ab22-a63bf9d7cab8",4"result": [5{6"vin": "KMHH351EMKU00TEST",7"chassis": null,8"registration": {9"plate": "TEST00",10"state": "VIC"11},12"nvic": "042519",13"make": "HYUNDAI",14"model": "I30",15"colour": "SILVER OR CHROME",16"body_type": "CAR/SEDAN",17"vehicle_type": "CAR / SMALL PASSENGER VEHICLE",18"engine_number": "G40000000000"19}20]21}