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

查看可视化效果

参数

stationId 可选

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

parameterId 可选

Parameter, e.g. temp_dry

limit 可选 默认: 50

Max features

请求示例

基本用法
curl "https://nordapi.ee/api/v1/denmark/dmi/met-obs?stationId=06180&limit=20"

实时响应

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "d3bd6408-66d7-ecd3-e632-1285a5a1c917",
        "properties": {
          "created": "2026-05-22T07:10:03.034649Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "precip_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "ca83f665-bb1f-a348-20d7-020d9a668b7f",
        "properties": {
          "created": "2026-05-22T07:10:03.033333Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "humidity",
          "stationId": "06180",
          "value": 71.4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "592f7b67-e792-e9f6-989f-2fbd9abb6372",
        "properties": {
          "created": "2026-05-22T07:10:03.036179Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "pressure",
          "stationId": "06180",
          "value": 1026.9
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "9b50de46-d652-ac33-27ee-071675d52560",
        "properties": {
          "created": "2026-05-22T07:10:03.037182Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "pressure_at_sea",
          "stationId": "06180",
          "value": 1027.5
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c10164fc-0b1b-ce11-360f-76ced7c04f44",
        "properties": {
          "created": "2026-05-22T07:10:03.037999Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 10.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "0d89f5f7-6910-92be-5bbb-047580d12b42",
        "properties": {
          "created": "2026-05-22T07:10:03.039156Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "temp_dry",
          "stationId": "06180",
          "value": 15.8
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "c275a7ee-688d-4465-b66e-cede4c019fa2",
        "properties": {
          "created": "2026-05-22T07:10:03.040022Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "temp_grass",
          "stationId": "06180",
          "value": 17.7
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "94b742fe-196d-c34b-e153-5df0d608787d",
        "properties": {
          "created": "2026-05-22T07:10:03.041017Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "wind_dir",
          "stationId": "06180",
          "value": 244.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a2294b4b-34bd-bb7e-7e26-31d8c8763b0b",
        "properties": {
          "created": "2026-05-22T07:10:03.041607Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "wind_max",
          "stationId": "06180",
          "value": 5.66
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "f24c2a77-8f1b-8773-079d-33f6f1e12b35",
        "properties": {
          "created": "2026-05-22T07:10:03.042079Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "wind_speed",
          "stationId": "06180",
          "value": 3.6
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "21861344-2f8d-47b1-673e-bfef61f0eb34",
        "properties": {
          "created": "2026-05-22T07:10:03.045961Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "9dd1310d-e718-0ec2-d9af-3eb91b48cd8a",
        "properties": {
          "created": "2026-05-22T07:10:03.049955Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 3.16e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "960c04f0-de26-20eb-6f44-3e9754f9105c",
        "properties": {
          "created": "2026-05-22T07:10:03.051363Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "wind_min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a48747ad-a0c1-7326-cb78-ef8ac463236b",
        "properties": {
          "created": "2026-05-22T07:10:03.261721Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "cloud_cover",
          "stationId": "06180",
          "value": 10.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "9ab4235c-a2c9-3296-6706-4b2ea6f064e2",
        "properties": {
          "created": "2026-05-22T07:10:03.262559Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "cloud_height",
          "stationId": "06180",
          "value": 600.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "5ffa067b-2468-2eee-45bb-336e41e3fe7f",
        "properties": {
          "created": "2026-05-22T07:10:03.263171Z",
          "observed": "2026-05-22T07:10:00Z",
          "parameterId": "visibility",
          "stationId": "06180",
          "value": 3.0e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "14330ce0-4e11-f6c6-6653-700e3978d25c",
        "properties": {
          "created": "2026-05-22T07:00:04.79746Z",
          "observed": "2026-05-22T07:00:00Z",
          "parameterId": "visib_mean_last10min",
          "stationId": "06180",
          "value": 3.16e4
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "29a29be8-e046-df61-9a37-44e0c1926d69",
        "properties": {
          "created": "2026-05-22T07:00:04.801229Z",
          "observed": "2026-05-22T07:00:00Z",
          "parameterId": "precip_dur_past10min",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "a062d667-8f4d-a857-ad0c-9ee12163a9dc",
        "properties": {
          "created": "2026-05-22T07:00:04.802579Z",
          "observed": "2026-05-22T07:00:00Z",
          "parameterId": "precip_dur_past1h",
          "stationId": "06180",
          "value": 0.0
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            12.6454,
            55.614
          ],
          "type": "Point"
        },
        "id": "e4204363-ddbe-e6f9-34c8-22263ccada39",
        "properties": {
          "created": "2026-05-22T07:00:04.811538Z",
          "observed": "2026-05-22T07:00:00Z",
          "parameterId": "temp_dew",
          "stationId": "06180",
          "value": 10.7
        },
        "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-22T07:18:40Z",
    "type": "FeatureCollection"
  },
  "success": true
}