metno.alerts
mock data$0.001 / callMET Norway — Active Weather Alerts
Get all active weather alerts issued by the Norwegian Meteorological Institute for Norway. Alerts cover events such as gale, storm, heavy rain, snow, ice, avalanche, and fog. Each alert includes event type, awareness level (green/yellow/orange/red), severity, certainty, affected counties, description, consequences, and valid time interval. Filter by event type slug (wind, rain, snow, ice, fog, avalanche) or by county name. Returns English or Norwegian text. CC BY 4.0 + NLOD 2.0, no auth, no upstream cost.
Input schema
Language for alert text. "en" = English (default), "no" = Norwegian.
Filter alerts by Norwegian county name substring (e.g. "Oslo", "Viken", "Troms"). Case-insensitive partial match.
Filter by event type slug (e.g. "wind", "rain", "snow", "ice", "fog", "avalanche"). Leave empty for all active alerts.
Call via REST
curl -X POST https://unifyapi.pro/api/call/metno.alerts \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lang":"<lang>","county":"<county>","event_type":"<event_type>"}'