power
Public Power
Returns the public net electricity production in Megawatt (MW) for a given country for each production type. Subtype can be "solarlog" for Switzerland (ch).
Response schema:
{
"unix_seconds": list[int],
"production_types": [
{
"name": str,
"data": list[float]
}
],
"deprecated": bool
}
get/public_power
Query parameters
countrystring
startstring
endstring
subtypestring
Response
Successful Response