← Estland

Estnischer Stromnetzstatus

GET /elering/system

Echtzeit-status of the Estonian Stromnetz from Elering (Estonian TSO). Liefert current production, consumption, grid frequency, system balance, AC balance, und renewable energy production in MW.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/elering/system

Live-Antwort

{
  "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
}