UnifyAPI
← Back to catalog

metno.forecast

mock data$0.002 / call

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

Weatherprovider: Metno#metno#weather

Input schema

latrequired

Latitude in decimal degrees (e.g. 59.91 for Oslo, -33.87 for Sydney)

number
lonrequired

Longitude in decimal degrees (e.g. 10.75 for Oslo, 151.21 for Sydney)

number
hours

Number of hourly forecast entries to return (1–216, default 48). Full 9-day range = 216.

integer
altitude

Station altitude in metres above sea level. Improves pressure correction.

integer

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

Try it

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