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

Se det visualiseret

Parametre

stationId valgfri

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

parameterId valgfri

Parameter, e.g. temp_dry

limit valgfri standard: 50

Max features

Eksempelforespørgsler

Grundlæggende brug
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"

Livesvar

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "b1d17d4a-4591-04b0-1d90-dd3a81d2d4f4",
        "properties": {
          "created": "2026-05-22T09:50:04.33212Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 11.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "77277d65-0d1f-ebf2-8a9a-ac6a6b061eea",
        "properties": {
          "created": "2026-05-22T09:50:04.33241Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 15.2
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "26a0d67c-756f-af6c-3056-2040339a9a5d",
        "properties": {
          "created": "2026-05-22T09:50:04.33263Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 16.1
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "18957f7b-888b-7616-74ab-a5ba98b83513",
        "properties": {
          "created": "2026-05-22T09:50:04.332856Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 270.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "98164a0f-889f-8df1-aa61-4775fba54551",
        "properties": {
          "created": "2026-05-22T09:50:04.333064Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 7.2
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ad285a97-352d-ae02-0c7d-7028841e0ece",
        "properties": {
          "created": "2026-05-22T09:50:04.333334Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 5.14
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ff042ffc-229d-919f-350b-405b5e7ed063",
        "properties": {
          "created": "2026-05-22T09:50:04.341249Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 77.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "6d8c5642-5b76-0720-c3a7-7bcb62b5ad0e",
        "properties": {
          "created": "2026-05-22T09:50:04.341909Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "826f2244-c05a-6fae-f501-f861634be8e5",
        "properties": {
          "created": "2026-05-22T09:50:04.342375Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1027.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "55cb2b55-c25d-91cf-cac6-bfd0fbb5e202",
        "properties": {
          "created": "2026-05-22T09:50:04.342799Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1028.2
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a357cf72-34de-6cf1-fa4a-309fad89b09a",
        "properties": {
          "created": "2026-05-22T09:50:04.343399Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "47b8c234-852a-dcad-3a7f-b103dd51c139",
        "properties": {
          "created": "2026-05-22T09:50:04.344018Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 5.0e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "05b66481-4ab0-1564-ae8a-792bac458e94",
        "properties": {
          "created": "2026-05-22T09:50:04.345413Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 100.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "84caa9e2-9182-72f2-40f4-46860f8eb97a",
        "properties": {
          "created": "2026-05-22T09:50:04.345858Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 300.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "e49036e0-2e1c-49f8-1c96-f8e1d318488b",
        "properties": {
          "created": "2026-05-22T09:50:04.346272Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 6.5e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "756689fa-1cde-12d3-c5ba-5b869194486c",
        "properties": {
          "created": "2026-05-22T09:50:04.454442Z",
          "observed": "2026-05-22T09:50:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "e216a967-d1ce-326e-829c-52eaf970e0d2",
        "properties": {
          "created": "2026-05-22T09:40:07.096658Z",
          "observed": "2026-05-22T09:40:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 79.9
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "506d051c-c7a5-fe47-fb7d-ca98879a8430",
        "properties": {
          "created": "2026-05-22T09:40:07.097281Z",
          "observed": "2026-05-22T09:40:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "fd31c897-514b-f402-92e3-aa20a8cab4ce",
        "properties": {
          "created": "2026-05-22T09:40:07.097721Z",
          "observed": "2026-05-22T09:40:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1027.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "d3fec0c3-2094-8d97-171c-a999b922bb3b",
        "properties": {
          "created": "2026-05-22T09:40:07.098121Z",
          "observed": "2026-05-22T09:40:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1028.2
        },
        "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-05-22T09:56:08Z",
    "type": "FeatureCollection"
  },
  "success": true
}