---
title: "Bulk title details"
method: POST
path: "/titles"
tags: ["Ownership"]
---

# Bulk title details

`POST /titles`

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

## Request body

- BulkTitleRequest
  - `titles` string[], required — List of title numbers (max 200)

## Response `200`

Bulk title details or error response.

- union
  - BulkTitleResponse
    - `data` object
      - `title` TitleDetails[]
        - `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.
              - …
            - `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.
              - …
  - BulkTitleError
    - `errors` object[], required
      - `message` string, required
      - `locations` object[]
        - `line` integer
        - `column` integer
      - `extensions` object
        - `code` string

---

[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/revisions/4608786ac394/schema)
