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/
- Mock server
https://developers.land.tech/_mock/openapi/local_plan_policy/{local_plan_policy_id}
- LandTech API Service
https://app.land.tech/api/local_plan_policy/{local_plan_policy_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/local_plan_policy/038278e1-b3a9-4941-a08e-66fd9610338f \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Response
application/json
{ "data": { "feature": { … } } }
- Mock server
https://developers.land.tech/_mock/openapi/local_plan_policy
- LandTech API Service
https://app.land.tech/api/local_plan_policy
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/local_plan_policy \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"ids": [
"123e4567-e89b-12d3-a456-426614174000"
]
}'
Response
application/json
{ "data": { "features": [ … ] } }
- Mock server
https://developers.land.tech/_mock/openapi/local_plan_policy/lite
- LandTech API Service
https://app.land.tech/api/local_plan_policy/lite
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/local_plan_policy/lite \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"ids": [
"123e4567-e89b-12d3-a456-426614174000"
]
}'
Response
application/json
{ "data": { "features": [ … ] } }