v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Strategic Industrial Location

Bulk - Details about Strategic Industrial Locations

Given a set of Strategic Industrial Location IDs, get details about strategic industrial locations in bulk

post/strategic_industrial_location

Request body

idsstring[] required

List of Strategic Industrial Location IDs (max 50)

Example request

{
  "ids": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}

Response

Details about Strategic Industrial Locations

Example response

{
  "data": {
    "features": [
      {
        "id": "1679c94a-2158-462f-b924-18acf92e7949",
        "name": "Strategic Industrial Location",
        "type": "strategic_industrial_location",
        "geometries": [
          {
            "area_hectares": 0.2023428,
            "geometry": {
              "type": "Polygon",
              "coordinates": [
                [
                  [
                    -0.12755,
                    51.5073
                  ]
                ]
              ]
            }
          }
        ]
      }
    ]
  }
}