← Denmark

DMI Weather Observations

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).

Parameters

stationId optional

DMI station id, e.g. 06180 (Copenhagen)

parameterId optional

Parameter, e.g. temp_dry

limit optional default: 50

Max features

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"

Live Response

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ff788cb6-ae1e-e97b-9b1a-d7f72d3a2edf",
        "properties": {
          "created": "2026-08-12T07:40:27.358445Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 4.99e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "92c7deb4-9f90-10c7-595f-6f866640b4af",
        "properties": {
          "created": "2026-08-12T07:40:27.432553Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 57.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "0f512461-8273-cb52-ff49-f803dfa518e4",
        "properties": {
          "created": "2026-08-12T07:40:27.433976Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.1
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "7719d1f3-dfef-2154-02dd-64d79dbf34cd",
        "properties": {
          "created": "2026-08-12T07:40:27.435081Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1028.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a19c115d-8956-8157-3db9-ff56797464cc",
        "properties": {
          "created": "2026-08-12T07:40:27.436394Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1029.1
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "327c1227-cc21-0641-9312-0b1a27e45a79",
        "properties": {
          "created": "2026-08-12T07:40:27.253019Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "95d25a86-39f1-15ef-8f1d-909a755df386",
        "properties": {
          "created": "2026-08-12T07:40:27.253368Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 8.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c7e27fd9-12a3-d769-9518-d110ac656171",
        "properties": {
          "created": "2026-08-12T07:40:27.253575Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 16.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c1eb70f3-6ea7-36ef-19cb-12fd2c512f09",
        "properties": {
          "created": "2026-08-12T07:40:27.25375Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 19.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "857e3b28-b8a3-4275-cc86-0f6fc796c19e",
        "properties": {
          "created": "2026-08-12T07:40:27.253926Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 289.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a98ef280-5967-4391-684c-61a0b9e3b9b9",
        "properties": {
          "created": "2026-08-12T07:40:27.254097Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 3.09
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f034336c-89db-0207-c098-333a631c1940",
        "properties": {
          "created": "2026-08-12T07:40:27.254266Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 1.54
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ccff83e7-f3ea-61ac-0b92-712b9de10fb2",
        "properties": {
          "created": "2026-08-12T07:40:27.256079Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 1.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "fe7e9f3f-811f-635f-aaaf-252b3c9284d2",
        "properties": {
          "created": "2026-08-12T07:40:27.344427Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "precip_past1min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "d5aa1a96-f941-ba1b-b1dd-baf72a509eb6",
        "properties": {
          "created": "2026-08-12T07:40:27.449309Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 60.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "1164a366-6209-85d5-8f58-4f073bae8dac",
        "properties": {
          "created": "2026-08-12T07:40:27.449851Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 600.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "85c844de-026d-d096-10f3-523ba43f5096",
        "properties": {
          "created": "2026-08-12T07:40:27.450492Z",
          "observed": "2026-08-12T07:40:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 4.5e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "9dbb2be5-0cb3-1d38-86ac-017647e88655",
        "properties": {
          "created": "2026-08-12T07:40:27.332123Z",
          "observed": "2026-08-12T07:39:00Z",
          "parameterId": "precip_past1min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "de674ec6-ad5e-f5ee-cc92-03a7e7969efe",
        "properties": {
          "created": "2026-08-12T07:40:27.345804Z",
          "observed": "2026-08-12T07:38:00Z",
          "parameterId": "precip_past1min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f4a2d221-4faf-7d38-5d33-05a79e7160c2",
        "properties": {
          "created": "2026-08-12T07:40:27.348446Z",
          "observed": "2026-08-12T07:37:00Z",
          "parameterId": "precip_past1min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      }
    ],
    "links": [
      {
        "href": "https://opendataapi.dmi.dk/v2/metObs/collections/observation/items?limit=20&stationId=06180",
        "rel": "self",
        "title": "This document",
        "type": "application/geo+json"
      },
      {
        "href": "https://opendataapi.dmi.dk/v2/metObs/collections/observation/items?limit=20&stationId=06180&offset=20",
        "rel": "next",
        "title": "Next set of results",
        "type": "application/geo+json"
      }
    ],
    "numberReturned": 20,
    "timeStamp": "2026-08-12T07:48:48Z",
    "type": "FeatureCollection"
  },
  "success": true
}