power
Public Power Forecast
Returns the forecast of the public net electricity production in Megawatt (MW) for a given country for each production type.
<b>production_type:</b> Can be solar, wind_onshore, wind_offshore or load <br><b>forecast_type:</b> Can be current, intraday or day-ahead
If no dates are provided, values for today until forecast is available are returned. For load only the forecast type "day-ahead" is available.
Response schema:
{
"unix_seconds": list[int],
"forecast_values": list[float],
"production_type": str,
"forecast_type": str,
"deprecated": bool
}
get/public_power_forecast
Query parameters
countrystring
production_typestring
forecast_typestring
startstring
endstring
Response
Successful Response