Car or van availability
Description
This method returns Census 2021 estimates on the number of cars or vans available to members of households.
Number of cars or vans is the number of cars or vans owned or available for use by household members.
Vehicles included:
- pick-ups, camper vans and motor homes
- vehicles that are temporarily not working
- vehicles that have failed their MOT
- vehicles owned or used by a lodger
- company cars or vans if they're available for private use
Vehicles not included:
- motorbikes, trikes, quad bikes or mobility scooters
- vehicles that have a Statutory Off Road Notification (SORN)
- vehicles owned or used only by a visitor
- vehicles that are kept at another address or not easily accessed
The number of cars or vans in an area relates only to households. Cars or vans used by communal establishment residents are not counted.
Households with 10 to 20 cars or vans are counted as having only 10.
Households with more than 20 cars or vans were treated as invalid and a value imputed.
Number of cars or vans is split into 5 categories including total.
The estimates are as at Census Day, 21 March 2021.
Parameters
Name | Description |
---|---|
location path string | Postcode, coordinates in the lat,long format or UPRN in the uprn12345678 format. Postcode with or without space. This argument is case-insensitive. |
area_type query enum | Area types used in Census 2021. The method returns results based on the inclusion of the postcode/coordinate/UPRN within the designated geographical area. For instance, when using 'oa' as a parameter, the returned results will be for the Output Area that contains the specified postcode/coordinate/UPRN.
|
api_key query enum | Your API key.
|
{
"data": {
"residents": {
"Total": 85,
"No cars or vans in household": 49,
"1 car or van in household": 35,
"2 cars or vans in household": 1,
"3 or more cars or vans in household": 0
},
"rank": {
"No cars or vans in household": 8,
"1 car or van in household": 5,
"2 cars or vans in household": 1,
"3 or more cars or vans in household": 1
}
},
"dataDate": "2021-03-21",
"refreshedDate": "2021-03-21"
}
{
"error": "No such API key or it is not valid anymore."
}
{
"error": "You have exhausted the available calls provided by your package."
}
{
"error": "API key is invalid for the given action."
}
{
"error": "Can't find such location."
}
{
"error": "Too many requests have been sent in one second."
}
{
"error": "We have already started working on a resolution!"
}