v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBRenewable Energy Planning DB
Details about a single Renewable Energy Planning DB site
Given a Renewable Energy Planning DB ID, get details about a single Renewable Energy Planning DB site
get/renewable_energy_planning_db/{repd_id}
Path parameters
repd_idstring uuid required
A REPD ID in the form of a UUID.
Example:947fa210-e051-4256-829e-5f3de5bacbd3
ID for a specific Renewable Energy Planning DB site
Response
Details about a single site from the Renewable Energy Planning DB
Example response
{
"data": {
"feature": {
"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
]
]
]
}
}
]
}
}
}