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.
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)
| Name | Required | Default | Description |
|---|---|---|---|
status |
No | - | active or resolved |
start |
No | - | Start datetime (first_seen_at) |
end |
No | - | End datetime (first_seen_at) |
limit |
No | 500 | Max rows (cap 10000) |
curl "https://nordapi.ee/api/v1/estonian-power/outages/events?status=resolved&limit=100"
{
"count": 0,
"data": [],
"success": true
}