---
title: "Details about a property"
method: GET
path: "/properties/{uprn}"
tags: ["Ownership"]
---

# Details about a property

`GET /properties/{uprn}`

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

## Path parameters

- `uprn` string, 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.

## Response `200`

Property Information

- PropertyInformation
  - `data` object
    - `propertyInformation` object, nullable — Property Information details. Will be `null` if no data is found.
      - `address` object
        - `uprn` string — The UPRN of the property, e.g. `100010716016`.
        - `full_address` string — The full address of the property.
        - `property_type` string — The type of property (e.g. Residential).
        - `property_state` 'Demolished' | 'In Use' | 'Planning Permission Granted' | 'Under Construction' | 'Unoccupied/Vacant/Derelict', nullable — The current state of the property (e.g. In Use).
        - `property_class_code` string — The Ordnance Survey classification code of the property (e.g. RD03).
        - `use_class` string, nullable — The use class of the property (e.g. Residential (C3)).
      - `building_height` object, nullable
        - `highest_point` number, float, nullable — The highest point of the building in meters.
        - `roof_height` number, float, nullable — The roof height of the building in meters.
        - `no_floors_estimate` integer, nullable — The estimated number of floors in the building.
      - `epc` object
        - `current_energy_rating` string, nullable — The energy rating given in the most recent EPC
        - `potential_energy_rating` string, nullable — The potential energy rating that could be achievable in the property as listed by the EPC
        - `total_floor_area` number, float, nullable — The floor area as listed on the EPC in square metres

## Other responses

- `403` — Forbidden
- `404` — UPRN not supplied

---

[API](https://skmtc.net/land/apis/landtech-api.md) · [All operations](https://skmtc.net/land/apis/landtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/land/landtech-api/versions/4608786ac394/schema)
