curl --location 'https://api.solariance.de/v1/ext/pvgeneration?country=de'
{ "code": 200, "message": "Current PV Generation in de in MW", "data": { "label": "Aktuelle PV-Erzeugung in de", "utc_time": "2024-11-06T08:15:00", "local_time": "2024-11-06T09:15:00", "total_pv_generation": 4500.7, "unit": "MW", "country": "de" } }