NS-SeC (Occupation types, Affluence)
Description
This method returns Census 2021 estimates that classify usual residents aged 16 years and over by National Statistics Socio-economic Classification (NS-SEC).
The National Statistics Socio-economic Classification (NS-SEC) indicates a person's socio-economic position based on their occupation and other job characteristics.
It is an Office for National Statistics standard classification. NS-SEC categories are assigned based on a person's occupation, whether employed, self-employed, or supervising other employees.
Full-time students are recorded in the "full-time students" category regardless of whether they are economically active.
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": 157,
"L1, L2 and L3 Higher managerial, administrative and professional occupations": 25,
"L4, L5 and L6 Lower managerial, administrative and professional occupations": 42,
"L7 Intermediate occupations": 10,
"L8 and L9 Small employers and own account workers": 12,
"L10 and L11 Lower supervisory and technical occupations": 6,
"L12 Semi-routine occupations": 16,
"L13 Routine occupations": 10,
"L14.1 and L14.2 Never worked and long-term unemployed": 19,
"L15 Full-time students": 17,
"L1, L2, L3, L4, L5 and L6 Managerial, administrative, and professional occupations": 67,
"L7, L8, and L9 Intermediate occupations": 22,
"L10, L11, L12, and L13 Routine and manual occupations": 32
},
"rank": {
"L1, L2 and L3 Higher managerial, administrative and professional occupations": 5,
"L4, L5 and L6 Lower managerial, administrative and professional occupations": 7,
"L7 Intermediate occupations": 2,
"L8 and L9 Small employers and own account workers": 3,
"L10 and L11 Lower supervisory and technical occupations": 3,
"L12 Semi-routine occupations": 4,
"L13 Routine occupations": 2,
"L14.1 and L14.2 Never worked and long-term unemployed": 5,
"L15 Full-time students": 4,
"L1, L2, L3, L4, L5 and L6 Managerial, administrative, and professional occupations": 7,
"L7, L8, and L9 Intermediate occupations": 3,
"L10, L11, L12, and L13 Routine and manual occupations": 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!"
}