ren_share v2
Renewable share of load forecast
Forecast of the renewable share of load in percent from today until the end of the available forecast, including the solar, wind onshore and wind offshore contributions.
get/v2/ren_share_forecast
Query parameters
country'ch' | 'eu' | 'all' | 'at' | 'ba' | 'be' | 'bg' | 'cy' | 'cz' | 'de' | 'dk' | 'ee' | 'es' | 'fi' | 'fr' | 'ge' | 'gr' | 'hr' | 'hu' | 'ie' | 'it' | 'lt' | 'lu' | 'lv' | 'md' | 'me' | 'mk' | 'nl' | 'no' | 'pl' | 'pt' | 'ro' | 'rs' | 'se' | 'si' | 'sk' | 'ua' | 'uk' | 'xk'
ISO-like country code accepted by the Energy-Charts API.
Country code
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"
}