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.
基础 URL: https://nordapi.ee/api/v1
GET /nordic/nord-pool/day-ahead/:area
某一交付区域在指定日期的官方 Nord Pool 次日现货电价。覆盖全部北欧 + 波罗的海区域以及相连的欧洲价区。数据来源:dataportal-api.nordpoolgroup.com(免鉴权)。
area
必填
date
可选
currency
可选
默认: EUR
curl "https://nordapi.ee/api/v1/nordic/nord-pool/day-ahead/DK1?date=2026-05-27¤cy=EUR"
GET /nordic/nord-pool/latest-all
一次调用获取全部 12 个北欧 + 波罗的海交付区域(NO1-5、SE1-4、DK1-2、FI)今日的次日电价。
curl https://nordapi.ee/api/v1/nordic/nord-pool/latest-all
GET /nordic/ecb/fx/:currency
来自欧洲中央银行的某一货币兑欧元的最新每日现货汇率。SDMX-JSON。免鉴权。直接覆盖全部北欧 + 波罗的海欧元区国家(FI、EE、LV、LT)。
currency
必填
curl https://nordapi.ee/api/v1/nordic/ecb/fx/USD
GET /nordic/ecb/fx-latest
一次调用获取主要货币兑欧元的最新现货汇率。
curl https://nordapi.ee/api/v1/nordic/ecb/fx-latest
GET /nordic/ecb/fx-history/:currency
某一货币兑欧元的历史每日汇率观测值。
currency
必填
from
必填
to
必填
curl "https://nordapi.ee/api/v1/nordic/ecb/fx-history/USD?from=2026-04-15&to=2026-05-01"
GET /nordic/wikipedia/:lang/:title
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.
lang
必填
title
必填
curl https://nordapi.ee/api/v1/nordic/wikipedia/sv/Stockholm
GET /helcom/catalog
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
GET /helcom/services
Supported MADS service slugs you can pass to the layers + features endpoints.
curl https://nordapi.ee/api/v1/helcom/services
GET /helcom/services/:service/layers
List feature layers + metadata in one MADS service. Each layer has an id you can pass to the features endpoint to fetch GeoJSON.
service
必填
curl https://nordapi.ee/api/v1/helcom/services/Shipping/layers
GET /helcom/services/:service/layers/:layer_id/features
Query features in one MADS layer as GeoJSON FeatureCollection. Records covering Baltic shipping accidents, oil spills, biodiversity observations, environmental pressures, etc.
service
必填
layer_id
必填
limit
可选
默认: 25
where
可选
默认: 1=1
curl "https://nordapi.ee/api/v1/helcom/services/Shipping/layers/325/features?limit=5"