---
title: "Details of a registered title"
method: GET
path: "/titles/{title_number}"
tags: ["Ownership"]
---

# Details of a registered title

`GET /titles/{title_number}`

Get information about a title, given a HM Land Registry title number.

## Path parameters

- `title_number` string, required — The title number is a unique identifier for registered land in England and Wales, governed by HM Land Registry.

## Response `200`

Title details found

- TitleDetails — Full details of a land title.
  - `data` object
    - `title` object
      - `title_no` string — The title number is a unique identifier for registered land in England and Wales, governed by HM Land Registry.
      - `tenure` 'FREEHOLD' | 'LEASEHOLD' | 'UNKNOWN_OTHER' — The tenure type of the title.
      - `addresses` string[] — The associated property address. Can be empty.
      - `registered_lease` RegisteredLease, nullable — Details of a registered lease.
        - `start_date` string, date-time — Lease start date.
        - `end_date` string, date-time — Lease end date.
      - `properties` UPRN[] — A list of Unique Property Reference Numbers (UPRNs) formally associated with the title's land parcel. Can be empty.
      - `properties_intersects` UPRN[] — A list of Unique Property Reference Numbers (UPRNs) that reside within the title's land parcel, but are not formally associated with the title. Can be empty.
      - `owners` OwnerDetails[] — A list of registered owners. Can be empty.
        - `last_ownership_change` string, date-time, nullable — Date of last ownership change.
        - `company` object — Details of ultimate ownership of a company.
          - `company_no` string, nullable — The company's registered number (if available).
          - `name` string — Name of the company.
          - `addresses` string[] — The associated property address. Can be empty.
          - `proprietorship` string — Type of proprietorship.
          - `is_foreign` boolean, nullable — Whether the company is foreign owned.
          - `ultimate_owners` object[] — List of ultimate owning companies.
            - `holding_max` number, nullable — Maximum percentage of ownership (if available).
            - `company` Company — Details of a company that owns the title.
              - …

## Other responses

- `403` — Forbidden

---

[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)
