v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBAdditional Opportunities
Details about a Homes England Land Hub site
Given an additional opportunity ID, get details about a Homes England Land Hub site
get/additional_opportunities/{additional_opportunities_id}
Path parameters
additional_opportunities_idstring uuid required
A Homes England Land Hub ID in the form of a UUID.
Example:1540e735-9df0-4095-8df2-03f370847609
ID for a specific homes england land hub site
Response
Details about a Homes England Land Hub site
Example response
{
"data": {
"feature": {
"id": "1540e735-9df0-4095-8df2-03f370847609",
"type": "land_hub_on_market",
"name": "Land Hub Site 824",
"attributes": [
{
"key": "zz_land_hub_developer_guidance",
"value": "https://www.gov.uk/guidance/how-homes-england-sells-land-for-housing-led-developments"
},
{
"key": "site_name",
"value": "Land retained in Crawley including Car Park At Boulevard East & W and Adv. Pillars Crawley RH10 1XH"
},
{
"key": "site_size_(acres)",
"value": "2"
},
{
"key": "disposal_route",
"value": "Advertised"
},
{
"key": "current_market_status",
"value": "On market"
},
{
"key": "contact_details",
"value": "landenquiries@homesengland.gov.uk"
},
{
"key": "zz_land_hub_register_for_access",
"value": "https://www.gov.uk/guidance/apply-to-join-the-delivery-partner-dynamic-purchasing-system"
},
{
"key": "proposed_use",
"value": "Employment"
}
]
}
}
}