Planning applications in a map tile
Description
This API method retrieves planning applications within a specified map tile that match the given filters. The tile is defined by the standard z
, x
and y
parameters.
We use 4096 extent as defined by the Mapbox Vector Tile specification.
The type
and status
fields provide mapped type and status values respectively, processed using our internal algorithms for consistency and clarity.
Pricing: 1 credit for every 50 returned applications. So, if 51 applications are returned, it will count as 2 credits. If 0 applications are returned, it will still count as 1 credit.
Parameters
Name | Description |
---|---|
z path integer | Z coordinate of the tile (min 13, max 20) |
x path integer | X coordinate of the tile |
y path integer | Y coordinate of the tile |
updated_within_days query integer | Show applications that have been updated within this number of days. The default is 3650 (10 years). Maximum is 36500 (100 years), minimum is 7 (1 week). |
status query array | Which statuses planning applications should have. Default is all. |
type query array | Which types planning applications should have. Default is all.
|
format query enum | Format of the response. Supported values:
|
limit query enum | Number of elements to be returned by the method. The returned number of elements may be less than the requested amount if fewer elements are found based on your criteria (in very rare cases). The maximum value is 2000. To retrieve only the metadata, use the value 0. |
api_key query enum | Your API key.
|
{
"data": [
{
"id": "0286a21e9678c2d89fe2a10786f3d0e0",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=ODYK2BBIGN800",
"description": "Replacement of existing windows to the front elevation at ground floor level with double-glazed timb...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.5024617,
"longitude": -0.2505636
},
{
"id": "052fa025f62173e1e142b6ba65594d9c",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=QRNZ2GBIGLD00",
"description": "Erection of a rear roof extension; erection of a rear extension at second floor level, over part of...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.502163,
"longitude": -0.2510361
},
{
"id": "10beef1deb8e6ea45242023d99f85556",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=R2807VBIMQ800",
"description": "Retention of replacement boundary wall fence and front entrance gate in the front garden.",
"status": "Refused",
"type": "Full Application",
"latitude": 51.502226,
"longitude": -0.25172
},
{
"id": "1aa10b9130346be0c5bbd3c1ee040431",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=PM7SBVBILHG00",
"description": "Erection of a single storey rear extension, to the side of the existing back addition. (revised desc...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.502893,
"longitude": -0.251123
},
{
"id": "20d18b6b61ed2e00692ec230e7fbd026",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OACR0UBIMPY00",
"description": "Erection of a rear roof extension; and installation of 2no. rooflights in the front roofslope.",
"status": "Approved",
"type": "Full Application",
"latitude": 51.5022268,
"longitude": -0.2516964
},
{
"id": "230f31bccc8f2e00e85bc5d2ff031ac2",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=OTCQAKBIGKI00",
"description": "Erection of a rear roof extension to the main roof and over part of the existing back addition; inst...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.5023992,
"longitude": -0.2499896
},
{
"id": "26ce0857485de0e209eb7f9430b96e48",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=PJ9ISABIKE100",
"description": "Erection of a rear roof extension; erection of rear extensions at ground, first and second floor lev...",
"status": "Refused",
"type": "Full Application",
"latitude": 51.503409,
"longitude": -0.250167
},
{
"id": "275c9c74f39622d30e6da7eb99da8b81",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=NZI9XVBIG1A00",
"description": "Erection of a rear roof extension; erection of a rear extension at second floor level, on top of exi...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.502,
"longitude": -0.250431
},
{
"id": "27abbab880460c7aab9ec750cfee0dd5",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=QJ0GOPBI0TR00",
"description": "Non-material amendment to planning permission ref: 2018/00386/FUL granted 9th April 2018 for the 'Er...",
"status": "Approved",
"type": "Non-Material Amendment",
"latitude": 51.5025595,
"longitude": -0.2510929
},
{
"id": "2ce5524c0103eb82d3b1f65ea9873a2d",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=O48FA4BI12I00",
"description": "Installation of French doors to replace the existing window in the rear roofslope; erection of priva...",
"status": "Approved",
"type": "Full Application",
"latitude": 51.5022452,
"longitude": -0.2505142
},
{
"id": "2dacbc26e7d735c315071f67bebd321c",
"url": "https://public-access.lbhf.gov.uk/online-applications/applicationDetails.do?activeTab=summary&keyVal=Q737P4BIFLY00",
"description": "Erection of a single storey outbuilding in the rear garden.",
"status": "Approved",
"type": "Full Application",
"latitude": 51.5022882,
"longitude": -0.250988
}
]
}
{
"error": "No such API key or it is not valid anymore."
}
{
"error": "You have exhausted the available calls provided by your package."
}
{
"error": "API key is invalid for the given action."
}
{
"error": "Too many requests have been sent in one second."
}
{
"error": "We have already started working on a resolution!"
}