← Все API-продукты

Norway API

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

БЕСПЛАТНО 11 эндпоинтов 100 запр/час
Базовый URL: https://nordapi.ee/api/v1

MET Point Forecast

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 обязательный
Latitude (e.g. 59.91)
lon обязательный
Longitude (e.g. 10.75)
curl "https://nordapi.ee/api/v1/norway/met/forecast?lat=59.91&lon=10.75"

MET Weather Alerts

GET /norway/met/alerts
Подробности →

Active weather alerts across Norway as GeoJSON. Severe-weather warnings.

curl https://nordapi.ee/api/v1/norway/met/alerts

MET Air-Quality Areas

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

Norwegian Business Detail

GET /norway/business/:org_no
Подробности →

Look up a Norwegian company by 9-digit organisasjonsnummer.

Параметры
org_no обязательный
9-digit org number
curl https://nordapi.ee/api/v1/norway/business/923609016

Norges Bank FX Rate

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 обязательный
ISO 4217 code, e.g. USD, EUR
curl https://nordapi.ee/api/v1/norway/norges-bank/fx/USD

Norges Bank Latest FX Bundle

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

Norges Bank Policy Rate

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

Oslo Bysykkel GBFS Discovery

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

Oslo Bysykkel Stations

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

Oslo Bysykkel Live Status

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