power
Total Power
Returns the total net electricity production (including industrial self supply) in Megawatt (MW) for a given country for each production type.
Currently only available for Germany.
Response schema:
{
"unix_seconds": list[int],
"production_types": [
{
"name": str,
"data": list[float]
}
],
"deprecated": bool
}
get/total_power
Query parameters
countrystring
startstring
endstring
Response
Successful Response