Connect Meteorologisk Institutt to any API
The Norwegian Meteorological Institute (MET Norway) publishes open weather and climate data through its api.met.no services. Callers can retrieve a location forecast for a latitude/longitude — hourly and six-hourly air temperature, wind speed and direction, humidity, pressure, cloud cover, precipitation amount, and a symbol code — plus nowcast precipitation for the Nordic region, sunrise/sunset and moon phase times, text weather warnings and alerts, tidal water levels, and radar and satellite imagery. A descriptive User-Agent identifying the caller is required on every request. No credentials required.
What your agent can do with Meteorologisk Institutt
Triggers and actions 6 actions
- ActionFind weather alerts
Look up active MetAlerts weather warnings (wind, flood, avalanche, etc.) for Norway, optionally filtered by lat/lon/county/lead time. GET https://api.met.no/weatherapi/metalerts/2.0/current.json?lat={lat}&lon={lon}. Requires a unique User-Agent header. Returns a GeoJSON FeatureCollection of active alerts.
- ActionGet air quality forecast
Fetch a forecast of air-quality pollutant concentrations (NO2, PM10, PM2.5, O3) for a location in Norway. GET https://api.met.no/weatherapi/airqualityforecast/0.1/complete?lat={lat}&lon={lon}. Requires a unique User-Agent header.
- ActionGet immediate forecast
Fetch a short-term (Nordic-area) precipitation nowcast updated every 5 minutes for a lat/lon coordinate. GET https://api.met.no/weatherapi/nowcast/2.0/complete?lat={lat}&lon={lon}. Requires a unique User-Agent header. Returns minute-by-minute precipitation rate timeseries.
- ActionGet ocean forecast
Fetch a forecast of sea conditions (wave height, sea temperature, currents) for a point at sea in Northwestern Europe. GET https://api.met.no/weatherapi/oceanforecast/2.0/complete?lat={lat}&lon={lon}. Requires a unique User-Agent header.
- ActionGet sun and moon times
Calculate sunrise/sunset/moonrise/moonset and related sun/moon events for a lat/lon/date. GET https://api.met.no/weatherapi/sunrise/3.0/sun?lat={lat}&lon={lon}&date={date}&offset={offset} (and /moon for moon events). Requires a unique User-Agent header.
- ActionGet weather forecast
Fetch a multi-day weather forecast for a lat/lon coordinate. GET https://api.met.no/weatherapi/locationforecast/2.0/complete?lat={lat}&lon={lon}&altitude={altitude}. Requires a unique User-Agent header (vendor blocks generic clients with 403). Returns hourly/6-hourly timeseries: temperature, wind, precipitation, humidity, cloud cover, symbol_code.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Meteorologisk Institutt API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
7Timer!7Timer! is a public numerical weather forecast service, notable for its astronomy-oriented "astro" product...
AviationWeatherAviationWeather is the NOAA/NWS Aviation Weather Center data service for flight weather. Callers can...
Hong Kong ObervatoryHong Kong Observatory is Hong Kong's official meteorological and geophysical service, publishing its data...
IPMAIPMA is Portugal's national institute for sea and atmosphere, publishing its open weather and climate data...
openSenseMapopenSenseMap is an open platform for environmental data published by citizen-run weather stations called...
RainViewerRainViewer aggregates precipitation radar data collected from weather services worldwide into a global radar...
weather-apiweather-api is a small RESTful service that reports current weather conditions for a named city. A caller...
WeatherTotalsWeatherTotals publishes measured precipitation and sky-event totals for the United States. Callers can...