v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBLand Availability Assessment
Details about an individual SHLAA
Given an ID, get details about an individual Land Availability Assessment
get/shlaa/{shlaa_id}
Path parameters
shlaa_idstring uuid required
A SHLAA ID in the form of a UUID.
Example:6b3cda6f-5c0e-4415-8f4e-4b7a4b4e1574
ID for a specific Land Availability Assessment
Response
Details about a Land Availability Assessments site
Example response
{
"data": {
"feature": {
"id": "6b3cda6f-5c0e-4415-8f4e-4b7a4b4e1574",
"type": "shlaa_positive",
"attributes": [
{
"key": "conclusion",
"value": "Developable Sites - Years 11-15"
}
],
"geometries": [
{
"area_hectares": 0.2023428,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-0.12755,
51.5073
]
]
]
}
}
]
}
}
}