---
title: "Deed"
method: GET
path: "/deed/{deed_reference}"
tags: ["Deed"]
---

# Deed

`GET /deed/{deed_reference}`

The Deed endpoint returns details of a specific deed based on the unique deed reference.
The response includes the Title Number, Property information, Borrower(s) information and deed information.

## Path parameters

- `deed_reference` string, required

## Response `200`

A specific deed is returned

- OperativeDeed
  - `deed` object — Unique deed, consisting of property, borrower and charge information as well as clauses for the deed.
    - `title_number` string — Unique Land Registry identifier for the registered estate.
    - `md_ref` string — Land Registry assigned number for a Mortgage Deed (MD). If you wish to use an existing MD reference please prefix it with e- to comply with our system (eg e-MD12345)
    - `borrowers` Borrower[]
      - `forename` string, required
      - `middle_name` string
      - `surname` string, required
      - `token` string, required
      - `id` string, required
    - `charge_clause` ChargeClause
      - `cre_code` string
      - `description` string
    - `additional_provisions` object[]
      - `additional_provision_code` string
      - `description` string
    - `lender` Lender
      - `address` string
      - `name` string
      - `description` string
    - `effective_clause` string — Text to display the make effective clause
    - `property_address` string — The address of property that the deed relates. This should be supplied in a comma separated format e.g. 30 wakefield rd, plymouth, PL6 3WA
    - `deed_status` string — Current state of the deed

## Other responses

- `404` — Deed not found

---

[API](https://skmtc.dev/landregistry/apis/deed-api.md) · [All operations](https://skmtc.dev/landregistry/apis/deed-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/landregistry/deed-api/revisions/c47fdcc5b8ec/schema)
