v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBPower
Details about a single unit of power infrastructure
Given a power ID, get details about a single unit of power infrastructure
get/power/{power_id}
Path parameters
power_idstring uuid required
A development opportunity ID in the form of a UUID.
Example:1679c94a-2158-462f-b924-18acf92e7949
ID for a specific piece of power infrastructure
Response
Details about a single unit of power infrastructure
Example response
{
"data": {
"feature": {
"id": "1679c94a-2158-462f-b924-18acf92e7949",
"name": "1172992",
"type": "hv_power_substations",
"attributes": [
{
"key": "rag_status",
"value": "UNKNOWN"
},
{
"key": "substation_type",
"value": "HV"
},
{
"key": "voltage_range",
"value": "11kV-1kV"
}
],
"geometries": [
{
"area_hectares": 0.2023428,
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-0.12755,
51.5073
]
]
]
}
}
]
}
}
}