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