Vehicle Enquiry API
  1. vehicle
Vehicle Enquiry API
  • vehicle
    • Get vehicle details by registration number
      POST
  1. vehicle

Get vehicle details by registration number

Production environment
https://driver-vehicle-licensing.api.gov.uk/vehicle-enquiry
Production environment
https://driver-vehicle-licensing.api.gov.uk/vehicle-enquiry
POST
/v1/vehicles
Returns vehicle details based on registration number
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://driver-vehicle-licensing.api.gov.uk/vehicle-enquiry/v1/vehicles' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "registrationNumber": "string"
}'
Response Response Example
200 - Example 1
{
    "artEndDate": "2007-12-25T00:00:00.000Z",
    "co2Emissions": 0,
    "colour": "Blue",
    "dateOfLastV5CIssued": "2016-12-25T00:00:00.000Z",
    "engineCapacity": 1796,
    "euroStatus": "Euro 5",
    "fuelType": "PETROL",
    "make": "ROVER",
    "markedForExport": true,
    "monthOfFirstDvlaRegistration": "2011-11",
    "monthOfFirstRegistration": "2012-12",
    "motExpiryDate": "2008-12-25T00:00:00.000Z",
    "motStatus": "No details held by DVLA",
    "realDrivingEmissions": "1",
    "registrationNumber": "WN67DSO",
    "revenueWeight": 1640,
    "taxDueDate": "2017-12-25T00:00:00.000Z",
    "taxStatus": "Untaxed",
    "typeApproval": "N1",
    "wheelplan": "NON STANDARD",
    "yearOfManufacture": 2004
}

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Successful response
application/json
Body

🟠400Bad Request
🟠404Vehicle Not Found
🔴500Internal Server Error
🔴503Service Unavailable
Modified at 2023-08-15 06:55:21
Built with