Skip to content

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/

Getting Started

Endpoints to help you understand how to interact with the API.

Operations

Parcels

Endpoints to search for parcels and associated attributes.

Operations

Ownership

Endpoints to get details about land ownership and property information.

Operations

Planning Applications

Endpoints to search for planning applications and get details on individual applications.

Operations

Search for planning applications

Request

Given a geometry, get a list of planning application references, grouped by the planning authority GSS code.

Security
ApiKeyAuth
Bodyapplication/jsonrequired

A payload, including a GeoJSON geometry.

geometryPoint (object) or Polygon (object) or MultiPolygon (object)
One of:

GeoJSON Point

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
      ]
    }
  }'

Responses

Planning Application Refs

Bodyapplication/json
applicationsArray of objects(PlanningApplicationRefs)required
applications[].​gss_codestring^[EWS]\d{8}$required

The GSS code of a planning authority, e.g. E09000033.

Example: "E09000033"
applications[].​refsArray of stringsnon-emptyrequired
Example: ["16/02592/LBC"]
Response
application/json
{ "applications": [ {} ] }

Details of a planning application

Request

Get detailed information about a planning application, given its local authority GSS code and application reference.

Security
ApiKeyAuth
Path
gss_codestring(GSSCode)^[EWS]\d{8}$required

The GSS code of a planning authority, e.g. E09000033.

Example: E09000033
refstringnon-emptyrequired

The planning application reference declared by the planning authority. It may contain slashes, e.g. 16/11109/FULL. It's sensible, but not necessary, to "URL encode" this value.

Example: 16%2F11109%2FFULL
curl -i -X GET \
  https://developers.land.tech/_mock/openapi/planning-applications/E09000033/16%2F11109%2FFULL \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Planning application details

Bodyapplication/json
idstring

Internal LandTech ID of the planning application.

Example: "E09000033+16/02592/LBC"
gss_codestring^[EWS]\d{8}$

GSS code of the planning authority.

Example: "E09000033"
refstring

Reference number used by the planning authority.

Example: "16/02592/LBC"
num_dwellingsnumber

Number of residential units we have identified the application is for.

Example: 1
addressstring

Address of the property the application is for.

Example: "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR"
titlestring

Description of the planning application.

Example: "Internal and external alterations of the lodge including general internal and external repairs and refurbishment."
locationobject

GeoJSON Point

boundaryobject or null

GeoJSON MultiPolygon

urlstring or null

URL to the planning authority's page. Where possible this links directly to the planning application.

Example: "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00"
types_derivedArray of strings

Identified "types" of the application

Items Enum"Full Application""Outline""Discharge of Conditions""GPDR""Reserved Matters""TPO""Listed Building""EIA""Change of Use""Proposal of Application Notice"
statusstring or null

Current status of the application, e.g. Decided.

Example: "Permission with conditions"
decisionstring or null

The decision on the application, e.g. Permit.

Example: "Permission with conditions"
date_receivedstring(date-time)

Date the application was received by the authority.

Example: "2016-07-07T00:00:00.000Z"
decision_datestring or null(date-time)

Date the decision was made on the application.

Example: "2016-09-21T00:00:00.000Z"
agent_addressstring or null

Address of the agent who submitted the application.

Example: "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP"
agent_namestring or null

Name of the agent who submitted the application.

Example: "Joe Doe"
applicant_namestring or null

Name of the person who submitted the application.

Example: "John Smith"
status_derivedstring

Normalized status of the application.

Enum"Approved""Rejected""Pending""Withdrawn""Unknown"
Example: "Approved"
updatedstring(date-time)

When the application was last processed by LandTech.

Example: "2023-05-26T03:09:36.191Z"
classificationstring

Classification of the application.

Enum"RESIDENTIAL""COMMERCIAL""MIXED_USE""OTHER"
Example: "RESIDENTIAL"
sizenumber

Same as num_dwellings.

Example: 1
found_num_dwellingsboolean

Flag stating that we have identified a number of residential units (dwellings).

Example: false
tagsArray of strings or null

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".

Example: ["Hotel","Demolition","Retail (A1)","Restaurants and cafés (A3)","Office (B1)"]
appeal_case_numberstring or null^\d{7}$

The Planning Inspectorate (PINS) Reference Number

Example: "1234567"
appeal_type_of_appealstring or null

Appeal type

Example: "Planning Appeal"
appeal_type_reasonstring or null

Appeal reason (this field is only populated for certain types of appeals)

Example: "1. Refused planning permission"
appeal_application_refstring or null

Local Planning Authority application reference number relating to the appeal

Example: "P1284/13/OUT"
appeal_planning_authority_namestring or null

Local Planning Authority Name, if known

Example: "London Borough of Barnet"
appeal_site_addressstring or null

Address of the site

Example: "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT"
appeal_decisionstring or null

Appeal decision

Example: "Dismissed"
appeal_decision_datestring or null

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

Example: "2017-08-02T00:00:00.000Z"
appeal_received_datestring or null(date-time)

Date received in Planning Inspectorate (PINS)

Example: "2014-05-15T00:00:00.000Z"
appeal_development_typestring or null

Development type being appealed

Example: "Householder developments"
appeal_inspector_namestring or null

Planning Inspector's name, if known

Example: "James Smith"
appeal_appellantstring or null

Appellant's name

Example: "James Thompson"
appeal_updated_atstring or null(date-time)

Date the appeal was processed by LandTech

Example: "2023-05-26T03:09:36.191Z"
is_full_applicationboolean

Flag indicating "types_derived" includes "Full Application"

Example: false
is_outlineboolean

Flag indicating "types_derived" includes "Outline"

Example: false
is_discharge_of_conditionsboolean

Flag indicating "types_derived" includes "Discharge of Conditions"

Example: false
is_gpdrboolean

Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)

Example: false
is_reserved_mattersboolean

Flag indicating "types_derived" includes "Reserved Matters"

Example: false
is_tpoboolean

Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)

Example: false
is_listed_buildingboolean

Flag indicating "types_derived" includes "Listed Building"

Example: true
is_eiaboolean

Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)

Example: false
is_change_of_useboolean

Flag indicating "types_derived" includes "Change of Use"

Example: false
is_uncategorisedboolean

Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)

Example: false
is_minorboolean

Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.

Example: false
related_applicationsArray of objects

Related planning applications

Response
application/json
{ "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": [ {} ] }

Details of a planning application via app ID

Request

Get detailed information about a planning application, given a unique planning application ID e.g. a local authority GSS code and reference separated by a plus sign (+).

Security
ApiKeyAuth
Path
app_idstring(PlanningApplicationId)^[EWS]\d{8}(?:\+|%2B)[\w\-\/%]+$required

An ID comprised of a GSS code and ref separated by a plus sign (+) e.g. E07000112+Y18/1381/FH. It's sensible, but not necessary, to "URL encode" this value.

Example: E07000112%2BY18%2F1381%2FFH
curl -i -X GET \
  https://developers.land.tech/_mock/openapi/planning-applications/E07000112%2BY18%2F1381%2FFH \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Planning application details

Bodyapplication/json
idstring

Internal LandTech ID of the planning application.

Example: "E09000033+16/02592/LBC"
gss_codestring^[EWS]\d{8}$

GSS code of the planning authority.

Example: "E09000033"
refstring

Reference number used by the planning authority.

Example: "16/02592/LBC"
num_dwellingsnumber

Number of residential units we have identified the application is for.

Example: 1
addressstring

Address of the property the application is for.

Example: "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR"
titlestring

Description of the planning application.

Example: "Internal and external alterations of the lodge including general internal and external repairs and refurbishment."
locationobject

GeoJSON Point

boundaryobject or null

GeoJSON MultiPolygon

urlstring or null

URL to the planning authority's page. Where possible this links directly to the planning application.

Example: "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00"
types_derivedArray of strings

Identified "types" of the application

Items Enum"Full Application""Outline""Discharge of Conditions""GPDR""Reserved Matters""TPO""Listed Building""EIA""Change of Use""Proposal of Application Notice"
statusstring or null

Current status of the application, e.g. Decided.

Example: "Permission with conditions"
decisionstring or null

The decision on the application, e.g. Permit.

Example: "Permission with conditions"
date_receivedstring(date-time)

Date the application was received by the authority.

Example: "2016-07-07T00:00:00.000Z"
decision_datestring or null(date-time)

Date the decision was made on the application.

Example: "2016-09-21T00:00:00.000Z"
agent_addressstring or null

Address of the agent who submitted the application.

Example: "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP"
agent_namestring or null

Name of the agent who submitted the application.

Example: "Joe Doe"
applicant_namestring or null

Name of the person who submitted the application.

Example: "John Smith"
status_derivedstring

Normalized status of the application.

Enum"Approved""Rejected""Pending""Withdrawn""Unknown"
Example: "Approved"
updatedstring(date-time)

When the application was last processed by LandTech.

Example: "2023-05-26T03:09:36.191Z"
classificationstring

Classification of the application.

Enum"RESIDENTIAL""COMMERCIAL""MIXED_USE""OTHER"
Example: "RESIDENTIAL"
sizenumber

Same as num_dwellings.

Example: 1
found_num_dwellingsboolean

Flag stating that we have identified a number of residential units (dwellings).

Example: false
tagsArray of strings or null

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".

Example: ["Hotel","Demolition","Retail (A1)","Restaurants and cafés (A3)","Office (B1)"]
appeal_case_numberstring or null^\d{7}$

The Planning Inspectorate (PINS) Reference Number

Example: "1234567"
appeal_type_of_appealstring or null

Appeal type

Example: "Planning Appeal"
appeal_type_reasonstring or null

Appeal reason (this field is only populated for certain types of appeals)

Example: "1. Refused planning permission"
appeal_application_refstring or null

Local Planning Authority application reference number relating to the appeal

Example: "P1284/13/OUT"
appeal_planning_authority_namestring or null

Local Planning Authority Name, if known

Example: "London Borough of Barnet"
appeal_site_addressstring or null

Address of the site

Example: "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT"
appeal_decisionstring or null

Appeal decision

Example: "Dismissed"
appeal_decision_datestring or null

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

Example: "2017-08-02T00:00:00.000Z"
appeal_received_datestring or null(date-time)

Date received in Planning Inspectorate (PINS)

Example: "2014-05-15T00:00:00.000Z"
appeal_development_typestring or null

Development type being appealed

Example: "Householder developments"
appeal_inspector_namestring or null

Planning Inspector's name, if known

Example: "James Smith"
appeal_appellantstring or null

Appellant's name

Example: "James Thompson"
appeal_updated_atstring or null(date-time)

Date the appeal was processed by LandTech

Example: "2023-05-26T03:09:36.191Z"
is_full_applicationboolean

Flag indicating "types_derived" includes "Full Application"

Example: false
is_outlineboolean

Flag indicating "types_derived" includes "Outline"

Example: false
is_discharge_of_conditionsboolean

Flag indicating "types_derived" includes "Discharge of Conditions"

Example: false
is_gpdrboolean

Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)

Example: false
is_reserved_mattersboolean

Flag indicating "types_derived" includes "Reserved Matters"

Example: false
is_tpoboolean

Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)

Example: false
is_listed_buildingboolean

Flag indicating "types_derived" includes "Listed Building"

Example: true
is_eiaboolean

Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)

Example: false
is_change_of_useboolean

Flag indicating "types_derived" includes "Change of Use"

Example: false
is_uncategorisedboolean

Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)

Example: false
is_minorboolean

Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.

Example: false
related_applicationsArray of objects

Related planning applications

Response
application/json
{ "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": [ {} ] }

Bulk planning application details

Request

Get detailed information about a set of planning applications, given a set of unique planning application IDs e.g. a local authority GSS code and reference separated by a plus sign (+).

Schema is subject to change. Beta

Security
ApiKeyAuth
Bodyapplication/jsonrequired
planning_applicationsArray of strings(PlanningApplicationId)required

List of IDs comprised of a GSS code and ref separated by a plus sign (+) e.g. E07000112+Y18/1381/FH.

Example: ["E07000112+Y18/1381/FH"]
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"
    ]
  }'

Responses

Planning application details

Bodyapplication/jsonArray [
idstring

Internal LandTech ID of the planning application.

Example: "E09000033+16/02592/LBC"
gss_codestring^[EWS]\d{8}$

GSS code of the planning authority.

Example: "E09000033"
refstring

Reference number used by the planning authority.

Example: "16/02592/LBC"
num_dwellingsnumber

Number of residential units we have identified the application is for.

Example: 1
addressstring

Address of the property the application is for.

Example: "Victoria Gate Lodge Hyde Park Bayswater Road London SW7 1NR"
titlestring

Description of the planning application.

Example: "Internal and external alterations of the lodge including general internal and external repairs and refurbishment."
locationobject

GeoJSON Point

boundaryobject or null

GeoJSON MultiPolygon

urlstring or null

URL to the planning authority's page. Where possible this links directly to the planning application.

Example: "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00"
types_derivedArray of strings

Identified "types" of the application

Items Enum"Full Application""Outline""Discharge of Conditions""GPDR""Reserved Matters""TPO""Listed Building""EIA""Change of Use""Proposal of Application Notice"
statusstring or null

Current status of the application, e.g. Decided.

Example: "Permission with conditions"
decisionstring or null

The decision on the application, e.g. Permit.

Example: "Permission with conditions"
date_receivedstring(date-time)

Date the application was received by the authority.

Example: "2016-07-07T00:00:00.000Z"
decision_datestring or null(date-time)

Date the decision was made on the application.

Example: "2016-09-21T00:00:00.000Z"
agent_addressstring or null

Address of the agent who submitted the application.

Example: "The Studio, 42 Placeholder Avenue, Fictiontown-upon-Test, EX4 8MP"
agent_namestring or null

Name of the agent who submitted the application.

Example: "Joe Doe"
applicant_namestring or null

Name of the person who submitted the application.

Example: "John Smith"
status_derivedstring

Normalized status of the application.

Enum"Approved""Rejected""Pending""Withdrawn""Unknown"
Example: "Approved"
updatedstring(date-time)

When the application was last processed by LandTech.

Example: "2023-05-26T03:09:36.191Z"
classificationstring

Classification of the application.

Enum"RESIDENTIAL""COMMERCIAL""MIXED_USE""OTHER"
Example: "RESIDENTIAL"
sizenumber

Same as num_dwellings.

Example: 1
found_num_dwellingsboolean

Flag stating that we have identified a number of residential units (dwellings).

Example: false
tagsArray of strings or null

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".

Example: ["Hotel","Demolition","Retail (A1)","Restaurants and cafés (A3)","Office (B1)"]
appeal_case_numberstring or null^\d{7}$

The Planning Inspectorate (PINS) Reference Number

Example: "1234567"
appeal_type_of_appealstring or null

Appeal type

Example: "Planning Appeal"
appeal_type_reasonstring or null

Appeal reason (this field is only populated for certain types of appeals)

Example: "1. Refused planning permission"
appeal_application_refstring or null

Local Planning Authority application reference number relating to the appeal

Example: "P1284/13/OUT"
appeal_planning_authority_namestring or null

Local Planning Authority Name, if known

Example: "London Borough of Barnet"
appeal_site_addressstring or null

Address of the site

Example: "The Annex, 7 Example Crescent, Testford-upon-Mere, XY45 6ZT"
appeal_decisionstring or null

Appeal decision

Example: "Dismissed"
appeal_decision_datestring or null

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

Example: "2017-08-02T00:00:00.000Z"
appeal_received_datestring or null(date-time)

Date received in Planning Inspectorate (PINS)

Example: "2014-05-15T00:00:00.000Z"
appeal_development_typestring or null

Development type being appealed

Example: "Householder developments"
appeal_inspector_namestring or null

Planning Inspector's name, if known

Example: "James Smith"
appeal_appellantstring or null

Appellant's name

Example: "James Thompson"
appeal_updated_atstring or null(date-time)

Date the appeal was processed by LandTech

Example: "2023-05-26T03:09:36.191Z"
is_full_applicationboolean

Flag indicating "types_derived" includes "Full Application"

Example: false
is_outlineboolean

Flag indicating "types_derived" includes "Outline"

Example: false
is_discharge_of_conditionsboolean

Flag indicating "types_derived" includes "Discharge of Conditions"

Example: false
is_gpdrboolean

Flag indicating "types_derived" includes "GPDR" (General Permitted Development - Class R)

Example: false
is_reserved_mattersboolean

Flag indicating "types_derived" includes "Reserved Matters"

Example: false
is_tpoboolean

Flag indicating "types_derived" includes "TPO" (Tree Preservation Order)

Example: false
is_listed_buildingboolean

Flag indicating "types_derived" includes "Listed Building"

Example: true
is_eiaboolean

Flag indicating "types_derived" includes "EIA" (Environmental Impact Assessment)

Example: false
is_change_of_useboolean

Flag indicating "types_derived" includes "Change of Use"

Example: false
is_uncategorisedboolean

Flag indicating we have been unable to "derive" a "type" (i.e: "types_derived" is empty)

Example: false
is_minorboolean

Flag indicating we have identified the application is a "minor" application, i.e. Phone or Post Boxes, Kiosks, ATMs, Advertisements, Signage or Lighting.

Example: false
related_applicationsArray of objects

Related planning applications

]
Response
application/json
[ { "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": [] } ]

Local Policy

Endpoint to get details of local plan policies

Operations

Development Constraints

Endpoint to get details of various development constraints. Includes airport, HS2, rail and building (wharf) safeguarding. Also includes article 4 and national landscape data.

Operations

Development Opportunities

Endpoint to get details of Named Regeneration Areas and Area Action Plans

Operations

Land Availability Assessment

Endpoint to get details about Land Availability Assessment sites

Operations

Strategic Industrial Location

Endpoint for details on strategic industrial location

Operations

Additional Opportunities

Endpoint to get details of sites from Homes England Land Hub

Operations

Power

Endpoint to get details of substations, lines, cables and towers

Operations

Renewable Energy Planning DB

Endpoint to get details on sites from the Renewable Energy Planning Database

Operations