v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
power

Total Power

Returns the total net electricity production (including industrial self supply) in Megawatt (MW) for a given country for each production type.

Currently only available for Germany.

Response schema:

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

Query parameters

countrystring
startstring
endstring

Response

Successful Response

unix_secondsinteger[] nullable
deprecatedboolean required