← Todos los productos API

Denmark API

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.

GRATIS 19 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

DMI Weather Observations

GET /denmark/dmi/met-obs
Detalles →

Live meteorological observations from DMI stations. Filter by stationId and parameterId. Returns GeoJSON. Source: opendataapi.dmi.dk (no auth since 2026-03-26).

Parametros
stationId opcional
DMI station id, e.g. 06180 (Copenhagen)
parameterId opcional
Parameter, e.g. temp_dry
limit opcional predeterminado: 50
Max features
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"

DMI Weather Stations

GET /denmark/dmi/met-stations
Detalles →

List of DMI meteorological stations with coordinates and metadata.

curl https://nordapi.ee/api/v1/denmark/dmi/met-stations

DMI Ocean Observations

GET /denmark/dmi/ocean-obs
Detalles →

Wave height, water level, sea temperature observations from DMI ocean stations.

curl https://nordapi.ee/api/v1/denmark/dmi/ocean-obs

DMI Lightning Strikes

GET /denmark/dmi/lightning
Detalles →

Recent lightning-strike observations across Denmark.

curl https://nordapi.ee/api/v1/denmark/dmi/lightning

Statistics Denmark Subjects

GET /denmark/dst/subjects
Detalles →

Top-level statistical subjects from Statistics Denmark (DST / Danmarks Statistik). Source: api.statbank.dk.

curl https://nordapi.ee/api/v1/denmark/dst/subjects

Statistics Denmark Tables

GET /denmark/dst/tables/:subject
Detalles →

List tables under a subject id.

Parametros
subject requerido
Subject id (numeric, from /subjects)
curl https://nordapi.ee/api/v1/denmark/dst/tables/2

Statistics Denmark Table Info

GET /denmark/dst/table-info/:table_id
Detalles →

Metadata for one DST table — variables and classifications.

Parametros
table_id requerido
Table id, e.g. FOLK1A
curl https://nordapi.ee/api/v1/denmark/dst/table-info/FOLK1A

Folketinget Recent Cases

GET /denmark/folketinget/cases
Detalles →

Recent parliamentary cases (Sag) from Folketinget OData. Source: oda.ft.dk (no auth).

curl https://nordapi.ee/api/v1/denmark/folketinget/cases

Folketinget Actors

GET /denmark/folketinget/actors
Detalles →

Members of parliament and other parliamentary actors.

curl https://nordapi.ee/api/v1/denmark/folketinget/actors

Folketinget Recent Meetings

GET /denmark/folketinget/meetings
Detalles →

Recent Folketinget meetings ordered by date desc.

curl https://nordapi.ee/api/v1/denmark/folketinget/meetings

Energinet Elspot Prices

GET /denmark/energinet/elspot
Detalles →

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

Energinet CO₂ Intensity

GET /denmark/energinet/co2
Detalles →

5-minute CO₂ emission intensity (g/kWh) for the Danish grid per price area.

curl https://nordapi.ee/api/v1/denmark/energinet/co2

Energinet Production / Consumption

GET /denmark/energinet/production
Detalles →

Hourly production + consumption settlement — wind, solar, central plant, demand.

curl https://nordapi.ee/api/v1/denmark/energinet/production

Energinet Dataset Catalog

GET /denmark/energinet/datasets
Detalles →

List all Energi Data Service datasets available.

curl https://nordapi.ee/api/v1/denmark/energinet/datasets

DAWA Address Autocomplete

GET /denmark/dawa/autocomplete
Detalles →

Fast type-ahead autocomplete for Danish addresses. Source: api.dataforsyningen.dk (no auth).

Parametros
q requerido
Partial address
curl "https://nordapi.ee/api/v1/denmark/dawa/autocomplete?q=Rådhuspladsen"

DAWA Address Search

GET /denmark/dawa/addresses
Detalles →

Full Danish address search with detailed structured results.

Parametros
q requerido
Address query
curl "https://nordapi.ee/api/v1/denmark/dawa/addresses?q=Rådhuspladsen+1"

DAWA Postal Codes List

GET /denmark/dawa/postal-codes
Detalles →

List all Danish postal codes with name and municipality.

curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes

DAWA Postal Code Detail

GET /denmark/dawa/postal-codes/:nr
Detalles →

Look up one postal code.

Parametros
nr requerido
Postal number, e.g. 1050
curl https://nordapi.ee/api/v1/denmark/dawa/postal-codes/1050

DAWA Municipalities

GET /denmark/dawa/municipalities
Detalles →

All Danish municipalities (kommuner) with code and name.

curl https://nordapi.ee/api/v1/denmark/dawa/municipalities