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

Paramètres

stationId optionnel

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

parameterId optionnel

Parameter, e.g. temp_dry

limit optionnel par défaut: 50

Max features

Exemples de requêtes

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

Réponse en direct

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f3062e28-b1a3-fe5f-28b7-952310230464",
        "properties": {
          "created": "2026-05-22T11:20:09.483258Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 11.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "4e818b04-8e13-c84c-9f7e-428e827d0552",
        "properties": {
          "created": "2026-05-22T11:20:09.484222Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 15.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "951ccea8-9179-084a-cce5-6b822393cc31",
        "properties": {
          "created": "2026-05-22T11:20:09.486762Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 16.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "bb6f0845-4464-1e62-ef88-a9000190701c",
        "properties": {
          "created": "2026-05-22T11:20:09.489258Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 292.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "055d05f0-d0b8-5a9c-c86a-33468528e08c",
        "properties": {
          "created": "2026-05-22T11:20:09.490253Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 6.69
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "8b895cb9-50ac-c133-7d0c-344a64e42bba",
        "properties": {
          "created": "2026-05-22T11:20:09.491742Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 4.63
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "cecb325a-6721-1a6f-4407-fc8648d94f4c",
        "properties": {
          "created": "2026-05-22T11:20:09.492652Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f38841bb-9988-fd2a-685b-b0ef930f7636",
        "properties": {
          "created": "2026-05-22T11:20:09.494714Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "dcad890d-ba26-659b-2392-b01f9f54033b",
        "properties": {
          "created": "2026-05-22T11:20:09.496984Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 5.0e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "b5cbef4a-5b1b-df3d-5270-4cd4afa93df8",
        "properties": {
          "created": "2026-05-22T11:20:09.656518Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 100.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "380c36f9-eb4d-e426-8581-12cae21e6bcd",
        "properties": {
          "created": "2026-05-22T11:20:09.657398Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 300.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "5b663005-ed3f-ea0d-04d3-a99760a4c719",
        "properties": {
          "created": "2026-05-22T11:20:09.658355Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 5.0e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a7376d86-bc31-0da5-ad77-db38abca4d37",
        "properties": {
          "created": "2026-05-22T11:20:09.660861Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 78.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "79b397fc-af67-acef-8be2-1bda702f322d",
        "properties": {
          "created": "2026-05-22T11:20:09.661786Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "3aed29e0-1970-5273-4a56-67e1cc46b204",
        "properties": {
          "created": "2026-05-22T11:20:09.662751Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1027.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "77f318da-6088-f25b-3c77-fb79c5fdb8ae",
        "properties": {
          "created": "2026-05-22T11:20:09.663749Z",
          "observed": "2026-05-22T11:20:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1028.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "be5d34f7-9969-a44c-dbe0-695069f4df70",
        "properties": {
          "created": "2026-05-22T11:10:07.734466Z",
          "observed": "2026-05-22T11:10:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 78.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "4eff0e02-1e40-1fef-0dfa-a06b0072033d",
        "properties": {
          "created": "2026-05-22T11:10:07.735463Z",
          "observed": "2026-05-22T11:10:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "919f420a-80be-c775-b97b-e5d479787cbc",
        "properties": {
          "created": "2026-05-22T11:10:07.737029Z",
          "observed": "2026-05-22T11:10:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1027.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "6d14576a-e96c-e1aa-0d17-027129d61c6a",
        "properties": {
          "created": "2026-05-22T11:10:07.738751Z",
          "observed": "2026-05-22T11:10:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1028.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-05-22T11:27:14Z",
    "type": "FeatureCollection"
  },
  "success": true
}