v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBLocal Policy
Details about a single local plan policy
Given a local policy ID, get details about a single local plan policy
get/local_plan_policy/{local_plan_policy_id}
Path parameters
local_plan_policy_idstring uuid required
A policy ID in the form of a UUID.
Example:038278e1-b3a9-4941-a08e-66fd9610338f
ID for a specific local plan policy
Response
Details about a local plan policy
Example response
{
"data": {
"feature": {
"id": "038278e1-b3a9-4941-a08e-66fd9610338f",
"name": "BURIAL GROUND BRADWELL",
"type": "community_allocation",
"attributes": [
{
"key": "allocation_type",
"value": "Community"
},
{
"key": "unit_count",
"value": ""
},
{
"key": "allocation_notes",
"value": "Community Facilities"
},
{
"key": "hectares",
"value": "1.50"
},
{
"key": "site_reference",
"value": "C19"
},
{
"key": "policy_reference",
"value": ""
}
],
"geometries": [
{
"area_hectares": 0.2023428,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-0.12755,
51.5073
]
]
]
}
}
]
}
}
}