Religion
Description
This method returns Census 2021 estimates that classify usual residents by religion.
Religion is the religion people connect or identify with (their religious affiliation), whether or not they practise or have belief in it. This question was voluntary and includes people who identified with one of eight tick-box response options, including "No religion", alongside those who chose not to answer this question.
Religion is split into 10 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": 195,
"No religion": 47,
"Christian": 84,
"Buddhist": 0,
"Hindu": 0,
"Jewish": 5,
"Muslim": 44,
"Sikh": 1,
"Other religion": 5,
"Not answered": 9
},
"rank": {
"No religion": 3,
"Christian": 5,
"Buddhist": 1,
"Hindu": 1,
"Jewish": 3,
"Muslim": 5,
"Sikh": 2,
"Other religion": 6,
"Not answered": 3
}
},
"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!"
}