v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Additional Opportunities

Bulk - Details about Homes England Land Hub sites (without geometry)

Given a set of additional opportunity IDs, get details about Homes England Land Hub sites in bulk without geometry data

post/additional_opportunities/lite

Request body

idsstring[] required

List of additional opportunity IDs (max 50)

Example request

{
  "ids": [
    "1679c94a-2158-462f-b924-18acf92e7949"
  ]
}

Response

Details about Homes England Land Hub sites (without geometry)

Example response

{
  "data": {
    "features": [
      {
        "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"
          }
        ]
      }
    ]
  }
}