v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Power

Bulk - Details about power infrastructure

Given a set of power IDs, get details about power infrastructure in bulk

post/power

Request body

idsstring[] required

List of power IDs (max 50)

Example request

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

Response

Details about power infrastructure

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"
          }
        ],
        "geometries": [
          {
            "area_hectares": 0.2023428,
            "geometry": {
              "type": "Polygon",
              "coordinates": [
                [
                  [
                    -0.12755,
                    51.5073
                  ]
                ]
              ]
            }
          }
        ]
      }
    ]
  }
}