LandTech API (0.3.0)
Search for land parcels and retrieve detailed insights on ownership, planning applications and property details.
https://developers.land.tech/_mock/openapi/
https://app.land.tech/api/
- Mock server
https://developers.land.tech/_mock/openapi/planning-applications/search
- LandTech API Service
https://app.land.tech/api/planning-applications/search
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/planning-applications/search \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"geometry": {
"type": "Point",
"coordinates": [
-0.12755,
51.5073
]
}
}'
- Mock server
https://developers.land.tech/_mock/openapi/planning-applications/{gss_code}/{ref}
- LandTech API Service
https://app.land.tech/api/planning-applications/{gss_code}/{ref}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/planning-applications/E09000033/16%2F11109%2FFULL \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Planning application details
Number of residential units we have identified the application is for.
Address of the property the application is for.
Description of the planning application.
URL to the planning authority's page. Where possible this links directly to the planning application.
Identified "types" of the application
Current status of the application, e.g. Decided.
The decision on the application, e.g. Permit.
Date the application was received by the authority.
Date the decision was made on the application.
Address of the agent who submitted the application.
Normalized status of the application.
When the application was last processed by LandTech.
Classification of the application.
Flag stating that we have identified a number of residential units (dwellings).
A list of "tags" which describe features of the application. Often identifies a specific use class, or can be more generic such as "Demolition", "Hotel" or "Care Home".
The Planning Inspectorate (PINS) Reference Number
Appeal reason (this field is only populated for certain types of appeals)
Local Planning Authority application reference number relating to the appeal
Local Planning Authority Name, if known
Address of the site
If the Jurisdiction is Transferred then it is the date of the decision made by the Planning Inspectorate (PINS). If the Jurisdiction is Secretary of State then it is the date that the report was sent to the Secretary of State
Date received in Planning Inspectorate (PINS)
Development type being appealed
Date the appeal was processed by LandTech
Flag indicating "types_derived" includes "Full Application"
Flag indicating "types_derived" includes "Discharge of Conditions"
Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)
Flag indicating "types_derived" includes "Reserved Matters"
Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)
Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)
Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)
Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.
{ "id": "E09000033+16/02592/LBC", "gss_code": "E09000033", "ref": "16/02592/LBC", "num_dwellings": 1, "address": "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR", "title": "Internal and external alterations of the lodge including general internal and external repairs and refurbishment.", "location": { "type": "Point", "coordinates": [ … ] }, "boundary": { "type": "MultiPolygon", "coordinates": [ … ] }, "url": "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00", "types_derived": [ "Full Application" ], "status": "Permission with conditions", "decision": "Permission with conditions", "date_received": "2016-07-07T00:00:00.000Z", "decision_date": "2016-09-21T00:00:00.000Z", "agent_address": "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP", "agent_name": "Joe Doe", "applicant_name": "John Smith", "status_derived": "Approved", "updated": "2023-05-26T03:09:36.191Z", "classification": "RESIDENTIAL", "size": 1, "found_num_dwellings": false, "tags": [ "Hotel", "Demolition", "Retail (A1)", "Restaurants and cafés (A3)", "Office (B1)" ], "appeal_case_number": "1234567", "appeal_type_of_appeal": "Planning Appeal", "appeal_type_reason": "1. Refused planning permission", "appeal_application_ref": "P1284/13/OUT", "appeal_planning_authority_name": "London Borough of Barnet", "appeal_site_address": "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT", "appeal_decision": "Dismissed", "appeal_decision_date": "2017-08-02T00:00:00.000Z", "appeal_received_date": "2014-05-15T00:00:00.000Z", "appeal_development_type": "Householder developments", "appeal_inspector_name": "James Smith", "appeal_appellant": "James Thompson", "appeal_updated_at": "2023-05-26T03:09:36.191Z", "is_full_application": false, "is_outline": false, "is_discharge_of_conditions": false, "is_gpdr": false, "is_reserved_matters": false, "is_tpo": false, "is_listed_building": true, "is_eia": false, "is_change_of_use": false, "is_uncategorised": false, "is_minor": false, "related_applications": [ { … } ] }
- Mock server
https://developers.land.tech/_mock/openapi/planning-applications/{app_id}
- LandTech API Service
https://app.land.tech/api/planning-applications/{app_id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://developers.land.tech/_mock/openapi/planning-applications/E07000112%2BY18%2F1381%2FFH \
-H 'X-API-Key: YOUR_API_KEY_HERE'
Planning application details
Number of residential units we have identified the application is for.
Address of the property the application is for.
Description of the planning application.
URL to the planning authority's page. Where possible this links directly to the planning application.
Identified "types" of the application
Current status of the application, e.g. Decided.
The decision on the application, e.g. Permit.
Date the application was received by the authority.
Date the decision was made on the application.
Address of the agent who submitted the application.
Normalized status of the application.
When the application was last processed by LandTech.
Classification of the application.
Flag stating that we have identified a number of residential units (dwellings).
A list of "tags" which describe features of the application. Often identifies a specific use class, or can be more generic such as "Demolition", "Hotel" or "Care Home".
The Planning Inspectorate (PINS) Reference Number
Appeal reason (this field is only populated for certain types of appeals)
Local Planning Authority application reference number relating to the appeal
Local Planning Authority Name, if known
Address of the site
If the Jurisdiction is Transferred then it is the date of the decision made by the Planning Inspectorate (PINS). If the Jurisdiction is Secretary of State then it is the date that the report was sent to the Secretary of State
Date received in Planning Inspectorate (PINS)
Development type being appealed
Date the appeal was processed by LandTech
Flag indicating "types_derived" includes "Full Application"
Flag indicating "types_derived" includes "Discharge of Conditions"
Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)
Flag indicating "types_derived" includes "Reserved Matters"
Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)
Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)
Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)
Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.
{ "id": "E09000033+16/02592/LBC", "gss_code": "E09000033", "ref": "16/02592/LBC", "num_dwellings": 1, "address": "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR", "title": "Internal and external alterations of the lodge including general internal and external repairs and refurbishment.", "location": { "type": "Point", "coordinates": [ … ] }, "boundary": { "type": "MultiPolygon", "coordinates": [ … ] }, "url": "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00", "types_derived": [ "Full Application" ], "status": "Permission with conditions", "decision": "Permission with conditions", "date_received": "2016-07-07T00:00:00.000Z", "decision_date": "2016-09-21T00:00:00.000Z", "agent_address": "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP", "agent_name": "Joe Doe", "applicant_name": "John Smith", "status_derived": "Approved", "updated": "2023-05-26T03:09:36.191Z", "classification": "RESIDENTIAL", "size": 1, "found_num_dwellings": false, "tags": [ "Hotel", "Demolition", "Retail (A1)", "Restaurants and cafés (A3)", "Office (B1)" ], "appeal_case_number": "1234567", "appeal_type_of_appeal": "Planning Appeal", "appeal_type_reason": "1. Refused planning permission", "appeal_application_ref": "P1284/13/OUT", "appeal_planning_authority_name": "London Borough of Barnet", "appeal_site_address": "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT", "appeal_decision": "Dismissed", "appeal_decision_date": "2017-08-02T00:00:00.000Z", "appeal_received_date": "2014-05-15T00:00:00.000Z", "appeal_development_type": "Householder developments", "appeal_inspector_name": "James Smith", "appeal_appellant": "James Thompson", "appeal_updated_at": "2023-05-26T03:09:36.191Z", "is_full_application": false, "is_outline": false, "is_discharge_of_conditions": false, "is_gpdr": false, "is_reserved_matters": false, "is_tpo": false, "is_listed_building": true, "is_eia": false, "is_change_of_use": false, "is_uncategorised": false, "is_minor": false, "related_applications": [ { … } ] }
- Mock server
https://developers.land.tech/_mock/openapi/planning-applications
- LandTech API Service
https://app.land.tech/api/planning-applications
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.land.tech/_mock/openapi/planning-applications \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"planning_applications": [
"E07000112+Y18/1381/FH",
"E09000033+16/02592/LBC"
]
}'
Planning application details
Number of residential units we have identified the application is for.
Address of the property the application is for.
Description of the planning application.
URL to the planning authority's page. Where possible this links directly to the planning application.
Identified "types" of the application
Current status of the application, e.g. Decided.
The decision on the application, e.g. Permit.
Date the application was received by the authority.
Date the decision was made on the application.
Address of the agent who submitted the application.
Normalized status of the application.
When the application was last processed by LandTech.
Classification of the application.
Flag stating that we have identified a number of residential units (dwellings).
A list of "tags" which describe features of the application. Often identifies a specific use class, or can be more generic such as "Demolition", "Hotel" or "Care Home".
The Planning Inspectorate (PINS) Reference Number
Appeal reason (this field is only populated for certain types of appeals)
Local Planning Authority application reference number relating to the appeal
Local Planning Authority Name, if known
Address of the site
If the Jurisdiction is Transferred then it is the date of the decision made by the Planning Inspectorate (PINS). If the Jurisdiction is Secretary of State then it is the date that the report was sent to the Secretary of State
Date received in Planning Inspectorate (PINS)
Development type being appealed
Date the appeal was processed by LandTech
Flag indicating "types_derived" includes "Full Application"
Flag indicating "types_derived" includes "Discharge of Conditions"
Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)
Flag indicating "types_derived" includes "Reserved Matters"
Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)
Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)
Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)
Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.
[ { "id": "E09000033+16/02592/LBC", "gss_code": "E09000033", "ref": "16/02592/LBC", "num_dwellings": 1, "address": "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR", "title": "Internal and external alterations of the lodge including general internal and external repairs and refurbishment.", "location": { … }, "boundary": { … }, "url": "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00", "types_derived": [ … ], "status": "Permission with conditions", "decision": "Permission with conditions", "date_received": "2016-07-07T00:00:00.000Z", "decision_date": "2016-09-21T00:00:00.000Z", "agent_address": "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP", "agent_name": "Joe Doe", "applicant_name": "John Smith", "status_derived": "Approved", "updated": "2023-05-26T03:09:36.191Z", "classification": "RESIDENTIAL", "size": 1, "found_num_dwellings": false, "tags": [ … ], "appeal_case_number": "1234567", "appeal_type_of_appeal": "Planning Appeal", "appeal_type_reason": "1. Refused planning permission", "appeal_application_ref": "P1284/13/OUT", "appeal_planning_authority_name": "London Borough of Barnet", "appeal_site_address": "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT", "appeal_decision": "Dismissed", "appeal_decision_date": "2017-08-02T00:00:00.000Z", "appeal_received_date": "2014-05-15T00:00:00.000Z", "appeal_development_type": "Householder developments", "appeal_inspector_name": "James Smith", "appeal_appellant": "James Thompson", "appeal_updated_at": "2023-05-26T03:09:36.191Z", "is_full_application": false, "is_outline": false, "is_discharge_of_conditions": false, "is_gpdr": false, "is_reserved_matters": false, "is_tpo": false, "is_listed_building": true, "is_eia": false, "is_change_of_use": false, "is_uncategorised": false, "is_minor": false, "related_applications": [ … ] } ]