Tenure
Description
This method returns Census 2021 estimates that classify households by tenure.
Tenure of household defines whether a household owns or rents the accommodation that it occupies.
Owner-occupied accommodation can be:
- owned outright, which is where the household owns all of the accommodation
- with a mortgage or loan
- part-owned on a shared ownership scheme
Rented accommodation can be:
- private rented, for example, rented through a private landlord or letting agent
- social rented through a local council or housing association
This information is not available for household spaces with no usual residents.
“Tenure of household” is split into 15 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,
"Owned": 9,
"Owned: Owns outright": 4,
"Owned: Owns with a mortgage or loan": 5,
"Shared ownership": 18,
"Shared ownership: Shared ownership": 18,
"Social rented": 41,
"Social rented: Rents from council or Local Authority": 1,
"Social rented: Other social rented": 40,
"Private rented": 17,
"Private rented: Private landlord or letting agency": 15,
"Private rented: Other private rented": 2,
"Lives rent free": 0
},
"rank": {
"Owned": 1,
"Owned: Owns outright": 1,
"Owned: Owns with a mortgage or loan": 1,
"Shared ownership": 7,
"Shared ownership: Shared ownership": 7,
"Social rented": 7,
"Social rented: Rents from council or Local Authority": 1,
"Social rented: Other social rented": 8,
"Private rented": 4,
"Private rented: Private landlord or letting agency": 4,
"Private rented: Other private rented": 3,
"Lives rent free": 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!"
}