GET /elering/system
来自 Elering(爱沙尼亚输电系统运营商)的爱沙尼亚电网实时状态。返回当前发电量、用电量、电网频率、系统平衡、交流平衡和可再生能源发电量(MW)。
curl https://nordapi.ee/api/v1/elering/system
{
"data": {
"ac_balance": null,
"consumption": 987.85,
"frequency": 50.01,
"production": 428.34,
"production_renewable": null,
"solar_energy_production": null,
"system_balance": null,
"timestamp": 1775414700
},
"success": true
}