A plate or label fitted on the vehicle by the manufacturer or importer. Usually specific to a month and year.
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
year_of_manufacture
string (YYYY)
Year the vehicle was assembled.
Not available for NSW
1https://sandbox.blueflag.com.au/nevdis/build_and_compliance?plate=TEST00&state=VIC"
1curl "https://sandbox.blueflag.com.au/nevdis/build_and_compliance?plate=TEST00&state=VIC" -H "Authorization: secret_SANDBOX_f1nlZOh0Xr1JvMgJy0d0l9i5JybnBEAYfl7isuU0_o-1GkBsaN8f"
1{2"request_id": "721657a0-8448-4489-b1bc-1bf0b400ecb8",3"result": [4{5"vin": "KMHH351EMKU00TEST",6"chassis": null,7"registration": {8"plate": "TEST00",9"state": "VIC"10},11"compliance_plate": "2019-07",12"year_of_manufacture": "2019"13}14]15}