Skip to main content

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

Get in touch

All Vehicles

Returns a list of all registered vehicles in Jersey.

GET /v1/vehicles

Query Params

ParamDesription
pageThe page to show
limitThe amount of entries per page
startDateRetrieve results after the given date
endDateRetrieve results before the given date
dateType- regInJersey - startDate and endDate checks the date the car was registered in Jersey
- Anything else - startDate and endDate checks the date the car was first ever registered
makeSearch by the make of the car
modelSearch by the model of car
fuelTypeSearch by the fuel type of the car. See Fuel Types below for enum values.
colorSearch by the color of the car

Example: https://data-api.glitch.je/v1/vehicles?page=10&limit=500

  • Cache: 1 day
  • Rate Limit:
    • Maximum of 600 requests per hour

Response

This is a sample response.

Status: 200 (OK)
{
"pagination": {
"page": 6,
"limit": 500,
"totalPages": 257,
"totalItems": 128003
},
"results": [
{
"make": "Lancia",
"model": "aprilia",
"color": "Grey",
"cylinderCapacity": 1418,
"weight": null,
"co2Emissions": null,
"fuelType": "PETROL",
"firstRegisteredAt": "1969-12-31T23:00:00.000Z",
"firstRegisteredInJerseyAt": "1969-12-31T23:00:00.000Z",
"hash": "121c70d140b15fc475e4141f9bf3d8a7bf1b9c1754338fd30da982c5a33cb35b"
},
{
"make": "Jaguar",
"model": "XK8 COUPE",
"color": "Green",
"cylinderCapacity": 3996,
"weight": null,
"co2Emissions": null,
"fuelType": "PETROL",
"firstRegisteredAt": "1969-12-31T23:00:00.000Z",
"firstRegisteredInJerseyAt": "1969-12-31T23:00:00.000Z",
"hash": "682e49c172c8e67a3ac09af74dfcf70433dc4da25d16aab6c8f9e421055b818a"
}
]
}

Sources

Source
All Vehicles Registered in Jersey on opendata.gov.je