v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBPower
Bulk - Details about power infrastructure (without geometry)
Given a set of power IDs, get details about power infrastructure in bulk without geometry data
post/power/lite
Request body
Example request
{
"ids": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Response
Details about power infrastructure (without geometry)
Example response
{
"data": {
"features": [
{
"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"
}
]
}
]
}
}