Multi religion household
Description
This method returns Census 2021 estimates that classify households by multi religion households.
This dataset classifies households by whether members identify with the same religion, no religion, did not answer the question, or a combination of these options. This question was voluntary and the variable includes those who answered the question alongside those who chose not to.
Multiple religions in household is split into 8 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": 84,
"One-person household": 30,
"Multi-person household: No people stated their religion": 1,
"Multi-person household: Same religion (at least one person has stated a religion but the household may include people who did not state their religion)": 26,
"Multi-person household: No religion (household may include people who did not state their religion)": 10,
"Multi-person household: Same religion and no religion (household may include people who did not state their religion)": 11,
"Multi-person household: At least two different religions stated (household may include people with no religion and who did not state their religion)": 6
},
"rank": {
"One-person household": 6,
"Multi-person household: No people stated their religion": 2,
"Multi-person household: Same religion (at least one person has stated a religion but the household may include people who did not state their religion)": 4,
"Multi-person household: No religion (household may include people who did not state their religion)": 3,
"Multi-person household: Same religion and no religion (household may include people who did not state their religion)": 4,
"Multi-person household: At least two different religions stated (household may include people with no religion and who did not state their religion)": 7
}
},
"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!"
}