v1

OpenAPI 3.1.0Publishing notes2026-07-13171335.6 KB
ren_share

Solar Share Daily Avg

<b>Average daily solar share of load</b>

Returns the average daily solar share of load of the last 365 days (year = -1) or for a given year if provided.

Response schema:

{
    "days": ["dd.mm.yyyy"],
    "data": [float],
    "deprecated": bool
}
get/solar_share_daily_avg

Query parameters

countrystring
yearinteger

Response

Successful Response

daysstring[] required

List of days in the format dd.mm.yyyy

datanumber[] required

List of average daily values

deprecatedboolean required