v1

latestOpenAPI 3.1.0Publishing notes2026-07-13171335.6 KB
power

Public Power

Returns the public net electricity production in Megawatt (MW) for a given country for each production type. Subtype can be "solarlog" for Switzerland (ch).

Response schema:

{
 "unix_seconds": list[int],
 "production_types": [
   {
       "name": str,
       "data": list[float]
   }
 ],
 "deprecated": bool
}
get/public_power

Query parameters

countrystring
startstring
endstring
subtypestring

Response

Successful Response

unix_secondsinteger[] nullable
deprecatedboolean required
All 17 operations