v1

latestOpenAPI 3.0.02026-07-23148.7 KB
vehicle

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

registrationNumberstring

Response

Successful response

registrationNumberstring required

Registration number of the vehicle

taxStatus'Not Taxed for on Road Use' | 'SORN' | 'Taxed' | 'Untaxed'

Tax status of the vehicle

taxDueDatestring date

Date of tax liability, used in calculating licence information presented to user

artEndDatestring date

Additional Rate of Tax End Date, format: YYYY-MM-DD

motStatus'No details held by DVLA' | 'No results returned' | 'Not valid' | 'Valid'

MOT Status of the vehicle

motExpiryDatestring date

Mot Expiry Date

makestring

Vehicle make

monthOfFirstDvlaRegistrationstring date

Month of First DVLA Registration

monthOfFirstRegistrationstring date

Month of First Registration

yearOfManufactureinteger

Year of Manufacture

engineCapacityinteger

Engine capacity in cubic centimetres

co2Emissionsinteger

Carbon Dioxide emissions in grams per kilometre

fuelTypestring

Fuel type (Method of Propulsion)

markedForExportboolean

True only if vehicle has been export marked

colourstring

Vehicle colour

typeApprovalstring

Vehicle Type Approval Category

wheelplanstring

Vehicle wheel plan

revenueWeightinteger

Revenue weight in kilograms

realDrivingEmissionsstring

Real Driving Emissions value

dateOfLastV5CIssuedstring date

Date of last V5C issued

euroStatusstring

Euro Status (Dealer / Customer Provided (new vehicles))

automatedVehicleboolean

Automated Vehicle (AV)

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
}
All 1 operations