← Allar API vörur

Norrænar samantektir 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.

ÓKEYPIS 10 endapunktar 100 fyrirsp./klst.
Grunnslóð: https://nordapi.ee/api/v1

Nord Pool dagsfyrirfram verð

GET /nordic/nord-pool/day-ahead/:area
Nánar →

Opinber Nord Pool dagsfyrirfram staðverð fyrir eitt afhendingarsvæði á tilteknum degi. Nær yfir öll Norðurlanda- + Eystrasaltssvæði auk tengdra evrópskra svæða. Heimild: dataportal-api.nordpoolgroup.com (engin auðkenning).

Breytur
area nauðsynlegt
Delivery area code (NO1-5, SE1-4, DK1-2, FI, EE, LV, LT, ...)
date valfrjálst
YYYY-MM-DD (default today)
currency valfrjálst sjálfgefið: 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 nýjasti pakki fyrir öll svæði

GET /nordic/nord-pool/latest-all
Nánar →

Dagsfyrirfram verð dagsins fyrir öll 12 Norðurlanda- + Eystrasaltsafhendingarsvæðin (NO1-5, SE1-4, DK1-2, FI) í einu kalli.

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

ECB nýjasta gengi

GET /nordic/ecb/fx/:currency
Nánar →

Nýjasta daglega staðgengi fyrir einn gjaldmiðil á móti EUR frá Seðlabanka Evrópu. SDMX-JSON. Engin auðkenning. Nær beint yfir öll Norðurlanda- + Eystrasaltslönd á evrusvæðinu (FI, EE, LV, LT).

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

ECB nýjasti gengispakki

GET /nordic/ecb/fx-latest
Nánar →

Nýjasta staðgengi fyrir helstu gjaldmiðla á móti EUR í einu kalli.

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

ECB gengissaga

GET /nordic/ecb/fx-history/:currency
Nánar →

Sögulegar daglegar gengismælingar fyrir einn gjaldmiðil á móti EUR.

Breytur
currency nauðsynlegt
ISO 4217 code
from nauðsynlegt
YYYY-MM-DD
to nauðsynlegt
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
Nánar →

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.

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

HELCOM MADS Catalog

GET /helcom/catalog
Nánar →

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
Nánar →

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
Nánar →

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

Breytur
service nauðsynlegt
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
Nánar →

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

Breytur
service nauðsynlegt
Service slug
layer_id nauðsynlegt
Numeric layer id (from layers endpoint)
limit valfrjálst sjálfgefið: 25
Max records (1..200)
where valfrjálst sjálfgefið: 1=1
ArcGIS WHERE clause
curl "https://nordapi.ee/api/v1/helcom/services/Shipping/layers/325/features?limit=5"