billythekid / dvla-ves

A PHP wrapper for the DVLA's Vehicle Enquiry Service API
MIT License
2 stars 1 forks source link

Add AV property to vehicles #1

Open billythekid opened 3 years ago

billythekid commented 3 years ago

Autonomous vehicle has been added to the API and will return values thus...

From April 2021, in line with the Automated & Electric Vehicles Act (AEVA) 2018, the Secretary of State will be required to hold a list of vehicles able to safely and lawfully drive themselves in at least some circumstances for insurance purposes.

Manufacturers will be required to check the eligibility of a vehicle’s UK Automated Vehicle (AV) status before providing data to DVLA for first registration. DVLA will only capture the compliance of vehicles in accordance with the AEVA Act as part of its registration and licensing process, and not how the vehicle is used or any variations of automation.

A new ‘Automated Vehicle (AV)’ field will be introduced that will be populated with a ‘Yes’ if applicable. The field will be optional so may be left blank.

This information will be output on the Vehicle Registration Certificate (V5C) as well as some of our enquiry services, including the Vehicle Enquiry Service (VES) API.

If a vehicle is registered with a ‘Yes’ or ‘No’, the VES API will output this information with the label “automatedVehicle” as ‘true’ or ‘false’. If the field is not completed at registration, this will not be provided in an API response.

So we should probably handle that here too!

billythekid commented 3 years ago

https://developer-portal.driver-vehicle-licensing.api.gov.uk/apis/vehicle-enquiry-service/v1.2.0-vehicle-enquiry-service.json