Skip to main content

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

Get in touch

Vehicle Models

Returns a list of all distinct vehicle models and the total amount of cars with that model.

GET /v1/vehicles/stats/models

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

Response

This is a sample response.

Status: 200 (OK)
{
"pagination": {
"page": 1,
"limit": 300,
"totalPages": 113,
"totalItems": 33707
},
"results": {
"Ford FIESTA ZETEC": 909,
"Ford FIESTA ZETEC CLIMATE": 677,
"Suzuki CARRY": 452,
"Honda JAZZ 1.4": 331,
"Ford FIESTA GHIA": 317,
"MINI MINI COOPER 1.6": 315,
"Ford FIESTA": 291,
"Ford FIESTA MCA ZETEC": 284,
"Ford FOCUS ZETEC": 278,
"Ford FIESTA TITANIUM": 255,
"Ford FIESTA LX": 244,
"Honda CIVIC": 222,
"Ford ESCORT": 201,
"Honda JAZZ": 200,
"Ford FIESTA FREESTYLE": 200,
"Ferguson null": 198,
"Massey Ferguson null": 196
}
}

Sources

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