Tenure

England
Wales
gethttps://crystalroof.co.uk/customer-api/housing/tenure/postcode/v1/{location}

Description

This method returns Census 2021 estimates that classify households by tenure.

Tenure of household defines whether a household owns or rents the accommodation that it occupies.

Owner-occupied accommodation can be:

  • owned outright, which is where the household owns all of the accommodation
  • with a mortgage or loan
  • part-owned on a shared ownership scheme

Rented accommodation can be:

  • private rented, for example, rented through a private landlord or letting agent
  • social rented through a local council or housing association

This information is not available for household spaces with no usual residents.

“Tenure of household” is split into 15 categories including total.

The estimates are as at Census Day, 21 March 2021.

Parameters

NameDescription
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.

  • oa - Output area (OA), the smallest geographical area used in the census, comprises 25-40 households and a population of 100-625 persons.
  • lsoa - Lower layer Super Output Area (LSOA), a small geographical area used in the census, comprises 400-1200 households and a population of 1000-3000 persons. Lower layer Super Output Areas (LSOAs) are made up of groups of OAs, usually four or five.
  • msoa - Middle layer Super Output Area (MSOA), a small geographical area used in the census, comprises 2,000-6,000 households and a population of 5,000 and 15,000 persons. MSOAs are made up of groups of LSOAs, usually four or five. MSOAs fit within local authorities.
  • lad - Local Authority District. There are a total of 296 districts in England made up of 36 metropolitan boroughs, 32 London boroughs, 164 two-tier non-metropolitan districts and 62 unitary authorities, City of London district and Isles of Scilly district. In Wales, there are 22 local authorities, which are named principal areas..
  • region - nine regions of England (London, the North East, North West, Yorkshire, East Midlands, West Midlands, South East, East of England and the South West) and Wales as a whole.
  • country - constituent countries of the UK: England, Scotland, Wales and Northern Ireland.
api_key
query
enum

Your API key.

DEMO key allows you to test the method in the W6 0 postcode sector, or in the [[51.492, -0.25], [51.502, -0.225]] rectangle.

Request URL:
https://crystalroof.co.uk/customer-api/housing/tenure/postcode/v1/W60WW?api_key=DEMO
Possible responses with examples
Code
Description
200
Success
{
  "data": {
    "residents": {
      "Total": 85,
      "Owned": 9,
      "Owned: Owns outright": 4,
      "Owned: Owns with a mortgage or loan": 5,
      "Shared ownership": 18,
      "Shared ownership: Shared ownership": 18,
      "Social rented": 41,
      "Social rented: Rents from council or Local Authority": 1,
      "Social rented: Other social rented": 40,
      "Private rented": 17,
      "Private rented: Private landlord or letting agency": 15,
      "Private rented: Other private rented": 2,
      "Lives rent free": 0
    },
    "rank": {
      "Owned": 1,
      "Owned: Owns outright": 1,
      "Owned: Owns with a mortgage or loan": 1,
      "Shared ownership": 7,
      "Shared ownership: Shared ownership": 7,
      "Social rented": 7,
      "Social rented: Rents from council or Local Authority": 1,
      "Social rented: Other social rented": 8,
      "Private rented": 4,
      "Private rented: Private landlord or letting agency": 4,
      "Private rented: Other private rented": 3,
      "Lives rent free": 1
    }
  },
  "dataDate": "2021-03-21",
  "refreshedDate": "2021-03-21"
} 
401
Unauthorized
{
  "error": "No such API key or it is not valid anymore."
} 
402
Payment Required
{
  "error": "You have exhausted the available calls provided by your package."
} 
403
Forbidden
{
  "error": "API key is invalid for the given action."
} 
404
Not Found
{
  "error": "Can't find such location."
} 
429
Too Many Requests
{
  "error": "Too many requests have been sent in one second."
} 
500
Internal Server Error
{
  "error": "We have already started working on a resolution!"
} 
Cookies
This site uses cookies for purposes including analytics, personalization and advertising. By continuing to browse this website you agree to this use. For more information see our Privacy Policy