← 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": "b428d044-b26b-c8c9-a0d0-529f66098395",
        "properties": {
          "created": "2026-07-05T17:20:29.571577Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "3483e365-0ff2-d5ce-07db-e02bd0cd15a1",
        "properties": {
          "created": "2026-07-05T17:20:29.5853Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 10.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "1784122f-e797-e604-1e3c-c6d38df4effa",
        "properties": {
          "created": "2026-07-05T17:20:29.585752Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 1.0e3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "02306a51-68d2-236e-e9d2-a0b53b38e043",
        "properties": {
          "created": "2026-07-05T17:20:29.586185Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 4.5e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "672da582-1889-2236-a434-56436a6df010",
        "properties": {
          "created": "2026-07-05T17:20:29.587467Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 47.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "739f356d-f3a4-f629-dc41-3c4c25676f7c",
        "properties": {
          "created": "2026-07-05T17:20:29.62895Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "7145b1ad-0d81-7986-30ce-b8fe3cffc804",
        "properties": {
          "created": "2026-07-05T17:20:29.631204Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1011.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "3f4dd240-0831-6cfd-adc2-01ce474a4f17",
        "properties": {
          "created": "2026-07-05T17:20:29.6326Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1012.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "63a6fe6c-90be-c4cb-4af5-f60c392d7dc6",
        "properties": {
          "created": "2026-07-05T17:20:29.643586Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 3.09
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "30b981bf-654b-0083-2999-8aa3c66999c4",
        "properties": {
          "created": "2026-07-05T17:20:29.646359Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 6.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "d00784fa-03b1-0012-95c1-8ba8728097ab",
        "properties": {
          "created": "2026-07-05T17:20:29.646855Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 17.9
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "65dfefe7-82b4-f1f4-eb1b-e4aa1803f410",
        "properties": {
          "created": "2026-07-05T17:20:29.64734Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 19.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "3c2ea70a-eaea-5098-f5cc-0b61e15042dd",
        "properties": {
          "created": "2026-07-05T17:20:29.647923Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 292.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "27b2e4f1-154e-8bfa-ec89-37878ad1cae4",
        "properties": {
          "created": "2026-07-05T17:20:29.64848Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 11.83
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "22c18cf8-d835-e108-7627-a942ee11271a",
        "properties": {
          "created": "2026-07-05T17:20:29.648987Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 8.23
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "e12c2d3e-c6f3-23d9-fbbe-6b388ac6afd2",
        "properties": {
          "created": "2026-07-05T17:20:29.831898Z",
          "observed": "2026-07-05T17:20:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 4.88e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "97c0644e-16a5-a8df-38b2-c4829dd8f188",
        "properties": {
          "created": "2026-07-05T17:10:18.816307Z",
          "observed": "2026-07-05T17:10:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 49.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "76456596-d8ff-d20c-804e-a376613377c5",
        "properties": {
          "created": "2026-07-05T17:10:18.816818Z",
          "observed": "2026-07-05T17:10:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "54df90b7-d2e7-e9f1-9b22-1e117c0cb482",
        "properties": {
          "created": "2026-07-05T17:10:18.818085Z",
          "observed": "2026-07-05T17:10:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1011.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c4a49cee-6527-464d-0e3c-6b0b7a2312ea",
        "properties": {
          "created": "2026-07-05T17:10:18.818555Z",
          "observed": "2026-07-05T17:10:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1012.4
        },
        "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-07-05T17:20:32Z",
    "type": "FeatureCollection"
  },
  "success": true
}