Migrant indicator
Description
This method returns Census 2021 estimates that classify usual residents aged one year and over by their address one year ago, in order to determine their status as a migrant from within or outside the UK.
The migration indicator classifies people based on the difference between their current address and their address one year ago. It provides an indicator of the movement of people within the UK and from outside the UK, in the one-year period before the census.
Migrant Indicator is split into 5 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": 193,
"Address one year ago is the same as the address of enumeration": 176,
"Address one year ago is student term-time or boarding school address in the UK": 0,
"Migrant from within the UK: Address one year ago was in the UK": 15,
"Migrant from outside the UK: Address one year ago was outside the UK": 2
},
"rank": {
"Address one year ago is the same as the address of enumeration": 8,
"Address one year ago is student term-time or boarding school address in the UK": 1,
"Migrant from within the UK: Address one year ago was in the UK": 3,
"Migrant from outside the UK: Address one year ago was outside the UK": 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!"
}