Skip to content

Tsunami API

Because tsunami feeds merge directly into the general alerts flow, they are distinctly marked via their category and severity.

However, for direct verification integrations, a dedicated endpoint provides purely tsunami events.

GET https://docs.alaskaintel.com/api/tsunami.json
{
"updated_at": "2026-04-03T18:05:00Z",
"active_threat": true,
"data": [
{
"id": "tsu-2026-004",
"severity": "SEVERE",
"title": "Tsunami Warning: Coastal Alaska",
"instruction": "Move inland and to higher ground immediately.",
"estimated_arrival": [
{ "location": "Seward", "time": "18:15:00Z" },
{ "location": "Kodiak", "time": "18:30:00Z" }
]
}
]
}

This endpoint acts as the absolute primitive indicator for automated lockdown functions across integrated systems.