← Estonia

Power Outage Events

GET /estonian-power/outages/events

Lifecycle view of Elektrilevi outages: one row per distinct outage, with first_seen_at, last_seen_at, resolved_at, duration_seconds, and peak customers affected. Filter by ?status=active|resolved and ?start/?end. Useful for MTTR analytics, incident counts by cause, and studying how fast the grid recovers from storms and faults.

Parameters

status optional

active or resolved

start optional

Start datetime (first_seen_at)

end optional

End datetime (first_seen_at)

limit optional default: 500

Max rows (cap 10000)

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/estonian-power/outages/events?status=resolved&limit=100"

Live Response

{
  "count": 0,
  "data": [],
  "success": true
}