11 endpoints for Norwegian open data: MET / Yr.no weather forecasts and active weather alerts across Norway, Brønnøysundregistrene (Brreg) business registry with company search and lookup, Norges Bank exchange rates and key policy rate via SDMX, and Oslo Bysykkel city bike GBFS feed with live station availability. No auth required; MET expects a descriptive User-Agent (handled server-side).
URL de base: https://nordapi.ee/api/v1
GET /norway/met/forecast
9-day compact weather forecast for any lat/lon (designed for Norway but works globally). Returns time series with temperature, wind, humidity, pressure, precipitation. Source: api.met.no (no auth).
lat
requis
lon
requis
curl "https://nordapi.ee/api/v1/norway/met/forecast?lat=59.91&lon=10.75"
GET /norway/met/alerts
Active weather alerts across Norway as GeoJSON. Severe-weather warnings.
curl https://nordapi.ee/api/v1/norway/met/alerts
GET /norway/met/air-quality-areas
Norwegian municipalities/areas covered by MET's air-quality forecast service.
curl https://nordapi.ee/api/v1/norway/met/air-quality-areas
GET /norway/business/search
Search the Norwegian business registry (Enhetsregisteret) by company name. Returns organisasjonsnummer, name, legal form, registration date, address. Source: data.brreg.no (no auth).
name
requis
curl "https://nordapi.ee/api/v1/norway/business/search?name=Equinor"
GET /norway/business/:org_no
Look up a Norwegian company by 9-digit organisasjonsnummer.
org_no
requis
curl https://nordapi.ee/api/v1/norway/business/923609016
GET /norway/norges-bank/fx/:currency
Latest spot exchange rate for a currency vs NOK from Norges Bank (B.{ccy}.NOK.SP series). SDMX-JSON.
currency
requis
curl https://nordapi.ee/api/v1/norway/norges-bank/fx/USD
GET /norway/norges-bank/fx-latest
Latest spot rates for USD, EUR, GBP, SEK, DKK, JPY vs NOK in one call.
curl https://nordapi.ee/api/v1/norway/norges-bank/fx-latest
GET /norway/norges-bank/policy-rate
Recent observations of Norges Bank's key policy rate (Styringsrente).
curl https://nordapi.ee/api/v1/norway/norges-bank/policy-rate
GET /norway/oslo-bikes/discovery
Auto-discovery doc listing all GBFS feeds available for Oslo Bysykkel.
curl https://nordapi.ee/api/v1/norway/oslo-bikes/discovery
GET /norway/oslo-bikes/stations
Static station info — name, coordinates, capacity for all Oslo bike stations.
curl https://nordapi.ee/api/v1/norway/oslo-bikes/stations
GET /norway/oslo-bikes/status
Real-time bike + dock availability per station, with renting/returning flags.
curl https://nordapi.ee/api/v1/norway/oslo-bikes/status