v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Ownership

Details about a property

Get information about a property, given a Unique Property Reference Number (UPRN).

get/properties/{uprn}

Path parameters

uprnstring required

Unique Property Reference Number (UPRN) is a unique numeric identifier for every addressable location in Great Britain, found in Ordnance Survey's AddressBase products.

UPRN for a specific property.

Response

Property Information

Example response

{
  "data": {
    "propertyInformation": {
      "address": {
        "uprn": "100010716016",
        "full_address": "29 Acacia Road, Nuttytown, B4 4NA",
        "property_type": "Shop / Showroom",
        "property_state": "In Use",
        "property_class_code": "RD03",
        "use_class": "Residential (C3)"
      },
      "building_height": {
        "highest_point": 6.4,
        "roof_height": 6.1,
        "no_floors_estimate": 1
      },
      "epc": {
        "current_energy_rating": "C",
        "potential_energy_rating": "B",
        "total_floor_area": 160.23
      }
    }
  }
}