v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
power

Installed Power

Returns the installed power for a specified country in GW except for battery storage capacity, which is given in GWh. Monthly installation / decommission numbers are returned in MW instead of GW. "last_update" is the time of the last data update, expressed as seconds since the Unix epoch (UTC). Note: unlike all other endpoints, the entries in "time" label the reporting year or month and the values represent the installed power at the <b>end</b> of that period (or, with installation_decommission=true, the net change during the period).

<b>time_step:</b> Time step can be either "yearly" or "monthly" (only for Germany) <br><b>installation_decommission:</b> If true, the net installation / decommission numbers are returned instead of total installed power

Response schema:

{ 
 "time": list[str],
 "production_types": [
   {
       "name": str, 
       "data": list[float]
   }
 ],
 "last_update": int,
 "deprecated": bool
}
get/installed_power

Query parameters

countrystring
time_stepstring
installation_decommissionboolean

Response

Successful Response

timestring[] required
last_updateinteger nullable required
deprecatedboolean required