← Alle API-produkter

Nordiske aggregeringer 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.

GRATIS 10 endepunkter 100 foresp./time
Basis-URL: https://nordapi.ee/api/v1

Nord Pool day-ahead-priser

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

Officielle Nord Pool day-ahead spotpriser for ét leveringsområde på en given dato. Dækker alle nordiske + baltiske områder plus forbundne europæiske zoner. Kilde: dataportal-api.nordpoolgroup.com (uden godkendelse).

Parametre
area påkrævet
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date valgfri
YYYY-MM-DD (default today)
currency valgfri standard: 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 seneste alle-områder-bundt

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

Dagens day-ahead-priser for alle 12 nordiske + baltiske leveringsområder (NO1-5, SE1-4, DK1-2, FI) i ét kald.

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

ECB seneste valutakurs

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

Seneste daglige spotvalutakurs for én valuta over for EUR fra Den Europæiske Centralbank. SDMX-JSON. Uden godkendelse. Dækker alle nordiske + baltiske eurolande (FI, EE, LV, LT) direkte.

Parametre
currency påkrævet
ISO 4217 code, e.g. USD, GBP, SEK, NOK, DKK
curl https://nordapi.ee/api/v1/nordic/ecb/fx/USD

ECB seneste valutakursbundt

GET /nordic/ecb/fx-latest
Detaljer →

Seneste spotkurser for større valutaer over for EUR i ét kald.

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

ECB valutakurshistorik

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

Historiske daglige valutakursobservationer for én valuta over for EUR.

Parametre
currency påkrævet
ISO 4217 code
from påkrævet
YYYY-MM-DD
to påkrævet
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
Detaljer →

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.

Parametre
lang påkrævet
Language edition: sv, no, da, fi, et, is
title påkrævet
Article title, e.g. Stockholm
curl https://nordapi.ee/api/v1/nordic/wikipedia/sv/Stockholm

HELCOM MADS Catalog

GET /helcom/catalog
Detaljer →

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
Detaljer →

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
Detaljer →

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

Parametre
service påkrævet
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
Detaljer →

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

Parametre
service påkrævet
Service slug
layer_id påkrævet
Numeric layer id (from layers endpoint)
limit valgfri standard: 25
Max records (1..200)
where valgfri standard: 1=1
ArcGIS WHERE clause
curl "https://nordapi.ee/api/v1/helcom/services/Shipping/layers/325/features?limit=5"