Year of arrival in UK
Description
This method returns Census 2021 estimates that classify usual residents by their year of arrival in the UK.
Year of arrival in the UK is the year someone not born in the UK last arrived in the UK. This does not include returning from short visits away from the UK.
Year of arrival in UK is split into 13 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": 195,
"Born in the UK": 101,
"Arrived before 1951": 0,
"Arrived 1951 to 1960": 0,
"Arrived 1961 to 1970": 3,
"Arrived 1971 to 1980": 5,
"Arrived 1981 to 1990": 17,
"Arrived 1991 to 2000": 23,
"Arrived 2001 to 2010": 25,
"Arrived 2011 to 2013": 2,
"Arrived 2014 to 2016": 7,
"Arrived 2017 to 2019": 11,
"Arrived 2020 to 2021": 1
},
"rank": {
"Born in the UK": 3,
"Arrived before 1951": 1,
"Arrived 1951 to 1960": 1,
"Arrived 1961 to 1970": 4,
"Arrived 1971 to 1980": 5,
"Arrived 1981 to 1990": 9,
"Arrived 1991 to 2000": 8,
"Arrived 2001 to 2010": 7,
"Arrived 2011 to 2013": 2,
"Arrived 2014 to 2016": 4,
"Arrived 2017 to 2019": 5,
"Arrived 2020 to 2021": 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!"
}