← 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-07-05T17:15:34Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.7,
                "air_temperature": 9.7,
                "cloud_area_fraction": 35.9,
                "relative_humidity": 76.6,
                "wind_from_direction": 290.9,
                "wind_speed": 4.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-07-05T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.9,
                "air_temperature": 10.2,
                "cloud_area_fraction": 20.3,
                "relative_humidity": 74.0,
                "wind_from_direction": 295.4,
                "wind_speed": 4.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-07-05T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.2,
                "air_temperature": 10.1,
                "cloud_area_fraction": 24.2,
                "relative_humidity": 73.7,
                "wind_from_direction": 295.2,
                "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.6,
                "air_temperature": 9.9,
                "cloud_area_fraction": 18.7,
                "relative_humidity": 73.2,
                "wind_from_direction": 300.3,
                "wind_speed": 4.7
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.1,
                "air_temperature": 9.5,
                "cloud_area_fraction": 21.9,
                "relative_humidity": 73.9,
                "wind_from_direction": 302.6,
                "wind_speed": 4.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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.3,
                "air_temperature": 9.1,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 75.8,
                "wind_from_direction": 301.3,
                "wind_speed": 4.2
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.4,
                "air_temperature": 8.5,
                "cloud_area_fraction": 9.4,
                "relative_humidity": 79.5,
                "wind_from_direction": 301.6,
                "wind_speed": 3.8
              }
            },
            "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_night"
              }
            }
          },
          "time": "2026-07-05T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.5,
                "air_temperature": 7.9,
                "cloud_area_fraction": 6.2,
                "relative_humidity": 83.5,
                "wind_from_direction": 305.4,
                "wind_speed": 3.2
              }
            },
            "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_night"
              }
            }
          },
          "time": "2026-07-06T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.5,
                "air_temperature": 7.3,
                "cloud_area_fraction": 5.5,
                "relative_humidity": 87.2,
                "wind_from_direction": 304.9,
                "wind_speed": 2.6
              }
            },
            "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_night"
              }
            }
          },
          "time": "2026-07-06T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.2,
                "air_temperature": 6.9,
                "cloud_area_fraction": 5.5,
                "relative_humidity": 90.2,
                "wind_from_direction": 306.4,
                "wind_speed": 2.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-06T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.0,
                "air_temperature": 6.3,
                "cloud_area_fraction": 10.2,
                "relative_humidity": 92.9,
                "wind_from_direction": 318.4,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-06T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.8,
                "air_temperature": 5.6,
                "cloud_area_fraction": 17.2,
                "relative_humidity": 98.7,
                "wind_from_direction": 354.4,
                "wind_speed": 3.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "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-07-06T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.3,
                "air_temperature": 5.5,
                "cloud_area_fraction": 84.4,
                "relative_humidity": 99.1,
                "wind_from_direction": 5.5,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-06T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.9,
                "air_temperature": 5.4,
                "cloud_area_fraction": 79.7,
                "relative_humidity": 99.2,
                "wind_from_direction": 30.7,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-06T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.3,
                "air_temperature": 5.9,
                "cloud_area_fraction": 14.8,
                "relative_humidity": 95.8,
                "wind_from_direction": 32.3,
                "wind_speed": 3.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-07-06T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 6.2,
                "cloud_area_fraction": 27.3,
                "relative_humidity": 94.0,
                "wind_from_direction": 13.5,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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-07-06T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 6.3,
                "cloud_area_fraction": 32.0,
                "relative_humidity": 93.3,
                "wind_from_direction": 2.1,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.2,
                "air_temperature": 6.8,
                "cloud_area_fraction": 25.8,
                "relative_humidity": 89.7,
                "wind_from_direction": 1.1,
                "wind_speed": 5.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.6,
                "air_temperature": 7.6,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 86.4,
                "wind_from_direction": 0.5,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.0,
                "air_temperature": 8.5,
                "cloud_area_fraction": 6.2,
                "relative_humidity": 82.4,
                "wind_from_direction": 352.4,
                "wind_speed": 5.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.5,
                "air_temperature": 9.4,
                "cloud_area_fraction": 5.5,
                "relative_humidity": 79.5,
                "wind_from_direction": 338.4,
                "wind_speed": 5.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.0,
                "air_temperature": 10.0,
                "cloud_area_fraction": 10.2,
                "relative_humidity": 78.8,
                "wind_from_direction": 323.4,
                "wind_speed": 5.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.4,
                "air_temperature": 10.5,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 77.8,
                "wind_from_direction": 314.6,
                "wind_speed": 5.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.7,
                "air_temperature": 10.9,
                "cloud_area_fraction": 7.0,
                "relative_humidity": 76.4,
                "wind_from_direction": 310.9,
                "wind_speed": 6.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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-07-06T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.2,
                "air_temperature": 10.9,
                "cloud_area_fraction": 6.2,
                "relative_humidity": 74.5,
                "wind_from_direction": 315.0,
                "wind_speed": 6.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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-07-06T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.0,
                "air_temperature": 10.6,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 74.5,
                "wind_from_direction": 314.0,
                "wind_speed": 5.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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-07-06T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.0,
                "air_temperature": 9.9,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 75.9,
                "wind_from_direction": 307.2,
                "wind_speed": 5.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.0,
                "air_temperature": 9.2,
                "cloud_area_fraction": 15.6,
                "relative_humidity": 78.9,
                "wind_from_direction": 301.5,
                "wind_speed": 4.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.7,
                "air_temperature": 9.0,
                "cloud_area_fraction": 25.8,
                "relative_humidity": 79.9,
                "wind_from_direction": 289.8,
                "wind_speed": 4.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.4,
                "air_temperature": 9.0,
                "cloud_area_fraction": 22.7,
                "relative_humidity": 80.8,
                "wind_from_direction": 281.9,
                "wind_speed": 3.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.3,
                "air_temperature": 8.8,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 82.2,
                "wind_from_direction": 286.0,
                "wind_speed": 3.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-06T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.3,
                "air_temperature": 8.5,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 83.9,
                "wind_from_direction": 294.9,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.4,
                "air_temperature": 7.8,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 86.9,
                "wind_from_direction": 291.9,
                "wind_speed": 3.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.3,
                "air_temperature": 7.2,
                "cloud_area_fraction": 2.3,
                "relative_humidity": 90.3,
                "wind_from_direction": 284.2,
                "wind_speed": 2.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.1,
                "air_temperature": 6.6,
                "cloud_area_fraction": 2.3,
                "relative_humidity": 91.9,
                "wind_from_direction": 269.6,
                "wind_speed": 1.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.1,
                "air_temperature": 6.5,
                "cloud_area_fraction": 2.3,
                "relative_humidity": 93.4,
                "wind_from_direction": 219.0,
                "wind_speed": 1.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.2,
                "air_temperature": 6.7,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 93.0,
                "wind_from_direction": 178.7,
                "wind_speed": 1.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.4,
                "air_temperature": 7.0,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 92.9,
                "wind_from_direction": 165.4,
                "wind_speed": 1.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.7,
                "air_temperature": 7.0,
                "cloud_area_fraction": 3.1,
                "relative_humidity": 92.5,
                "wind_from_direction": 203.8,
                "wind_speed": 1.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.0,
                "air_temperature": 7.2,
                "cloud_area_fraction": 4.7,
                "relative_humidity": 91.7,
                "wind_from_direction": 198.0,
                "wind_speed": 2.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.4,
                "air_temperature": 7.6,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 87.5,
                "wind_from_direction": 194.6,
                "wind_speed": 2.9
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.8,
                "air_temperature": 8.0,
                "cloud_area_fraction": 0.8,
                "relative_humidity": 85.3,
                "wind_from_direction": 192.1,
                "wind_speed": 3.7
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.1,
                "air_temperature": 8.3,
                "cloud_area_fraction": 3.1,
                "relative_humidity": 83.5,
                "wind_from_direction": 183.1,
                "wind_speed": 4.1
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.3,
                "air_temperature": 8.6,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 83.4,
                "wind_from_direction": 177.8,
                "wind_speed": 4.0
              }
            },
            "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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.1,
                "air_temperature": 8.8,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 84.0,
                "wind_from_direction": 174.2,
                "wind_speed": 4.1
              }
            },
            "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-07-07T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.2,
                "air_temperature": 8.7,
                "cloud_area_fraction": 2.3,
                "relative_humidity": 84.1,
                "wind_from_direction": 182.1,
                "wind_speed": 4.2
              }
            },
            "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-07-07T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.4,
                "air_temperature": 8.6,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 83.7,
                "wind_from_direction": 183.9,
                "wind_speed": 4.4
              }
            },
            "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": "fair_day"
              }
            }
          },
          "time": "2026-07-07T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.4,
                "air_temperature": 8.6,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 84.1,
                "wind_from_direction": 184.3,
                "wind_speed": 4.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-07-07T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.5,
                "air_temperature": 8.5,
                "cloud_area_fraction": 21.1,
                "relative_humidity": 84.8,
                "wind_from_direction": 190.4,
                "wind_speed": 4.2
              }
            },
            "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-07-07T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.6,
                "air_temperature": 8.4,
                "cloud_area_fraction": 23.4,
                "relative_humidity": 84.0,
                "wind_from_direction": 195.6,
                "wind_speed": 3.7
              }
            },
            "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-07-07T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.6,
                "air_temperature": 8.4,
                "cloud_area_fraction": 28.9,
                "relative_humidity": 83.4,
                "wind_from_direction": 192.8,
                "wind_speed": 3.3
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.4,
                "air_temperature": 8.3,
                "cloud_area_fraction": 35.2,
                "relative_humidity": 83.5,
                "wind_from_direction": 198.1,
                "wind_speed": 3.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.4,
                "air_temperature": 8.0,
                "cloud_area_fraction": 35.9,
                "relative_humidity": 85.1,
                "wind_from_direction": 203.2,
                "wind_speed": 3.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.3,
                "air_temperature": 7.6,
                "cloud_area_fraction": 37.5,
                "relative_humidity": 86.7,
                "wind_from_direction": 207.1,
                "wind_speed": 2.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.2,
                "air_temperature": 7.3,
                "cloud_area_fraction": 42.2,
                "relative_humidity": 87.2,
                "wind_from_direction": 200.8,
                "wind_speed": 2.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-07T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.0,
                "air_temperature": 7.0,
                "cloud_area_fraction": 45.3,
                "relative_humidity": 88.7,
                "wind_from_direction": 171.1,
                "wind_speed": 2.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-08T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.8,
                "air_temperature": 6.7,
                "cloud_area_fraction": 45.3,
                "relative_humidity": 93.9,
                "wind_from_direction": 153.0,
                "wind_speed": 2.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-08T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.7,
                "air_temperature": 6.3,
                "cloud_area_fraction": 88.3,
                "relative_humidity": 98.6,
                "wind_from_direction": 179.6,
                "wind_speed": 1.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-08T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.6,
                "air_temperature": 5.7,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 99.0,
                "wind_from_direction": 204.1,
                "wind_speed": 1.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-08T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.4,
                "air_temperature": 5.4,
                "cloud_area_fraction": 97.7,
                "relative_humidity": 99.2,
                "wind_from_direction": 175.6,
                "wind_speed": 1.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-08T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.1,
                "air_temperature": 5.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 99.4,
                "wind_from_direction": 151.6,
                "wind_speed": 1.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-07-08T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.0,
                "air_temperature": 4.6,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 99.4,
                "wind_from_direction": 41.5,
                "wind_speed": 0.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-08T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.8,
                "air_temperature": 7.9,
                "cloud_area_fraction": 82.0,
                "relative_humidity": 87.8,
                "wind_from_direction": 331.9,
                "wind_speed": 0.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-08T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.7,
                "air_temperature": 9.3,
                "cloud_area_fraction": 31.2,
                "relative_humidity": 77.2,
                "wind_from_direction": 294.7,
                "wind_speed": 3.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-08T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.9,
                "air_temperature": 6.6,
                "cloud_area_fraction": 96.9,
                "relative_humidity": 85.6,
                "wind_from_direction": 332.5,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-09T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.1,
                "air_temperature": 4.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 99.8,
                "wind_from_direction": 246.4,
                "wind_speed": 1.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-09T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.3,
                "air_temperature": 6.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.5,
                "wind_from_direction": 284.7,
                "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-09T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.7,
                "air_temperature": 7.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 78.9,
                "wind_from_direction": 292.6,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-09T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.2,
                "air_temperature": 5.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 88.9,
                "wind_from_direction": 297.0,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-10T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.3,
                "air_temperature": 4.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 94.1,
                "wind_from_direction": 336.5,
                "wind_speed": 1.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-10T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.5,
                "air_temperature": 8.6,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 75.7,
                "wind_from_direction": 26.1,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-10T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.1,
                "air_temperature": 12.2,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 67.9,
                "wind_from_direction": 324.2,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-10T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.4,
                "air_temperature": 9.6,
                "cloud_area_fraction": 0.8,
                "relative_humidity": 79.4,
                "wind_from_direction": 337.3,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-11T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.3,
                "air_temperature": 6.8,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 93.0,
                "wind_from_direction": 342.4,
                "wind_speed": 2.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-11T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.5,
                "air_temperature": 7.8,
                "cloud_area_fraction": 4.7,
                "relative_humidity": 87.1,
                "wind_from_direction": 186.1,
                "wind_speed": 6.9
              }
            },
            "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-11T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.2,
                "air_temperature": 7.7,
                "cloud_area_fraction": 69.5,
                "relative_humidity": 85.6,
                "wind_from_direction": 189.5,
                "wind_speed": 5.2
              }
            },
            "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-11T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.4,
                "air_temperature": 6.7,
                "cloud_area_fraction": 67.2,
                "relative_humidity": 94.9,
                "wind_from_direction": 187.3,
                "wind_speed": 4.7
              }
            },
            "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-12T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.0,
                "air_temperature": 7.0,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 96.6,
                "wind_from_direction": 172.5,
                "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-12T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.7,
                "air_temperature": 8.7,
                "cloud_area_fraction": 62.5,
                "relative_humidity": 84.2,
                "wind_from_direction": 175.2,
                "wind_speed": 4.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-12T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.8,
                "air_temperature": 8.1,
                "cloud_area_fraction": 97.7,
                "relative_humidity": 85.4,
                "wind_from_direction": 179.9,
                "wind_speed": 8.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-12T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.4,
                "air_temperature": 6.8,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 96.3,
                "wind_from_direction": 180.5,
                "wind_speed": 7.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-13T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.5,
                "air_temperature": 6.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 98.3,
                "wind_from_direction": 176.4,
                "wind_speed": 7.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-13T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.8,
                "air_temperature": 8.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 88.6,
                "wind_from_direction": 173.4,
                "wind_speed": 6.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-07-13T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.1,
                "air_temperature": 7.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 93.6,
                "wind_from_direction": 185.5,
                "wind_speed": 7.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-13T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1015.5,
                "air_temperature": 8.0,
                "cloud_area_fraction": 66.4,
                "relative_humidity": 90.0,
                "wind_from_direction": 176.1,
                "wind_speed": 6.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-14T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.5,
                "air_temperature": 7.5,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 96.2,
                "wind_from_direction": 173.7,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-14T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.4,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.4,
                "wind_from_direction": 179.1,
                "wind_speed": 3.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-14T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.6,
                "air_temperature": 11.0,
                "cloud_area_fraction": 54.7,
                "relative_humidity": 80.1,
                "wind_from_direction": 186.2,
                "wind_speed": 1.7
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-14T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.9,
                "air_temperature": 11.5,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 82.4,
                "wind_from_direction": 40.4,
                "wind_speed": 1.3
              }
            }
          },
          "time": "2026-07-15T00:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}