v1
latestOpenAPI 3.0.02026-07-23148.7 KBvehicle
Get vehicle details by registration number
Returns vehicle details based on registration number
post/v1/vehicles
Headers
x-api-keystring required
Client Specific API Key
X-Correlation-Idstring
Consumer Correlation ID
Request body
Response
Successful response
Example response
{
"registrationNumber": "WN67DSO",
"taxStatus": "Untaxed",
"taxDueDate": "2017-12-25",
"artEndDate": "2007-12-25",
"motStatus": "No details held by DVLA",
"motExpiryDate": "2008-12-25",
"make": "ROVER",
"monthOfFirstDvlaRegistration": "2011-11",
"monthOfFirstRegistration": "2012-12",
"yearOfManufacture": 2004,
"engineCapacity": 1796,
"fuelType": "PETROL",
"markedForExport": true,
"colour": "Blue",
"typeApproval": "N1",
"wheelplan": "NON STANDARD",
"revenueWeight": 1640,
"realDrivingEmissions": "1",
"dateOfLastV5CIssued": "2016-12-25",
"euroStatus": "Euro 5",
"automatedVehicle": true
}