v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBPlanning Applications
Details of a planning application
Get detailed information about a planning application, given its local authority GSS code and application reference.
get/planning-applications/{gss_code}/{ref}
Path parameters
gss_codestring required
Geocode as maintained by the United Kingdom's Office for National Statistics (ONS) to represent a wide range of geographical areas of the UK.
Example:E09000033
The GSS code of a planning authority, e.g. E09000033.
refstring required
Example:16%2F11109%2FFULL
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.
Response
Planning application details
Example response
{
"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": [
-0.12755,
51.5073
]
},
"boundary": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
-0.12755,
51.5073
]
]
]
]
},
"url": "https://apps.stratford.gov.uk/eplanning/AppDetail.aspx?appkey=OA70D2PM00E00",
"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,
"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_listed_building": true,
"related_applications": [
{
"gss_code": "E09000033",
"refs": [
"16/02592/LBC"
]
}
]
}