Occupancy rating for bedrooms
Description
This method returns Census 2021 estimates that classify households by occupancy rating based on the number of bedrooms in the household.
Occupancy rating for bedrooms defines whether a household's accommodation is overcrowded, ideally occupied or under-occupied. This is calculated by comparing the number of bedrooms the household requires to the number of available bedrooms.
The number of bedrooms the household requires is calculated according to the Bedroom Standard, where the following should have their own bedroom:
- married or cohabiting couple
- single parent
- person aged 16 years and over
- pair of same-sex persons aged 10 to 15 years
- person aged 10 to 15 years paired with a person under 10 years of the same sex
- pair of children aged under 10 years, regardless of their sex
- person aged under 16 years who cannot share a bedroom with someone in 4, 5 or 6 above
An occupancy rating of:
- -1 or less: implies that a household's accommodation has fewer bedrooms than required (overcrowded)
- +1 or more: implies that a household's accommodation has more bedrooms than required (under-occupied)
- 0: suggests that a household's accommodation has an ideal number of bedrooms
“Occupancy rating for bedrooms” is split into 6 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,
"Occupancy rating of bedrooms: +2 or more": 3,
"Occupancy rating of bedrooms: +1": 11,
"Occupancy rating of bedrooms: 0": 55,
"Occupancy rating of bedrooms: -1": 13,
"Occupancy rating of bedrooms: -2 or less": 3
},
"rank": {
"Occupancy rating of bedrooms: +2 or more": 1,
"Occupancy rating of bedrooms: +1": 2,
"Occupancy rating of bedrooms: 0": 9,
"Occupancy rating of bedrooms: -1": 7,
"Occupancy rating of bedrooms: -2 or less": 4
}
},
"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!"
}