← 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": "1aea7193-0ae5-09b9-2f11-4f22e64bfd7a",
        "properties": {
          "created": "2026-07-06T21:40:16.351925Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 9.26
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a6aaf475-e9ea-3215-172c-33bf03079074",
        "properties": {
          "created": "2026-07-06T21:40:16.353775Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 6.69
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ff58e9f1-848a-0757-ebfe-4592eb4bea9e",
        "properties": {
          "created": "2026-07-06T21:40:16.355334Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "373164df-a59e-7f56-f024-ac42fa84e8ed",
        "properties": {
          "created": "2026-07-06T21:40:16.358049Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 94.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "6adf7161-4349-523b-e486-dca05a797d74",
        "properties": {
          "created": "2026-07-06T21:40:16.359386Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "6a018ea8-7d6b-3262-46ff-611c84d215a1",
        "properties": {
          "created": "2026-07-06T21:40:16.360188Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1004.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "51a4ece3-1abb-75cf-006c-994e74c3e496",
        "properties": {
          "created": "2026-07-06T21:40:16.360757Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1005.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "692f3369-20b1-3531-5900-d8c60a4c4328",
        "properties": {
          "created": "2026-07-06T21:40:16.361732Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 8.8e3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "1b1f4004-cf8b-9ed5-5cb9-7ffc9d57cfd2",
        "properties": {
          "created": "2026-07-06T21:40:16.448783Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 100.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "43f970b5-5380-1d96-e9fc-d23c62950bfb",
        "properties": {
          "created": "2026-07-06T21:40:16.449455Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 300.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "40024840-7ee9-9209-1bfe-32ec8cfda03f",
        "properties": {
          "created": "2026-07-06T21:40:16.449987Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 8.0e3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "362da5af-c8bd-9f4c-6226-c6a0f44af24e",
        "properties": {
          "created": "2026-07-06T21:40:16.450649Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "9133ad1f-7243-cf09-51f1-7ee5252a0e4c",
        "properties": {
          "created": "2026-07-06T21:40:16.34446Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 14.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "bea31512-5b80-5673-b7ef-b3f3cde584ee",
        "properties": {
          "created": "2026-07-06T21:40:16.345889Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 14.9
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "468ee9e6-ff1e-8650-f600-dfb20f771fdf",
        "properties": {
          "created": "2026-07-06T21:40:16.348929Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 14.5
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "5e852a20-ce1c-a398-8391-1862f54aafe2",
        "properties": {
          "created": "2026-07-06T21:40:16.350275Z",
          "observed": "2026-07-06T21:40:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 268.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ee20cd14-d30a-4ba9-87ea-b44e08739069",
        "properties": {
          "created": "2026-07-06T21:30:16.604049Z",
          "observed": "2026-07-06T21:30:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 92.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "877b3abb-fa80-64f0-8cab-31b20dbb3994",
        "properties": {
          "created": "2026-07-06T21:30:16.60521Z",
          "observed": "2026-07-06T21:30:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "7ad219dd-3486-420b-58e8-474ee3e737de",
        "properties": {
          "created": "2026-07-06T21:30:16.608085Z",
          "observed": "2026-07-06T21:30:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1004.3
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "e13c4b9a-7bcc-c740-c758-251fe4afeaa1",
        "properties": {
          "created": "2026-07-06T21:30:16.608914Z",
          "observed": "2026-07-06T21:30:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1004.9
        },
        "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-06T21:40:21Z",
    "type": "FeatureCollection"
  },
  "success": true
}