Forecast of public net electricity production or load
Forecast of the public net electricity production (or load) in megawatt (MW). If no dates are provided, values from today until the end of the available forecast are returned. Accepted formats: ISO 8601 (2026-01-01T17:00Z), day (2026-01-01, interpreted in the local timezone) or unix seconds (1767222000). Empty start defaults to today; empty end defaults to start.
Query parameters
ISO-like country code accepted by the Energy-Charts API.
Country code
Production types for which forecasts are published.
Forecasted quantity
Forecast horizon / publication time.
Forecast horizon; 'load' supports only 'day-ahead'
Accepted formats: ISO 8601 (2026-01-01T17:00Z), day (2026-01-01, interpreted in the local timezone) or unix seconds (1767222000). Empty start defaults to today; empty end defaults to start.
Accepted formats: ISO 8601 (2026-01-01T17:00Z), day (2026-01-01, interpreted in the local timezone) or unix seconds (1767222000). Empty start defaults to today; empty end defaults to start.
Accepted formats: ISO 8601 (2026-01-01T17:00Z), day (2026-01-01, interpreted in the local timezone) or unix seconds (1767222000). Empty start defaults to today; empty end defaults to start.
Accepted formats: ISO 8601 (2026-01-01T17:00Z), day (2026-01-01, interpreted in the local timezone) or unix seconds (1767222000). Empty start defaults to today; empty end defaults to start.
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"
}