v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Renewable Energy Planning DB

Bulk - Details about Renewable Energy Planning DB sites

Given a set of Renewable Energy Planning DB IDs, get details about Renewable Energy Planning DB sites in bulk

post/renewable_energy_planning_db

Request body

idsstring[] required

List of Renewable Energy Planning DB IDs (max 50)

Example request

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

Response

Details about Renewable Energy Planning DB sites

Example response

{
  "data": {
    "features": [
      {
        "id": "947fa210-e051-4256-829e-5f3de5bacbd3",
        "name": "Loganswell Farm",
        "type": "repd_wind",
        "attributes": [
          {
            "key": "planning_authority",
            "value": "East Renfrewshire Council"
          },
          {
            "key": "planning_application_submitted",
            "value": "15/04/2014"
          },
          {
            "key": "planning_application_withdrawn",
            "value": "18/09/2014"
          },
          {
            "key": "abc_planning_application_reference",
            "value": "2014/0250/TP"
          },
          {
            "key": "number_of_turbines",
            "value": "66"
          },
          {
            "key": "abc_development_status",
            "value": "Planning Application Withdrawn"
          },
          {
            "key": "abc_installed_capacity_(mw)",
            "value": "16"
          },
          {
            "key": "a_site_name",
            "value": "Loganswell Farm"
          },
          {
            "key": "turbine_capacity_(mw)",
            "value": "0.25"
          },
          {
            "key": "a_technology_type",
            "value": "Wind Onshore"
          },
          {
            "key": "ab_operator_or_applicant",
            "value": "Lifetime Energy"
          },
          {
            "key": "abc_site_address",
            "value": "Land At Loganswell Farm 443 Ayr Road Loganswell East Renfrewshire G77 6RY"
          },
          {
            "key": "reference",
            "value": "4396"
          },
          {
            "key": "last_updated",
            "value": "01/09/2014"
          }
        ],
        "geometries": [
          {
            "area_hectares": 0.2023428,
            "geometry": {
              "type": "Polygon",
              "coordinates": [
                [
                  [
                    -0.12755,
                    51.5073
                  ]
                ]
              ]
            }
          }
        ]
      }
    ]
  }
}