v1

OpenAPI 3.1.0Publishing notes2026-07-13171335.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).

<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