Occupation
Description
This method returns Census 2021 estimates that classify usual residents aged 16 years and over in employment the week before the census in England and Wales by occupation.
This dataset classifies what people aged 16 years and over do as their main job. Their job title or details of activities they do in their job and any supervisory or management responsibilities form this classification. This information is used to code responses to an occupation using the Standard Occupational Classification (SOC) 2020. It classifies people who were in employment between 15 March and 21 March 2021, by the SOC code that represents their current occupation. The lowest level of detail available is the four-digit SOC code which includes all codes in three, two and one digit SOC code levels.
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": 98,
"1. Managers, directors and senior officials": 9,
"2. Professional occupations": 39,
"3. Associate professional and technical occupations": 12,
"4. Administrative and secretarial occupations": 6,
"5. Skilled trades occupations": 7,
"6. Caring, leisure and other service occupations": 13,
"7. Sales and customer service occupations": 4,
"8. Process, plant and machine operatives": 3,
"9. Elementary occupations": 5
},
"rank": {
"1. Managers, directors and senior officials": 3,
"2. Professional occupations": 8,
"3. Associate professional and technical occupations": 4,
"4. Administrative and secretarial occupations": 3,
"5. Skilled trades occupations": 3,
"6. Caring, leisure and other service occupations": 6,
"7. Sales and customer service occupations": 2,
"8. Process, plant and machine operatives": 2,
"9. Elementary occupations": 2
}
},
"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!"
}