v1

OpenAPI 3.1.0Publishing notes2026-07-13171335.6 KB
ren_share

Renewable Share Forecast

<b>Renewable share forecast</b>

Returns the renewable share of load forecast in percent from today until prediction is currently available. It also includes the forecast for solar, wind on- and offshore share of load.

If no data is available from the primary data providers, a best guess is made from historic data. This is indicated by "substitute" set to True.

Response schema:

{
    "unix_seconds": [int],
    "ren_share": [float],
    "solar_share": [float],
    "wind_onshore_share": [float],
    "wind_offshore_share": [float],
    "substitute": bool,
    "deprecated": bool
}
get/ren_share_forecast

Query parameters

countrystring

Response

Successful Response

unix_secondsinteger[] required
ren_sharenumber[] required
solar_sharenumber[] nullable
wind_onshore_sharenumber[] nullable
wind_offshore_sharenumber[] nullable
substituteboolean required
deprecatedboolean required