← 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": "a648d772-00e4-570e-2bd5-e0cb1a28f6df",
        "properties": {
          "created": "2026-06-26T13:20:24.68587Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "11abc0b8-12b7-0311-0f6c-01e7d50c566b",
        "properties": {
          "created": "2026-06-26T13:20:24.696518Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "8e96da19-a514-4f15-3a2b-4322d1b72b60",
        "properties": {
          "created": "2026-06-26T13:20:24.701967Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 15.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "03f8cd50-048b-a203-40b6-aa59b87c7913",
        "properties": {
          "created": "2026-06-26T13:20:24.702568Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 24.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "720f1e98-faaf-4f31-3280-4554126f7346",
        "properties": {
          "created": "2026-06-26T13:20:24.703044Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 28.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f5ed9fec-f687-1fce-baa6-9936cc87b550",
        "properties": {
          "created": "2026-06-26T13:20:24.703481Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 167.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "8ef27663-0ac7-1329-cdfb-a39dbb2ef897",
        "properties": {
          "created": "2026-06-26T13:20:24.703898Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 6.17
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c0629a66-f058-c907-9737-7ed809245011",
        "properties": {
          "created": "2026-06-26T13:20:24.729123Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 5.14
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "fe881bf5-c4f7-63ed-271c-bcc392902afd",
        "properties": {
          "created": "2026-06-26T13:20:24.731001Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 56.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "8a3f5943-712e-9a03-7432-cc8b246b408a",
        "properties": {
          "created": "2026-06-26T13:20:24.731902Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "1f34cb5e-955b-9024-43c1-f3a717db7e74",
        "properties": {
          "created": "2026-06-26T13:20:24.732895Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1019.5
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "0b611991-95ec-a2e1-cef6-fef990737af0",
        "properties": {
          "created": "2026-06-26T13:20:24.733918Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1020.1
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "01e59ab2-fbd6-16c6-d147-bdb7452738d5",
        "properties": {
          "created": "2026-06-26T13:20:24.736438Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "07b6e444-69ab-bbf7-3f6a-eeebb1e1a33b",
        "properties": {
          "created": "2026-06-26T13:20:24.737423Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 4.5e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "1d5ff4c3-180c-ac56-3b2b-af36fff0ed28",
        "properties": {
          "created": "2026-06-26T13:20:24.94935Z",
          "observed": "2026-06-26T13:20:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 4.86e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "37a10feb-a9f1-525f-feeb-31af0502496c",
        "properties": {
          "created": "2026-06-26T13:10:28.463329Z",
          "observed": "2026-06-26T13:10:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 5.0e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "97dcbfec-fcef-5da4-3639-3f420f37aabe",
        "properties": {
          "created": "2026-06-26T13:10:28.471195Z",
          "observed": "2026-06-26T13:10:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 56.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "176bbeee-2942-8a89-bab3-9f65299a64c1",
        "properties": {
          "created": "2026-06-26T13:10:28.471713Z",
          "observed": "2026-06-26T13:10:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "fcec6273-aac2-a7d0-521c-126c19f92901",
        "properties": {
          "created": "2026-06-26T13:10:28.472487Z",
          "observed": "2026-06-26T13:10:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1019.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "643554a4-8c94-517c-fa05-46cb1cecbca4",
        "properties": {
          "created": "2026-06-26T13:10:28.472998Z",
          "observed": "2026-06-26T13:10:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1020.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-06-26T13:23:16Z",
    "type": "FeatureCollection"
  },
  "success": true
}