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

# Bulk property details

`POST /properties`

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

## Request body

- BulkPropertyRequest
  - `properties` string[], required — List of property UPRNs (max 200)

## Response `200`

Bulk property details or error response.

- union
  - BulkPropertyResponse
    - `data` object
      - `property` PropertyInformation[]
        - `data` object
          - `propertyInformation` object, nullable — Property Information details. Will be `null` if no data is found.
            - `address` object
              - …
            - `building_height` object, nullable
              - …
            - `epc` object
              - …
  - BulkPropertyError
    - `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)
