Installed power per production type
Installed power per production type. Units are carried per series (typically GW; battery storage capacity in GWh; monthly installation / decommission figures in MW). NOTE: unlike all other endpoints, timestamps here label the reporting year or month, and values represent the installed power at the END of that period (or, with installation_decommission=true, the net change during the period).
Query parameters
ISO-like country code accepted by the Energy-Charts API.
Country code
Aggregation step for installed power.
'monthly' is only available for Germany
If true, net installation / decommission per period is returned instead of cumulative installed power
If true, net installation / decommission per period is returned instead of cumulative installed power
Response
Successful Response
Example response
{
"attributes": {},
"available_from": "2026-07-20T00:00:00+02:00",
"available_until": "2026-07-20T19:30:00+02:00",
"country": "de",
"data": [
{
"timestamp": "2026-07-20T12:00:00+02:00",
"values": {
"renewable_share_of_load": 61.4,
"solar": 42135.7,
"wind_onshore": 18421.3
}
},
{
"timestamp": "2026-07-20T12:15:00+02:00",
"values": {
"renewable_share_of_load": 62,
"solar": 42891.2,
"wind_onshore": 18154.8
}
}
],
"deprecated": false,
"endpoint": "public_power",
"generated_at": "2026-07-20T19:45:00+02:00",
"interval_minutes": 15,
"license": "CC BY 4.0 (creativecommons.org/licenses/by/4.0), attribution: energy-charts.info",
"resolution": "PT15M",
"schema_version": "2.0",
"series": [
{
"id": "solar",
"name": "Solar"
},
{
"id": "wind_onshore",
"name": "Wind onshore"
},
{
"id": "renewable_share_of_load",
"name": "Renewable share of load",
"unit": "%"
}
],
"timezone": "Europe/Berlin",
"unit": "MW"
}