Skip to content

LandTech API (0.3.0)

Search for land parcels and retrieve detailed insights on ownership, planning applications and property details.

Download OpenAPI description
Languages
Servers
Mock server

https://developers.land.tech/_mock/openapi/

LandTech API Service

https://app.land.tech/api/

Getting Started

Endpoints to help you understand how to interact with the API.

Operations

Parcels

Endpoints to search for parcels and associated attributes.

Operations

Ownership

Endpoints to get details about land ownership and property information.

Operations

Planning Applications

Endpoints to search for planning applications and get details on individual applications.

Operations

Local Policy

Endpoint to get details of local plan policies

Operations

Development Constraints

Endpoint to get details of various development constraints. Includes airport, HS2, rail and building (wharf) safeguarding. Also includes article 4 and national landscape data.

Operations

Details about a development constraint

Request

Given a development constraints ID, get details about a development constraint

Security
ApiKeyAuth
Path
development_constraints_idstring(uuid)(DevelopmentConstraintID)required

ID for a specific development constraint

Example: 68a586f6-991f-4604-b179-512b61f9696f
curl -i -X GET \
  https://developers.land.tech/_mock/openapi/development_constraints/68a586f6-991f-4604-b179-512b61f9696f \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Details about a development constraint

Bodyapplication/json
idstring(uuid)
namestring or null
typestring
attributesArray of objects

Attributes containing any additional details about the feature

dataobject
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "attributes": [ {} ], "data": { "feature": {} } }

Bulk - Details about development constraints

Request

Given a set of development constraint IDs, get details about development constraints in bulk

Security
ApiKeyAuth
Bodyapplication/jsonrequired
idsArray of strings<= 50 itemsrequired

List of development constraint IDs (max 50)

Example: ["123e4567-e89b-12d3-a456-426614174000"]
curl -i -X POST \
  https://developers.land.tech/_mock/openapi/development_constraints \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "ids": [
      "123e4567-e89b-12d3-a456-426614174000"
    ]
  }'

Responses

Details about development constraints

Bodyapplication/json
dataobject
Response
application/json
{ "data": { "features": [] } }

Bulk - Details about development constraints (without geometry)

Request

Given a set of development constraint IDs, get details about development constraints in bulk without geometry data

Security
ApiKeyAuth
Bodyapplication/jsonrequired
idsArray of strings<= 50 itemsrequired

List of development constraint IDs (max 50)

Example: ["123e4567-e89b-12d3-a456-426614174000"]
curl -i -X POST \
  https://developers.land.tech/_mock/openapi/development_constraints/lite \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "ids": [
      "123e4567-e89b-12d3-a456-426614174000"
    ]
  }'

Responses

Details about development constraints (without geometry)

Bodyapplication/json
dataobject
Response
application/json
{ "data": { "features": [] } }

Development Opportunities

Endpoint to get details of Named Regeneration Areas and Area Action Plans

Operations

Land Availability Assessment

Endpoint to get details about Land Availability Assessment sites

Operations

Strategic Industrial Location

Endpoint for details on strategic industrial location

Operations

Additional Opportunities

Endpoint to get details of sites from Homes England Land Hub

Operations

Power

Endpoint to get details of substations, lines, cables and towers

Operations

Renewable Energy Planning DB

Endpoint to get details on sites from the Renewable Energy Planning Database

Operations