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
valikuline
DMI station id, e.g. 06180 (Copenhagen)
parameterId
valikuline
Parameter, e.g. temp_dry
limit
valikuline
vaikeväärtus: 50
Max features
| Nimi | Kohustuslik | Vaikeväärtus | Kirjeldus |
|---|---|---|---|
stationId |
Ei | - | DMI station id, e.g. 06180 (Copenhagen) |
parameterId |
Ei | - | Parameter, e.g. temp_dry |
limit |
Ei | 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": "07a7e790-15c4-52b7-a326-48968301ba08",
"properties": {
"created": "2026-05-22T12:40:03.870943Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "precip_dur_past10min",
"stationId": "06180",
"value": 0.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "1093a763-e2f4-2b46-e7ea-71266588ef79",
"properties": {
"created": "2026-05-22T12:40:03.871605Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "humidity",
"stationId": "06180",
"value": 77.9
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "d222d7c2-fe69-ccf3-e167-52301a7ec981",
"properties": {
"created": "2026-05-22T12:40:03.872162Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "precip_past10min",
"stationId": "06180",
"value": 0.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "f2f8c089-17cb-ff76-4661-e4cb0a0c6cb4",
"properties": {
"created": "2026-05-22T12:40:03.872691Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "pressure",
"stationId": "06180",
"value": 1027.8
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "634f736f-adb6-8a1c-f956-d2ad869eccc6",
"properties": {
"created": "2026-05-22T12:40:03.872868Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "pressure_at_sea",
"stationId": "06180",
"value": 1028.4
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "51cab725-97a2-cff8-1ddb-2c712dac142e",
"properties": {
"created": "2026-05-22T12:40:03.873715Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "temp_dew",
"stationId": "06180",
"value": 11.5
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "86b992c6-64d6-bc4e-139c-32d7e1f28bfe",
"properties": {
"created": "2026-05-22T12:40:03.874084Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "temp_dry",
"stationId": "06180",
"value": 15.3
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "36d95af7-205d-1e66-3d8e-758625f01e38",
"properties": {
"created": "2026-05-22T12:40:03.874328Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "temp_grass",
"stationId": "06180",
"value": 16.3
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "e22fa4f4-6a36-4ade-3692-38ffac491220",
"properties": {
"created": "2026-05-22T12:40:03.874824Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "wind_dir",
"stationId": "06180",
"value": 283.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "deccbd3f-8781-e82f-6126-4078f6a0d0b4",
"properties": {
"created": "2026-05-22T12:40:03.875105Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "wind_max",
"stationId": "06180",
"value": 7.2
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "6a0a77dd-b682-fee2-03a2-adb796c0fc3f",
"properties": {
"created": "2026-05-22T12:40:03.875635Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "wind_speed",
"stationId": "06180",
"value": 4.63
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "b9d669f1-fcf9-2b9f-3e6e-f6e2935498c0",
"properties": {
"created": "2026-05-22T12:40:03.877765Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "visib_mean_last10min",
"stationId": "06180",
"value": 5.0e4
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "3d9db67d-064b-dd39-9b7d-52a3bd5353d4",
"properties": {
"created": "2026-05-22T12:40:03.970977Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "cloud_cover",
"stationId": "06180",
"value": 100.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "96053295-a384-1943-c16a-c38166c7bae4",
"properties": {
"created": "2026-05-22T12:40:03.971232Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "cloud_height",
"stationId": "06180",
"value": 300.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "3c8adc85-80a6-021b-f001-c97f4264c302",
"properties": {
"created": "2026-05-22T12:40:03.971465Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "visibility",
"stationId": "06180",
"value": 5.0e4
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "684a80b2-2120-fd1f-9852-43a8a487aa65",
"properties": {
"created": "2026-05-22T12:40:03.971933Z",
"observed": "2026-05-22T12:40:00Z",
"parameterId": "wind_min",
"stationId": "06180",
"value": 0.0
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "8d685036-ee90-42da-4644-dce449d59264",
"properties": {
"created": "2026-05-22T12:30:04.636398Z",
"observed": "2026-05-22T12:30:00Z",
"parameterId": "temp_dew",
"stationId": "06180",
"value": 11.5
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "3341f5ca-6adf-06b1-2a4b-a228c2d62ad5",
"properties": {
"created": "2026-05-22T12:30:04.637705Z",
"observed": "2026-05-22T12:30:00Z",
"parameterId": "temp_dry",
"stationId": "06180",
"value": 15.2
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "31b9bc23-38a9-91a6-bf1e-c343a7397f97",
"properties": {
"created": "2026-05-22T12:30:04.639326Z",
"observed": "2026-05-22T12:30:00Z",
"parameterId": "temp_grass",
"stationId": "06180",
"value": 16.8
},
"type": "Feature"
},
{
"geometry": {
"coordinates": [
12.6454,
55.614
],
"type": "Point"
},
"id": "744bd06a-2b00-1547-0ac6-a97cde71f6a0",
"properties": {
"created": "2026-05-22T12:30:04.640285Z",
"observed": "2026-05-22T12:30:00Z",
"parameterId": "wind_dir",
"stationId": "06180",
"value": 276.0
},
"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-22T12:45:10Z",
"type": "FeatureCollection"
},
"success": true
}