Skip to main content

The API is currently in beta testing and is not ready for public consumption yet.

Get in touch

Vehicle Lookup By Plate (Live)

Returns live vehicle information from a number plate.

GET /v1/vehicles/{PLATE}
ParamTypeDesription
PLATEStringThe vehicle number plate to lookup. Example: J12096
  • Cache: 1 hour
  • Rate Limit:
    • Wait 3 seconds between requests
    • Maximum of 300 requests per hour

Response

This is a sample response.

Status: 200 (OK)
{
"make": "Toyota",
"model": "RANGE ROVER VOGUE SE SDV8",
"type": "Panel Van",
"color": "White",
"cylinderCapacity": "2446 (cc)",
"weight": "Not known",
"co2Emissions": "Not known",
"fuelType": "HEAVY_OIL",
"firstRegisteredAt": "1996-03-22T00:00:00.000Z",
"firstRegisteredInJerseyAt": "1996-03-22T00:00:00.000Z",
"previousOwners": 6,
"previousTraders": 2,
"hash": "o2326982cbed5c7051e0171887df2db0d75b650aac9788d4f1628e9eb275db90"
}

Sources

Source
Vehicle Search Website
All Vehicles Registered in Jersey on opendata.gov.je (For retrieving vehicle model)