19 endpoints for Danish open data: DMI weather + ocean + lightning observations (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 (day-ahead Elspot prices for DK1/DK2, live CO₂ intensity, production/consumption settlement), and DAWA addresses (autocomplete, full search, postal codes, municipalities). All no-auth, JSON.
Basis-URL: https://nordapi.ee/api/v1
GET /denmark/dmi/met-obs
Live meteorological observations from DMI stations. Filter by stationId and parameterId. Returns GeoJSON. Source: opendataapi.dmi.dk (no auth since 2026-03-26).
stationId
optional
parameterId
optional
limit
optional
Standard: 50
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"
GET /denmark/dmi/met-stations
List of DMI meteorological stations with coordinates and metadata.
curl https://nordapi.ee/api/v1/denmark/dmi/met-stations
GET /denmark/dmi/ocean-obs
Wave height, water level, sea temperature observations from DMI ocean stations.
curl https://nordapi.ee/api/v1/denmark/dmi/ocean-obs
GET /denmark/dmi/lightning
Recent lightning-strike observations across Denmark.
curl https://nordapi.ee/api/v1/denmark/dmi/lightning
GET /denmark/dst/subjects
Top-level statistical subjects from Statistics Denmark (DST / Danmarks Statistik). Source: api.statbank.dk.
curl https://nordapi.ee/api/v1/denmark/dst/subjects
GET /denmark/dst/tables/:subject
List tables under a subject id.
subject
erforderlich
curl https://nordapi.ee/api/v1/denmark/dst/tables/2
GET /denmark/dst/table-info/:table_id
Metadata for one DST table — variables and classifications.
table_id
erforderlich
curl https://nordapi.ee/api/v1/denmark/dst/table-info/FOLK1A
GET /denmark/folketinget/cases
Recent parliamentary cases (Sag) from Folketinget OData. Source: oda.ft.dk (no auth).
curl https://nordapi.ee/api/v1/denmark/folketinget/cases
GET /denmark/folketinget/actors
Members of parliament and other parliamentary actors.
curl https://nordapi.ee/api/v1/denmark/folketinget/actors
GET /denmark/folketinget/meetings
Recent Folketinget meetings ordered by date desc.
curl https://nordapi.ee/api/v1/denmark/folketinget/meetings
GET /denmark/energinet/elspot
Day-ahead spot electricity prices for all Danish price areas (DK1, DK2, plus connected). DKK + EUR per MWh, hourly. Source: api.energidataservice.dk.
curl https://nordapi.ee/api/v1/denmark/energinet/elspot
GET /denmark/energinet/co2
5-minute CO₂ emission intensity (g/kWh) for the Danish grid per price area.
curl https://nordapi.ee/api/v1/denmark/energinet/co2
GET /denmark/energinet/production
Hourly production + consumption settlement — wind, solar, central plant, demand.
curl https://nordapi.ee/api/v1/denmark/energinet/production
GET /denmark/energinet/datasets
List all Energi Data Service datasets available.
curl https://nordapi.ee/api/v1/denmark/energinet/datasets
GET /denmark/dawa/autocomplete
Fast type-ahead autocomplete for Danish addresses. Source: api.dataforsyningen.dk (no auth).
q
erforderlich
curl "https://nordapi.ee/api/v1/denmark/dawa/autocomplete?q=Rådhuspladsen"
GET /denmark/dawa/addresses
Full Danish address search with detailed structured results.
q
erforderlich
curl "https://nordapi.ee/api/v1/denmark/dawa/addresses?q=Rådhuspladsen+1"
GET /denmark/dawa/postal-codes
List all Danish postal codes with name and municipality.
curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes
GET /denmark/dawa/postal-codes/:nr
Look up one postal code.
nr
erforderlich
curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes/1050
GET /denmark/dawa/municipalities
All Danish municipalities (kommuner) with code and name.
curl https://nordapi.ee/api/v1/denmark/dawa/municipalities