v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBPlanning Applications
Bulk planning application details
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.
post/planning-applications
Request body
Example request
{
"planning_applications": [
"E07000112+Y18/1381/FH"
]
}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"
]
}
]
}
]