Central heating
Description
This method returns Census 2021 estimates that classify occupied household spaces by the type of central heating present.
Central heating is a heating system used to heat multiple rooms in a building by circulating air or heated water through pipes to radiators or vents. Single or multiple fuel sources can fuel these systems. Central heating systems that are unused or not working are still considered. No information is available for household spaces with no usual residents.
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": 84,
"No central heating": 3,
"Mains gas only": 54,
"Tank or bottled gas only": 1,
"Electric only": 14,
"Oil only": 0,
"Wood only": 0,
"Solid fuel only": 0,
"Renewable energy only": 0,
"District or communal heat networks only": 3,
"Other central heating only": 2,
"Two or more types of central heating (not including renewable energy)": 7,
"Two or more types of central heating (including renewable energy)": 0
},
"rank": {
"No central heating": 5,
"Mains gas only": 5,
"Tank or bottled gas only": 2,
"Electric only": 5,
"Oil only": 1,
"Wood only": 1,
"Solid fuel only": 1,
"Renewable energy only": 1,
"District or communal heat networks only": 3,
"Other central heating only": 5,
"Two or more types of central heating (not including renewable energy)": 4,
"Two or more types of central heating (including renewable energy)": 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!"
}