Proficiency in English
Description
This method returns Census 2021 estimates that classify usual residents aged 3 years and over by their proficiency in English.
Proficiency in English language is how well people whose main language is not English (English or Welsh in Wales) speak English.
Proficiency in English language is split into 7 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. DEMO key allows you to test the method in the W6 0 postcode sector, or in the [[51.492, -0.25], [51.502, -0.225]] rectangle. |
{
"data": {
"residents": {
"Total": 189,
"Main language is English (English or Welsh in Wales)": 155,
"Main language is not English (English or Welsh in Wales)": 34,
"Main language is not English (English or Welsh in Wales): Can speak English very well": 13,
"Main language is not English (English or Welsh in Wales): Can speak English well": 14,
"Main language is not English (English or Welsh in Wales): Cannot speak English well": 5,
"Main language is not English (English or Welsh in Wales): Cannot speak English": 2
},
"rank": {
"Main language is English (English or Welsh in Wales)": 6,
"Main language is not English (English or Welsh in Wales)": 5,
"Main language is not English (English or Welsh in Wales): Can speak English very well": 4,
"Main language is not English (English or Welsh in Wales): Can speak English well": 5,
"Main language is not English (English or Welsh in Wales): Cannot speak English well": 4,
"Main language is not English (English or Welsh in Wales): Cannot speak English": 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": "Too many requests have been sent in one second."
}
{
"error": "We have already started working on a resolution!"
}