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/status/auth
- LandTech API Service
https://app.land.tech/api/status/auth
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/status/auth \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Response
application/json
{ "user": { "state": "active" } }