v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Ownership

Bulk property details

Fetch details for up to 200 properties in a single request.

post/properties

Request body

propertiesstring[] required

List of property UPRNs (max 200)

Example request

{
  "properties": [
    "100023523019"
  ]
}

Response

Bulk property details or error response.

OR

Example response

{
  "data": {
    "property": [
      {
        "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
            }
          }
        }
      }
    ]
  }
}