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/development_opportunities/{development_opportunities_id}
- LandTech API Service
https://app.land.tech/api/development_opportunities/{development_opportunities_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/development_opportunities/836cc2d8-4596-4bb6-9630-a6429c93305f \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Response
application/json
{ "data": { "feature": { … } } }
- Mock server
https://developers.land.tech/_mock/openapi/development_opportunities
- LandTech API Service
https://app.land.tech/api/development_opportunities
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/development_opportunities \
-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/development_opportunities/lite
- LandTech API Service
https://app.land.tech/api/development_opportunities/lite
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/development_opportunities/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": [ … ] } }