v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Ownership

Details of a registered title

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

get/titles/{title_number}

Path parameters

title_numberstring required

The title number is a unique identifier for registered land in England and Wales, governed by HM Land Registry.

Example:WT77573

Title number for a parcel of land.

Response

Title details found

Example response

{
  "data": {
    "title": {
      "title_no": "WT77573",
      "tenure": "FREEHOLD",
      "addresses": [
        "Unipart House, Cowley, Oxford, OX4 2PG"
      ],
      "registered_lease": {
        "start_date": "1987-12-18T00:00:00.000Z",
        "end_date": "2112-12-18T00:00:00.000Z"
      },
      "properties": [
        "100080312053"
      ],
      "properties_intersects": [
        "10091868676",
        "10023302495"
      ],
      "owners": [
        {
          "last_ownership_change": "2008-10-13T00:00:00.000Z",
          "company": {
            "company_no": "02127408",
            "name": "REDWOOD (LIGHT INDUSTRIAL) PROPCO LIMITED",
            "addresses": [
              "Unipart House, Cowley, Oxford, OX4 2PG"
            ],
            "proprietorship": "Private Limited Company",
            "is_foreign": true,
            "ultimate_owners": [
              {
                "holding_max": 50,
                "company": {
                  "company_no": "02127408",
                  "name": "REDWOOD (LIGHT INDUSTRIAL) PROPCO LIMITED",
                  "addresses": [
                    "Unipart House, Cowley, Oxford, OX4 2PG"
                  ],
                  "proprietorship": "Private Limited Company",
                  "is_foreign": true
                }
              }
            ]
          }
        }
      ]
    }
  }
}