Stolen vehicle data is provided by the police to the state road and 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
compliance_plate string (YYYY-MM)
Month and year the vehicle was confirmed as meeting local regulations.
Not available for TAS
stolen.type string
Part of the vehicle that is stolen.
One of: VIN, Engine, Plate
stolen.jurisdiction string
State where the vehicle was reported stolen.
One of: ACT, NSW, NT, QLD, SA, TAS, VIC, WA
stolen.reported_date string (YYYY-MM-DD)
Date the vehicle was reported as stolen.
stolen.summary string
Police jurisdiction reference number.
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/stolen_check?plate=TEST80&state=VIC&include_nvic=true"
1curl "https://sandbox.blueflag.com.au/nevdis/stolen_check?plate=TEST80&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": "5e8fbb2e-129f-41de-851c-b4315f324678",4"result": [5{6"vin": "WAUZZZ8X4GB00TEST",7"chassis": null,8"registration": {9"plate": "TEST80",10"state": "VIC"11},12"nvic": "042519",13"stolen": [14{15"type": "Plate",16"jurisdiction": "VIC",17"reported_date": "2021-02-21",18"summary": "POL JUR-N REF-00789042100033645052"19}20]21}22]23}