UnifyAPI
← Back to catalog

metno.nowcast

mock data$0.001 / call

MET Norway — Precipitation Nowcast (2-Hour)

Get a short-term precipitation nowcast with 5-minute intervals for the next ~2 hours from the Norwegian Meteorological Institute Nowcast 2.0 radar model. Returns precipitation rate, air temperature, wind speed/direction/gusts, relative humidity, UV index, and weather symbol codes. Coverage: Norway and Scandinavia (approx 53–90°N, 20°W–40°E). Ideal for hyperlocal outdoor activity planning, event logistics, and real-time rainfall monitoring. CC BY 4.0 + NLOD 2.0, no auth, no upstream cost.

Weatherprovider: Metno#metno#weather

Input schema

latrequired

Latitude in decimal degrees. Coverage: Norway and Scandinavia (approx 53–90°N).

number
lonrequired

Longitude in decimal degrees. Coverage: Norway and Scandinavia (approx −20–40°E).

number

Call via REST

curl -X POST https://unifyapi.pro/api/call/metno.nowcast \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"lat":0,"lon":0}'

Try it

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