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/renewable_energy_planning_db/{repd_id}
- LandTech API Service
https://app.land.tech/api/renewable_energy_planning_db/{repd_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/renewable_energy_planning_db/947fa210-e051-4256-829e-5f3de5bacbd3 \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Response
application/json
{ "data": { "feature": { … } } }
- Mock server
https://developers.land.tech/_mock/openapi/renewable_energy_planning_db
- LandTech API Service
https://app.land.tech/api/renewable_energy_planning_db
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/renewable_energy_planning_db \
-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/renewable_energy_planning_db/lite
- LandTech API Service
https://app.land.tech/api/renewable_energy_planning_db/lite
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/renewable_energy_planning_db/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": [ … ] } }