← Back to catalog
metno.forecast
mock data$0.002 / callMET Norway — 9-Day Hourly Weather Forecast
Get a 9-day (216-hour) hourly weather forecast for any global lat/lon point from the Norwegian Meteorological Institute Locationforecast 2.0 model. Returns air temperature, wind speed/direction/gusts, cloud cover, humidity, pressure, UV index, precipitation amounts and probability, and symbolic weather codes (e.g. clearsky_day, rain). Global coverage. CC BY 4.0 + NLOD 2.0, no auth, no upstream cost.
Input schema
latrequired
numberLatitude in decimal degrees (e.g. 59.91 for Oslo, -33.87 for Sydney)
lonrequired
numberLongitude in decimal degrees (e.g. 10.75 for Oslo, 151.21 for Sydney)
hours
integerNumber of hourly forecast entries to return (1–216, default 48). Full 9-day range = 216.
altitude
integerStation altitude in metres above sea level. Improves pressure correction.
Call via REST
curl -X POST https://unifyapi.pro/api/call/metno.forecast \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"hours":0,"altitude":0}'