← Greenland

Greenland City Forecast

GET /greenland/weather/:city

MET.no compact 9-day forecast (GeoJSON Feature) for a major Greenlandic town. Returns temperature, wind, precipitation, cloud cover, pressure, humidity at hourly resolution.

Parameters

city required

Slug: nuuk, sisimiut, ilulissat, qaqortoq, tasiilaq, aasiaat, maniitsoq

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/greenland/weather/nuuk

Live Response

{
  "data": {
    "geometry": {
      "coordinates": [
        -51.6941,
        64.1814,
        0
      ],
      "type": "Point"
    },
    "properties": {
      "meta": {
        "units": {
          "air_pressure_at_sea_level": "hPa",
          "air_temperature": "celsius",
          "cloud_area_fraction": "%",
          "precipitation_amount": "mm",
          "relative_humidity": "%",
          "wind_from_direction": "degrees",
          "wind_speed": "m/s"
        },
        "updated_at": "2026-06-26T13:14:25Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 6.8,
                "cloud_area_fraction": 92.2,
                "relative_humidity": 85.7,
                "wind_from_direction": 317.7,
                "wind_speed": 5.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-26T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 7.1,
                "cloud_area_fraction": 76.6,
                "relative_humidity": 70.9,
                "wind_from_direction": 325.4,
                "wind_speed": 5.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-26T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 7.4,
                "cloud_area_fraction": 68.7,
                "relative_humidity": 57.9,
                "wind_from_direction": 323.9,
                "wind_speed": 6.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-26T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 7.4,
                "cloud_area_fraction": 48.4,
                "relative_humidity": 53.0,
                "wind_from_direction": 324.8,
                "wind_speed": 6.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-26T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 7.2,
                "cloud_area_fraction": 96.1,
                "relative_humidity": 53.7,
                "wind_from_direction": 324.1,
                "wind_speed": 6.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-26T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 6.6,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 56.6,
                "wind_from_direction": 324.2,
                "wind_speed": 6.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-06-26T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.3,
                "air_temperature": 5.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 62.0,
                "wind_from_direction": 334.6,
                "wind_speed": 5.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-26T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.6,
                "air_temperature": 4.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 69.4,
                "wind_from_direction": 353.5,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.1
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-26T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.4,
                "air_temperature": 4.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 68.1,
                "wind_from_direction": 341.9,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-26T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 4.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 66.1,
                "wind_from_direction": 286.7,
                "wind_speed": 1.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-26T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 4.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 68.4,
                "wind_from_direction": 292.7,
                "wind_speed": 2.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-26T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 3.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.9,
                "wind_from_direction": 304.2,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "sleet"
              }
            }
          },
          "time": "2026-06-27T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 2.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 95.5,
                "wind_from_direction": 291.5,
                "wind_speed": 1.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "sleet"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.9
              },
              "summary": {
                "symbol_code": "sleet"
              }
            }
          },
          "time": "2026-06-27T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.9,
                "air_temperature": 1.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 97.8,
                "wind_from_direction": 277.1,
                "wind_speed": 1.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "sleet"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-27T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.4,
                "air_temperature": 1.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 97.1,
                "wind_from_direction": 269.2,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "sleet"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.1
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-27T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.9,
                "air_temperature": 1.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 99.0,
                "wind_from_direction": 271.3,
                "wind_speed": 2.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightsleet"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.8
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-06-27T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.5,
                "air_temperature": 1.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 97.8,
                "wind_from_direction": 299.3,
                "wind_speed": 2.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-06-27T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.4,
                "air_temperature": 2.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 97.9,
                "wind_from_direction": 317.2,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-27T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.4,
                "air_temperature": 2.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 98.6,
                "wind_from_direction": 328.7,
                "wind_speed": 3.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-27T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.6,
                "air_temperature": 2.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 95.2,
                "wind_from_direction": 335.4,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-27T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.6,
                "air_temperature": 2.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.7,
                "wind_from_direction": 338.2,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.9,
                "air_temperature": 3.2,
                "cloud_area_fraction": 93.7,
                "relative_humidity": 79.1,
                "wind_from_direction": 338.4,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.1,
                "air_temperature": 3.9,
                "cloud_area_fraction": 35.9,
                "relative_humidity": 69.9,
                "wind_from_direction": 335.4,
                "wind_speed": 5.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.0,
                "air_temperature": 4.7,
                "cloud_area_fraction": 26.6,
                "relative_humidity": 63.9,
                "wind_from_direction": 333.5,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.1,
                "air_temperature": 5.0,
                "cloud_area_fraction": 38.3,
                "relative_humidity": 65.2,
                "wind_from_direction": 333.8,
                "wind_speed": 5.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.3,
                "air_temperature": 5.2,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 66.5,
                "wind_from_direction": 319.4,
                "wind_speed": 5.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.1,
                "air_temperature": 5.4,
                "cloud_area_fraction": 6.2,
                "relative_humidity": 70.8,
                "wind_from_direction": 266.0,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.2,
                "air_temperature": 5.7,
                "cloud_area_fraction": 10.2,
                "relative_humidity": 73.4,
                "wind_from_direction": 257.8,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.5,
                "air_temperature": 5.8,
                "cloud_area_fraction": 17.2,
                "relative_humidity": 69.2,
                "wind_from_direction": 89.3,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.6,
                "air_temperature": 5.8,
                "cloud_area_fraction": 14.8,
                "relative_humidity": 65.6,
                "wind_from_direction": 101.1,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.6,
                "air_temperature": 6.6,
                "cloud_area_fraction": 57.8,
                "relative_humidity": 62.6,
                "wind_from_direction": 95.9,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.9,
                "air_temperature": 7.1,
                "cloud_area_fraction": 34.4,
                "relative_humidity": 59.7,
                "wind_from_direction": 340.6,
                "wind_speed": 5.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.0,
                "air_temperature": 6.8,
                "cloud_area_fraction": 32.0,
                "relative_humidity": 66.3,
                "wind_from_direction": 319.2,
                "wind_speed": 7.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 6.2,
                "cloud_area_fraction": 18.0,
                "relative_humidity": 71.1,
                "wind_from_direction": 325.3,
                "wind_speed": 7.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-27T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 5.7,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 74.7,
                "wind_from_direction": 330.8,
                "wind_speed": 7.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-27T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 4.9,
                "cloud_area_fraction": 3.9,
                "relative_humidity": 79.8,
                "wind_from_direction": 326.1,
                "wind_speed": 6.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-06-28T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 3.6,
                "cloud_area_fraction": 3.9,
                "relative_humidity": 89.4,
                "wind_from_direction": 322.7,
                "wind_speed": 6.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-06-28T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 2.9,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 92.4,
                "wind_from_direction": 331.7,
                "wind_speed": 6.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-28T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 2.5,
                "cloud_area_fraction": 40.6,
                "relative_humidity": 93.8,
                "wind_from_direction": 338.9,
                "wind_speed": 6.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.2,
                "air_temperature": 2.3,
                "cloud_area_fraction": 85.9,
                "relative_humidity": 93.0,
                "wind_from_direction": 338.4,
                "wind_speed": 5.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.1,
                "air_temperature": 2.0,
                "cloud_area_fraction": 91.4,
                "relative_humidity": 92.8,
                "wind_from_direction": 336.3,
                "wind_speed": 5.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 1.9,
                "cloud_area_fraction": 88.3,
                "relative_humidity": 91.8,
                "wind_from_direction": 334.9,
                "wind_speed": 6.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 2.0,
                "cloud_area_fraction": 93.7,
                "relative_humidity": 89.3,
                "wind_from_direction": 337.8,
                "wind_speed": 6.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 2.2,
                "cloud_area_fraction": 96.1,
                "relative_humidity": 85.1,
                "wind_from_direction": 338.1,
                "wind_speed": 5.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 2.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.4,
                "wind_from_direction": 335.0,
                "wind_speed": 5.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 2.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 78.3,
                "wind_from_direction": 331.0,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 3.0,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 74.6,
                "wind_from_direction": 332.8,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 3.6,
                "cloud_area_fraction": 97.7,
                "relative_humidity": 70.6,
                "wind_from_direction": 331.0,
                "wind_speed": 4.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 3.9,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 68.2,
                "wind_from_direction": 321.7,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.2,
                "air_temperature": 4.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 67.8,
                "wind_from_direction": 311.7,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 3.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 69.9,
                "wind_from_direction": 305.8,
                "wind_speed": 5.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 3.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 72.6,
                "wind_from_direction": 303.0,
                "wind_speed": 5.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 3.2,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 73.6,
                "wind_from_direction": 298.1,
                "wind_speed": 5.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightsnow"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.1,
                "air_temperature": 3.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 73.3,
                "wind_from_direction": 284.9,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightsleet"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 2.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 77.0,
                "wind_from_direction": 282.0,
                "wind_speed": 5.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 2.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 78.3,
                "wind_from_direction": 289.6,
                "wind_speed": 5.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 2.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 77.6,
                "wind_from_direction": 289.5,
                "wind_speed": 4.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 2.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 76.6,
                "wind_from_direction": 288.5,
                "wind_speed": 4.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-28T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 2.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 75.4,
                "wind_from_direction": 293.4,
                "wind_speed": 3.7
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "lightsleet"
              }
            }
          },
          "time": "2026-06-28T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 1.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 74.4,
                "wind_from_direction": 298.4,
                "wind_speed": 2.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "sleet"
              }
            }
          },
          "time": "2026-06-29T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 1.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 77.1,
                "wind_from_direction": 295.2,
                "wind_speed": 2.5
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-29T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 1.9,
                "cloud_area_fraction": 95.3,
                "relative_humidity": 75.5,
                "wind_from_direction": 298.0,
                "wind_speed": 2.6
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-29T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.1,
                "air_temperature": 1.9,
                "cloud_area_fraction": 87.5,
                "relative_humidity": 75.1,
                "wind_from_direction": 290.9,
                "wind_speed": 1.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-29T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.9,
                "air_temperature": 1.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 75.5,
                "wind_from_direction": 285.3,
                "wind_speed": 2.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "sleet"
              }
            }
          },
          "time": "2026-06-29T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.7,
                "air_temperature": 1.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.1,
                "wind_from_direction": 247.4,
                "wind_speed": 2.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.9
              },
              "summary": {
                "symbol_code": "sleet"
              }
            }
          },
          "time": "2026-06-29T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.5,
                "air_temperature": 1.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 86.7,
                "wind_from_direction": 197.5,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.2
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-06-29T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.0,
                "air_temperature": 2.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 84.5,
                "wind_from_direction": 202.5,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-29T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.4,
                "air_temperature": 6.2,
                "cloud_area_fraction": 17.2,
                "relative_humidity": 70.2,
                "wind_from_direction": 319.5,
                "wind_speed": 4.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-06-29T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.2,
                "air_temperature": 5.4,
                "cloud_area_fraction": 0.8,
                "relative_humidity": 86.3,
                "wind_from_direction": 334.3,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-06-30T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.8,
                "air_temperature": 3.3,
                "cloud_area_fraction": 96.1,
                "relative_humidity": 97.2,
                "wind_from_direction": 338.7,
                "wind_speed": 2.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-30T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.2,
                "air_temperature": 6.4,
                "cloud_area_fraction": 93.7,
                "relative_humidity": 81.7,
                "wind_from_direction": 325.5,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-06-30T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.1,
                "air_temperature": 7.5,
                "cloud_area_fraction": 68.7,
                "relative_humidity": 73.9,
                "wind_from_direction": 302.5,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-30T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 5.6,
                "cloud_area_fraction": 86.7,
                "relative_humidity": 85.6,
                "wind_from_direction": 296.1,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-01T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.7,
                "air_temperature": 3.5,
                "cloud_area_fraction": 18.7,
                "relative_humidity": 93.4,
                "wind_from_direction": 263.1,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-01T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.4,
                "air_temperature": 4.5,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 83.5,
                "wind_from_direction": 232.2,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-01T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.7,
                "air_temperature": 6.3,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 78.7,
                "wind_from_direction": 277.1,
                "wind_speed": 3.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-01T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.4,
                "air_temperature": 5.1,
                "cloud_area_fraction": 50.0,
                "relative_humidity": 85.9,
                "wind_from_direction": 316.1,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-02T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.6,
                "air_temperature": 3.9,
                "cloud_area_fraction": 82.8,
                "relative_humidity": 99.4,
                "wind_from_direction": 13.5,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-02T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.7,
                "air_temperature": 8.2,
                "cloud_area_fraction": 11.7,
                "relative_humidity": 79.5,
                "wind_from_direction": 34.3,
                "wind_speed": 2.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-02T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.1,
                "air_temperature": 9.0,
                "cloud_area_fraction": 95.3,
                "relative_humidity": 73.1,
                "wind_from_direction": 324.5,
                "wind_speed": 6.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-02T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.2,
                "air_temperature": 5.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.1,
                "wind_from_direction": 321.6,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-03T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.9,
                "air_temperature": 4.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 94.9,
                "wind_from_direction": 331.6,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-03T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.8,
                "air_temperature": 6.0,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 85.0,
                "wind_from_direction": 340.3,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-03T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.8,
                "air_temperature": 6.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 79.9,
                "wind_from_direction": 323.6,
                "wind_speed": 6.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-03T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.6,
                "air_temperature": 6.6,
                "cloud_area_fraction": 57.8,
                "relative_humidity": 85.9,
                "wind_from_direction": 318.0,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-04T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.9,
                "air_temperature": 4.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 99.6,
                "wind_from_direction": 331.1,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-04T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.3,
                "air_temperature": 6.0,
                "cloud_area_fraction": 85.9,
                "relative_humidity": 81.0,
                "wind_from_direction": 321.3,
                "wind_speed": 5.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-04T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.4,
                "air_temperature": 6.0,
                "cloud_area_fraction": 57.0,
                "relative_humidity": 75.6,
                "wind_from_direction": 312.9,
                "wind_speed": 7.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-04T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.8,
                "air_temperature": 3.9,
                "cloud_area_fraction": 81.2,
                "relative_humidity": 78.7,
                "wind_from_direction": 310.2,
                "wind_speed": 5.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-05T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.6,
                "air_temperature": 3.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.6,
                "wind_from_direction": 298.1,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-05T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.8,
                "air_temperature": 4.6,
                "cloud_area_fraction": 92.2,
                "relative_humidity": 73.6,
                "wind_from_direction": 46.9,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-05T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.0,
                "air_temperature": 8.5,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 62.7,
                "wind_from_direction": 316.3,
                "wind_speed": 6.2
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.5,
                "air_temperature": 7.2,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 74.3,
                "wind_from_direction": 256.4,
                "wind_speed": 2.7
              }
            }
          },
          "time": "2026-07-06T00:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}