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_constraints/{development_constraints_id}
- LandTech API Service
https://app.land.tech/api/development_constraints/{development_constraints_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'
Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "attributes": [ { … } ], "data": { "feature": { … } } }
- Mock server
https://developers.land.tech/_mock/openapi/development_constraints
- LandTech API Service
https://app.land.tech/api/development_constraints
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
]
}'
Response
application/json
{ "data": { "features": [ … ] } }
- Mock server
https://developers.land.tech/_mock/openapi/development_constraints/lite
- LandTech API Service
https://app.land.tech/api/development_constraints/lite
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
]
}'
Response
application/json
{ "data": { "features": [ … ] } }