Skip to content

Tsunami API

Because tsunami feeds merge directly into the general alerts.json flow natively to reduce edge processing load, they are distinctly marked via their category and severity.

However, for direct verification integrations, a dedicated extraction endpoint caches purely tsunami structures.

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.