43 endpoints for Danish open data: DMI weather + ocean + lightning observations plus DMI Climate Data collections (newly no-auth as of 2026-03-26), Statistics Denmark (DST) PxWeb-style StatBank with subjects + tables + metadata, Folketinget OData parliament API for cases/MPs/meetings, Energinet electricity + gas (day-ahead/Elspot prices for DK1/DK2, live CO₂ intensity, production/consumption, grid tariffs, real-time grid status, forecasts, capacity, gas flow + composition), DAWA addresses + administrative geographies (autocomplete, full search, postal codes, municipalities, regions, parishes, police + court districts, placenames, constituencies), SMK national gallery art search, Retsinformation legal search, Danmarks Nationalbank FX rates, the national Open Data DK CKAN portal, the Royal Danish Library (Det Kgl. Bibliotek) COP syndication RSS, and the Danmarks Miljøportal nature/environment WFS. All no-auth (KB and Miljøportal return XML).
基础 URL: https://nordapi.ee/api/v1
GET /denmark/dmi/met-obs
来自 DMI 站点的实时气象观测数据。按 stationId 和 parameterId 过滤。返回 GeoJSON。数据来源:opendataapi.dmi.dk(自 2026-03-26 起免鉴权)。
stationId
可选
parameterId
可选
limit
可选
默认: 50
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"
GET /denmark/dmi/met-stations
DMI 气象站列表,含坐标和元数据。
curl https://nordapi.ee/api/v1/denmark/dmi/met-stations
GET /denmark/dmi/ocean-obs
来自 DMI 海洋站点的浪高、水位、海水温度观测数据。
curl https://nordapi.ee/api/v1/denmark/dmi/ocean-obs
GET /denmark/dmi/lightning
丹麦全境的近期闪电观测。
curl https://nordapi.ee/api/v1/denmark/dmi/lightning
GET /denmark/dst/subjects
来自 Statistics Denmark(DST / Danmarks Statistik)的顶层统计主题。数据来源:api.statbank.dk。
curl https://nordapi.ee/api/v1/denmark/dst/subjects
GET /denmark/dst/tables/:subject
列出某一主题 id 下的表格。
subject
必填
curl https://nordapi.ee/api/v1/denmark/dst/tables/2
GET /denmark/dst/table-info/:table_id
某一 DST 表格的元数据——变量与分类。
table_id
必填
curl https://nordapi.ee/api/v1/denmark/dst/table-info/FOLK1A
GET /denmark/folketinget/cases
来自 Folketinget OData 的近期议会议案(Sag)。数据来源:oda.ft.dk(免鉴权)。
curl https://nordapi.ee/api/v1/denmark/folketinget/cases
GET /denmark/folketinget/actors
议会议员及其他议会参与方。
curl https://nordapi.ee/api/v1/denmark/folketinget/actors
GET /denmark/folketinget/meetings
Folketinget 近期会议,按日期降序排列。
curl https://nordapi.ee/api/v1/denmark/folketinget/meetings
GET /denmark/energinet/elspot
丹麦全部价格区(DK1、DK2,以及相连区域)的次日现货电价。丹麦克朗 + 欧元每兆瓦时,按小时。数据来源:api.energidataservice.dk。
curl https://nordapi.ee/api/v1/denmark/energinet/elspot
GET /denmark/energinet/co2
丹麦电网各价格区每 5 分钟的 CO₂ 排放强度(克/千瓦时)。
curl https://nordapi.ee/api/v1/denmark/energinet/co2
GET /denmark/energinet/production
按小时的生产 + 消费结算——风电、光伏、中央电厂、需求。
curl https://nordapi.ee/api/v1/denmark/energinet/production
GET /denmark/energinet/datasets
列出全部可用的 Energi Data Service 数据集。
curl https://nordapi.ee/api/v1/denmark/energinet/datasets
GET /denmark/dawa/autocomplete
丹麦地址的快速即时输入自动补全。数据来源:api.dataforsyningen.dk(免鉴权)。
q
必填
curl "https://nordapi.ee/api/v1/denmark/dawa/autocomplete?q=Rådhuspladsen"
GET /denmark/dawa/addresses
完整的丹麦地址搜索,提供详细的结构化结果。
q
必填
curl "https://nordapi.ee/api/v1/denmark/dawa/addresses?q=Rådhuspladsen+1"
GET /denmark/dawa/postal-codes
列出全部丹麦邮政编码,含名称和市镇。
curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes
GET /denmark/dawa/postal-codes/:nr
查询某一个邮政编码。
nr
必填
curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes/1050
GET /denmark/dawa/municipalities
全部丹麦市镇(kommuner),含代码和名称。
curl https://nordapi.ee/api/v1/denmark/dawa/municipalities
GET /denmark/dawa/regions
丹麦全部五个地区(regioner)及代码和名称。
curl https://nordapi.ee/api/v1/denmark/dawa/regions
GET /denmark/dawa/parishes
丹麦教区(sogne),分页返回。
side
可选
默认: 1
per_side
可选
默认: 100
curl "https://nordapi.ee/api/v1/denmark/dawa/parishes?side=1&per_side=100"
GET /denmark/dawa/police-districts
丹麦警区(politikredse)及代码和名称。
curl https://nordapi.ee/api/v1/denmark/dawa/police-districts
GET /denmark/dawa/court-districts
丹麦法院辖区(retskredse)及代码和名称。
curl https://nordapi.ee/api/v1/denmark/dawa/court-districts
GET /denmark/dawa/places
检索丹麦地名词典(steder)。
q
必填
curl "https://nordapi.ee/api/v1/denmark/dawa/places?q=Roskilde"
GET /denmark/dawa/constituencies
丹麦选区(opstillingskredse)。
curl https://nordapi.ee/api/v1/denmark/dawa/constituencies
GET /denmark/energinet/tariffs
按丹麦电网公司划分的 DataHub 电网费率/网络费用。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/tariffs
GET /denmark/energinet/dayahead
日前市场电价,最新优先。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/dayahead
GET /denmark/energinet/realtime
丹麦实时电网状态(生产、消费、交换),最新优先。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/realtime
GET /denmark/energinet/forecasts
每小时生产/消费预报,最新优先。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/forecasts
GET /denmark/energinet/capacity
按丹麦市镇划分的已装机发电容量。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/capacity
GET /denmark/energinet/gas-flow
丹麦燃气输送系统中的燃气流量。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/gas-flow
GET /denmark/energinet/gas-composition
丹麦燃气电网中的燃气成分(能量含量、密度)。
limit
可选
默认: 50
curl https://nordapi.ee/api/v1/denmark/energinet/gas-composition
GET /denmark/smk/search
检索丹麦国家美术馆(SMK)艺术藏品。来源:api.smk.dk(无需认证)。
q
必填
curl "https://nordapi.ee/api/v1/denmark/smk/search?q=Hammershøi"
GET /denmark/smk/object
按对象编号获取单条 SMK 艺术品记录。
object_number
必填
curl "https://nordapi.ee/api/v1/denmark/smk/object?object_number=KMS1"
GET /denmark/retsinformation/search
在 Retsinformation 上对丹麦法律法规进行全文检索。来源:retsinformation.dk(无需认证)。
q
必填
curl "https://nordapi.ee/api/v1/denmark/retsinformation/search?q=databeskyttelse"
GET /denmark/nationalbank/rates
官方 Danmarks Nationalbank 汇率(每 100 单位兑 DKK),解析自 XML。来源:nationalbanken.dk(无需认证)。
curl https://nordapi.ee/api/v1/denmark/nationalbank/rates
GET /denmark/opendata/search
在国家 Open Data DK 门户(CKAN)上检索数据集。来源:admin.opendata.dk(无需认证)。
q
必填
curl "https://nordapi.ee/api/v1/denmark/opendata/search?q=trafik"
GET /denmark/opendata/dataset
显示单个 Open Data DK 数据集(CKAN package_show)。
id
必填
curl "https://nordapi.ee/api/v1/denmark/opendata/dataset?id=100-ars-stormflod"
GET /denmark/opendata/records
通过 CKAN datastore 查询某资源的表格记录。
resource_id
必填
curl "https://nordapi.ee/api/v1/denmark/opendata/records?resource_id=8bc47099-0fd6-4cfd-b7ef-ed6bc5bc2b88"
GET /denmark/dmi/climate/collections
列出可用的 DMI 气候数据集(OGC API Features)。来源:dmigw.govcloud.dk(无需认证)。
curl https://nordapi.ee/api/v1/denmark/dmi/climate/collections
GET /denmark/dmi/climate/items
列出某 DMI 气候数据集内的数据项(要素)。
collection
必填
curl "https://nordapi.ee/api/v1/denmark/dmi/climate/items?collection=stationValue"
GET /denmark/kb/feed
Royal Danish Library (Det Kgl. Bibliotek) COP syndication RSS feed (XML) for a given collection path. Source: kb.dk (no auth).
collection
必填
curl "https://nordapi.ee/api/v1/denmark/kb/feed?collection=images/billed/2010/okt/billeder/subject2109/da/"
GET /denmark/miljoeportal/capabilities
WFS GetCapabilities document (XML) for the Danish Environmental Portal (Danmarks Miljøportal) natur_miljoe service, listing all available nature/environment feature types. Source: miljoegis.mim.dk (no auth).
curl https://nordapi.ee/api/v1/denmark/miljoeportal/capabilities