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

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

Details about a Homes England Land Hub site

Request

Given an additional opportunity ID, get details about a Homes England Land Hub site

Security
ApiKeyAuth
Path
additional_opportunities_idstring(uuid)(AdditionalOpportunityID)required

ID for a specific homes england land hub site

Example: 1540e735-9df0-4095-8df2-03f370847609
curl -i -X GET \
  https://developers.land.tech/_mock/openapi/additional_opportunities/1540e735-9df0-4095-8df2-03f370847609 \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Details about a Homes England Land Hub site

Bodyapplication/json
dataobject
Response
application/json
{ "data": { "feature": {} } }

Bulk - Details about Homes England Land Hub sites

Request

Given a set of additional opportunity IDs, get details about Homes England Land Hub sites in bulk

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

List of additional opportunity IDs (max 50)

Example: ["1679c94a-2158-462f-b924-18acf92e7949"]
curl -i -X POST \
  https://developers.land.tech/_mock/openapi/additional_opportunities \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "ids": [
      "1679c94a-2158-462f-b924-18acf92e7949"
    ]
  }'

Responses

Details about Homes England Land Hub sites

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

Bulk - Details about Homes England Land Hub sites (without geometry)

Request

Given a set of additional opportunity IDs, get details about Homes England Land Hub sites in bulk without geometry data

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

List of additional opportunity IDs (max 50)

Example: ["1679c94a-2158-462f-b924-18acf92e7949"]
curl -i -X POST \
  https://developers.land.tech/_mock/openapi/additional_opportunities/lite \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "ids": [
      "1679c94a-2158-462f-b924-18acf92e7949"
    ]
  }'

Responses

Details about Homes England Land Hub sites (without geometry)

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

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