UnifyAPI
← Back to catalog

metno.alerts

mock data$0.001 / call

MET 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.

Weatherprovider: Metno#metno#weather

Input schema

lang

Language for alert text. "en" = English (default), "no" = Norwegian.

string
county

Filter alerts by Norwegian county name substring (e.g. "Oslo", "Viken", "Troms"). Case-insensitive partial match.

string
event_type

Filter by event type slug (e.g. "wind", "rain", "snow", "ice", "fog", "avalanche"). Leave empty for all active alerts.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.