← Back to catalog
metno.nowcast
mock data$0.001 / callMET 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.
Input schema
latrequired
numberLatitude in decimal degrees. Coverage: Norway and Scandinavia (approx 53–90°N).
lonrequired
numberLongitude in decimal degrees. Coverage: Norway and Scandinavia (approx −20–40°E).
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}'