v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBDevelopment Opportunities
Details about a single development opportunity
Given a development opportunity ID, get details about a development opportunity
get/development_opportunities/{development_opportunities_id}
Path parameters
development_opportunities_idstring uuid required
A development opportunity ID in the form of a UUID.
Example:836cc2d8-4596-4bb6-9630-a6429c93305f
ID for a specific development opportunity site
Response
Details about a single development opportunity site
Example response
{
"data": {
"feature": {
"id": "836cc2d8-4596-4bb6-9630-a6429c93305f",
"name": "Action Areas",
"type": "area_action_plans",
"geometries": [
{
"area_hectares": 0.2023428,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-0.12755,
51.5073
]
]
]
}
}
]
}
}
}