v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Parcels

Bulk parcel details

Fetch parcel details for up to 50 parcel IDs in a single request.

post/parcels

Request body

parcel_idsParcelId[] required

List of parcel IDs (max 50)

Example request

{
  "parcel_ids": [
    "2a5ad2c7-29ef-d609-8ade-36eef8e3a072"
  ]
}

Response

Bulk parcel details

Example response

{
  "data": {
    "parcel": [
      {
        "parcel_id": "2a5ad2c7-29ef-d609-8ade-36eef8e3a072",
        "parcel_size": 18336.97,
        "developed_area_ratio": 0.2865,
        "titles": [
          "K375897",
          "TT17693"
        ],
        "properties": [
          "50121170",
          "50100934",
          "10015394608"
        ],
        "properties_intersects": [
          "10091868676",
          "10023302495"
        ],
        "planning_apps": [
          "E07000112+Y18/1381/FH",
          "E07000112+Y10/0641/SH"
        ],
        "local_plan_policy": {
          "local_planning_authority": [
            {
              "id": "35d7e882-1583-4c02-9930-a665fae9ac6e",
              "coverage\"": 1
            }
          ],
          "settlement_boundaries": [
            {
              "id": "9b58f3b3f4e0dd2dc74250da414786d5",
              "coverage": 0.54
            }
          ],
          "local_industrial_location": [
            {
              "id": "cf056e75-5487-454f-8270-d4c60aa1fee4",
              "coverage": 0.43
            }
          ]
        },
        "development_constraints": {
          "rail_safeguarded_land": [
            {
              "id": "1251c801-ea1c-4e74-9234-2933a38644b3",
              "coverage": 1
            }
          ]
        },
        "development_opportunities": {
          "area_action_plans": [
            {
              "id": "836cc2d8-4596-4bb6-9630-a6429c93305f",
              "coverage": 1
            }
          ]
        },
        "shlaa": {
          "shlaa_positive": [
            {
              "id": "6b3cda6f-5c0e-4415-8f4e-4b7a4b4e1574",
              "coverage": 1
            }
          ]
        },
        "strategic_industrial_location": {
          "strategic_industrial_location": [
            {
              "id": "f6ffcea7-2fa7-48d3-b598-278090565311",
              "coverage": 1
            }
          ]
        },
        "additional_opportunities": {
          "land_hub_on_market": [
            {
              "id": "dd169de034a2de3d490e5d4c9a454460",
              "coverage": 1
            }
          ]
        },
        "power": {
          "hv_power_substations": [
            {
              "id": "7e47387c-8852-4265-834c-b98f5e3a222d",
              "distance": 0
            }
          ],
          "power_cables": [
            {
              "distance": 12.5
            }
          ]
        },
        "renewable_energy_planning_db": {
          "repd_solar": [
            {
              "id": "fe76f6b7-f7ee-4a79-a161-66821246a68b",
              "coverage": 1
            }
          ]
        },
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                -0.12755,
                51.5073
              ]
            ]
          ]
        }
      }
    ]
  }
}