Economic activity status
Description
This method returns Census 2021 estimates that classify usual residents aged 16 years and over by economic activity status.
People aged 16 years and over are economically active if, between 15 March and 21 March 2021, they were:
- in employment (an employee or self-employed)
- unemployed, but looking for work and could start within two weeks
- unemployed, but waiting to start a job that had been offered and accepted
It is a measure of whether or not a person was an active participant in the labour market during this period. Economically inactive are those aged 16 years and over who did not have a job between 15 March to 21 March 2021 and had not looked for work between 22 February to 21 March 2021 or could not start work within two weeks.
The census definition differs from International Labour Organization definition used on the Labour Force Survey, so estimates are not directly comparable.
This classification splits out full-time students from those who are not full-time students when they are employed or unemployed. It is recommended to sum these together to look at all of those in employment or unemployed, or to use the four category labour market classification, if you want to look at all those with a particular labour market status.
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": 154,
"Economically active (excluding full-time students)": 102,
"Economically active (excluding full-time students):In employment": 96,
"Economically active (excluding full-time students):In employment:Employee": 81,
"Economically active (excluding full-time students): In employment: Employee: Part-time": 27,
"Economically active (excluding full-time students): In employment: Employee: Full-time": 54,
"Economically active (excluding full-time students):In employment:Self-employed with employees": 2,
"Economically active (excluding full-time students): In employment: Self-employed with employees: Part-time": 0,
"Economically active (excluding full-time students): In employment: Self-employed with employees: Full-time": 2,
"Economically active (excluding full-time students):In employment:Self-employed without employees": 13,
"Economically active (excluding full-time students): In employment: Self-employed without employees: Part-time": 6,
"Economically active (excluding full-time students): In employment: Self-employed without employees: Full-time": 7,
"Economically active (excluding full-time students): Unemployed": 6,
"Economically active and a full-time student": 1,
"Economically active and a full-time student:In employment": 1,
"Economically active and a full-time student:In employment:Employee": 1,
"Economically active and a full-time student: In employment: Employee: Part-time": 1,
"Economically active and a full-time student: In employment: Employee: Full-time": 0,
"Economically active and a full-time student:In employment:Self-employed with employees": 0,
"Economically active and a full-time student: In employment: Self-employed with employees: Part-time": 0,
"Economically active and a full-time student: In employment: Self-employed with employees: Full-time": 0,
"Economically active and a full-time student:In employment:Self-employed without employees": 0,
"Economically active and a full-time student: In employment: Self-employed without employees: Part-time": 0,
"Economically active and a full-time student: In employment: Self-employed without employees: Full-time": 0,
"Economically active and a full-time student: Unemployed": 0,
"Economically inactive": 51,
"Economically inactive: Retired": 10,
"Economically inactive: Student": 16,
"Economically inactive: Looking after home or family": 10,
"Economically inactive: Long-term sick or disabled": 12,
"Economically inactive: Other": 3
},
"rank": {
"Economically active (excluding full-time students)": 7,
"Economically active (excluding full-time students):In employment": 7,
"Economically active (excluding full-time students):In employment:Employee": 7,
"Economically active (excluding full-time students): In employment: Employee: Part-time": 8,
"Economically active (excluding full-time students): In employment: Employee: Full-time": 5,
"Economically active (excluding full-time students):In employment:Self-employed with employees": 3,
"Economically active (excluding full-time students): In employment: Self-employed with employees: Part-time": 1,
"Economically active (excluding full-time students): In employment: Self-employed with employees: Full-time": 4,
"Economically active (excluding full-time students):In employment:Self-employed without employees": 5,
"Economically active (excluding full-time students): In employment: Self-employed without employees: Part-time": 5,
"Economically active (excluding full-time students): In employment: Self-employed without employees: Full-time": 4,
"Economically active (excluding full-time students): Unemployed": 5,
"Economically active and a full-time student": 1,
"Economically active and a full-time student:In employment": 2,
"Economically active and a full-time student:In employment:Employee": 2,
"Economically active and a full-time student: In employment: Employee: Part-time": 2,
"Economically active and a full-time student: In employment: Employee: Full-time": 1,
"Economically active and a full-time student:In employment:Self-employed with employees": 1,
"Economically active and a full-time student: In employment: Self-employed with employees: Part-time": 1,
"Economically active and a full-time student: In employment: Self-employed with employees: Full-time": 1,
"Economically active and a full-time student:In employment:Self-employed without employees": 1,
"Economically active and a full-time student: In employment: Self-employed without employees: Part-time": 1,
"Economically active and a full-time student: In employment: Self-employed without employees: Full-time": 1,
"Economically active and a full-time student: Unemployed": 1,
"Economically inactive": 4,
"Economically inactive: Retired": 1,
"Economically inactive: Student": 5,
"Economically inactive: Looking after home or family": 5,
"Economically inactive: Long-term sick or disabled": 5,
"Economically inactive: Other": 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!"
}