← Kaikki API-tuotteet

Pohjoismaiset koosteet API

10 endpoints aggregating data across the Nordic + Baltic region: Nord Pool day-ahead spot prices (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT), European Central Bank reference exchange rates (relevant to the four Eurozone countries — Finland, Estonia, Latvia, Lithuania), Wikipedia REST page summaries for the Nordic/Baltic language editions (sv, no, da, fi, et, is), and HELCOM MADS Baltic-Sea environment ArcGIS (shipping accidents and oil spills, biodiversity observations, environmental pressures). All no-auth, JSON / GeoJSON.

ILMAINEN 10 rajapintaa 100 pyyntöä/tunti
Perus-URL: https://nordapi.ee/api/v1

Nord Pool seuraavan päivän hinnat

GET /nordic/nord-pool/day-ahead/:area
Tiedot →

Viralliset Nord Poolin seuraavan päivän spot-hinnat yhdelle toimitusalueelle tiettynä päivänä. Kattaa kaikki Pohjoismaiden ja Baltian alueet sekä yhdistetyt eurooppalaiset vyöhykkeet. Lähde: dataportal-api.nordpoolgroup.com (ilman tunnistautumista).

Parametrit
area pakollinen
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date valinnainen
YYYY-MM-DD (default today)
currency valinnainen oletus: EUR
EUR / NOK / SEK / DKK
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27&currency=EUR"

Nord Pool viimeisin kaikkien alueiden paketti

GET /nordic/nord-pool/latest-all
Tiedot →

Tämän päivän seuraavan päivän hinnat kaikille 12 Pohjoismaiden ja Baltian toimitusalueelle (NO1-5, SE1-4, DK1-2, FI) yhdellä kutsulla.

curl https://nordapi.ee/api/v1/nordic/nord-pool/latest-all

ECB:n viimeisin valuuttakurssi

GET /nordic/ecb/fx/:currency
Tiedot →

Yhden valuutan viimeisin päivittäinen spot-kurssi euroon nähden Euroopan keskuspankilta. SDMX-JSON. Ilman tunnistautumista. Kattaa suoraan kaikki euroalueen Pohjoismaiden ja Baltian maat (FI, EE, LV, LT).

Parametrit
currency pakollinen
ISO 4217 code, e.g. USD, GBP, SEK, NOK, DKK
curl https://nordapi.ee/api/v1/nordic/ecb/fx/USD

ECB:n viimeisin valuuttakurssipaketti

GET /nordic/ecb/fx-latest
Tiedot →

Viimeisimmät spot-kurssit pääasiallisille valuutoille euroon nähden yhdellä kutsulla.

curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest

ECB:n valuuttakurssihistoria

GET /nordic/ecb/fx-history/:currency
Tiedot →

Yhden valuutan päivittäiset historialliset valuuttakurssihavainnot euroon nähden.

Parametrit
currency pakollinen
ISO 4217 code
from pakollinen
YYYY-MM-DD
to pakollinen
YYYY-MM-DD
curl "https://nordapi.ee/api/v1/nordic/ecb/fx-history/USD?from=2026-04-15&to=2026-05-01"

Wikipedia Page Summary

GET /nordic/wikipedia/:lang/:title
Tiedot →

Page summary (title, extract, thumbnail, coordinates) for an article from a Nordic/Baltic Wikipedia edition via the REST v1 API. Supported languages: sv, no, da, fi, et, is. No auth.

Parametrit
lang pakollinen
Language edition: sv, no, da, fi, et, is
title pakollinen
Article title, e.g. Stockholm
curl https://nordapi.ee/api/v1/nordic/wikipedia/sv/Stockholm

HELCOM MADS Catalog

GET /helcom/catalog
Tiedot →

Top-level catalog of HELCOM (Baltic Marine Environment Protection Commission) Maritime Activity Data System (MADS) services. Lists all map services published by HELCOM — Shipping, Biodiversity, Pressures, Indicators_and_assessments, Monitoring, Human_Activities, etc. Source: maps.helcom.fi (ArcGIS REST). No auth.

curl https://nordapi.ee/api/v1/helcom/catalog

HELCOM MADS Service List

GET /helcom/services
Tiedot →

Supported MADS service slugs you can pass to the layers + features endpoints.

curl https://nordapi.ee/api/v1/helcom/services

HELCOM MADS Layers

GET /helcom/services/:service/layers
Tiedot →

List feature layers + metadata in one MADS service. Each layer has an id you can pass to the features endpoint to fetch GeoJSON.

Parametrit
service pakollinen
Service slug, e.g. Shipping, Biodiversity, Pressures
curl https://nordapi.ee/api/v1/helcom/services/Shipping/layers

HELCOM MADS Layer Features

GET /helcom/services/:service/layers/:layer_id/features
Tiedot →

Query features in one MADS layer as GeoJSON FeatureCollection. Records covering Baltic shipping accidents, oil spills, biodiversity observations, environmental pressures, etc.

Parametrit
service pakollinen
Service slug
layer_id pakollinen
Numeric layer id (from layers endpoint)
limit valinnainen oletus: 25
Max records (1..200)
where valinnainen oletus: 1=1
ArcGIS WHERE clause
curl "https://nordapi.ee/api/v1/helcom/services/Shipping/layers/325/features?limit=5"