← Norway

MET Point Forecast

GET /norway/met/forecast

9-day compact weather forecast for any lat/lon (designed for Norway but works globally). Returns time series with temperature, wind, humidity, pressure, precipitation. Source: api.met.no (no auth).

Посмотрите визуализацию

Параметры

lat обязательный

Latitude (e.g. 59.91)

lon обязательный

Longitude (e.g. 10.75)

Примеры запросов

Базовое использование
curl "https://nordapi.ee/api/v1/norway/met/forecast?lat=59.91&lon=10.75"

Ответ в реальном времени

{
  "data": {
    "geometry": {
      "coordinates": [
        10.75,
        59.91,
        3
      ],
      "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-05-22T08:28:15Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.6,
                "air_temperature": 14.8,
                "cloud_area_fraction": 49.0,
                "relative_humidity": 70.4,
                "wind_from_direction": 219.0,
                "wind_speed": 1.8
              }
            },
            "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-05-22T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.9,
                "air_temperature": 16.4,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 64.1,
                "wind_from_direction": 224.0,
                "wind_speed": 2.3
              }
            },
            "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-05-22T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.9,
                "air_temperature": 18.3,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 58.9,
                "wind_from_direction": 215.0,
                "wind_speed": 2.6
              }
            },
            "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-05-22T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.7,
                "air_temperature": 20.1,
                "cloud_area_fraction": 20.5,
                "relative_humidity": 52.4,
                "wind_from_direction": 196.0,
                "wind_speed": 2.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-22T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.5,
                "air_temperature": 21.5,
                "cloud_area_fraction": 56.2,
                "relative_humidity": 48.5,
                "wind_from_direction": 198.0,
                "wind_speed": 2.9
              }
            },
            "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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-22T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.3,
                "air_temperature": 22.5,
                "cloud_area_fraction": 51.2,
                "relative_humidity": 43.8,
                "wind_from_direction": 200.0,
                "wind_speed": 2.9
              }
            },
            "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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-22T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.4,
                "air_temperature": 22.6,
                "cloud_area_fraction": 73.8,
                "relative_humidity": 48.6,
                "wind_from_direction": 188.0,
                "wind_speed": 5.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-22T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.8,
                "air_temperature": 21.0,
                "cloud_area_fraction": 98.9,
                "relative_humidity": 55.0,
                "wind_from_direction": 187.0,
                "wind_speed": 5.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "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-05-22T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.8,
                "air_temperature": 20.3,
                "cloud_area_fraction": 99.6,
                "relative_humidity": 58.6,
                "wind_from_direction": 185.0,
                "wind_speed": 3.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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-05-22T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.7,
                "air_temperature": 20.0,
                "cloud_area_fraction": 60.6,
                "relative_humidity": 61.1,
                "wind_from_direction": 180.0,
                "wind_speed": 3.8
              }
            },
            "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-05-22T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.7,
                "air_temperature": 19.6,
                "cloud_area_fraction": 15.6,
                "relative_humidity": 65.8,
                "wind_from_direction": 173.0,
                "wind_speed": 3.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_night"
              }
            }
          },
          "time": "2026-05-22T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.0,
                "air_temperature": 19.1,
                "cloud_area_fraction": 59.7,
                "relative_humidity": 70.4,
                "wind_from_direction": 176.0,
                "wind_speed": 3.1
              }
            },
            "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_night"
              }
            }
          },
          "time": "2026-05-22T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.2,
                "air_temperature": 18.1,
                "cloud_area_fraction": 16.1,
                "relative_humidity": 75.6,
                "wind_from_direction": 170.0,
                "wind_speed": 3.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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": "fair_night"
              }
            }
          },
          "time": "2026-05-22T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.3,
                "air_temperature": 16.9,
                "cloud_area_fraction": 24.9,
                "relative_humidity": 79.5,
                "wind_from_direction": 157.0,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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_night"
              }
            }
          },
          "time": "2026-05-22T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.5,
                "air_temperature": 15.7,
                "cloud_area_fraction": 14.2,
                "relative_humidity": 82.9,
                "wind_from_direction": 161.0,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_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_night"
              }
            }
          },
          "time": "2026-05-22T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.4,
                "air_temperature": 14.9,
                "cloud_area_fraction": 5.1,
                "relative_humidity": 85.3,
                "wind_from_direction": 158.0,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_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-05-22T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.5,
                "air_temperature": 14.4,
                "cloud_area_fraction": 16.0,
                "relative_humidity": 85.6,
                "wind_from_direction": 157.0,
                "wind_speed": 2.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "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-05-23T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.4,
                "air_temperature": 14.2,
                "cloud_area_fraction": 51.2,
                "relative_humidity": 85.9,
                "wind_from_direction": 159.0,
                "wind_speed": 2.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "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-05-23T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.3,
                "air_temperature": 13.8,
                "cloud_area_fraction": 80.2,
                "relative_humidity": 86.7,
                "wind_from_direction": 166.0,
                "wind_speed": 2.9
              }
            },
            "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.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-05-23T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.1,
                "air_temperature": 13.4,
                "cloud_area_fraction": 77.3,
                "relative_humidity": 87.5,
                "wind_from_direction": 170.0,
                "wind_speed": 2.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.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-05-23T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.8,
                "air_temperature": 13.1,
                "cloud_area_fraction": 98.7,
                "relative_humidity": 89.2,
                "wind_from_direction": 173.0,
                "wind_speed": 3.0
              }
            },
            "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.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.5,
                "air_temperature": 13.3,
                "cloud_area_fraction": 98.0,
                "relative_humidity": 89.6,
                "wind_from_direction": 176.0,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.7,
                "air_temperature": 14.0,
                "cloud_area_fraction": 86.6,
                "relative_humidity": 86.7,
                "wind_from_direction": 177.0,
                "wind_speed": 3.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.9,
                "air_temperature": 15.6,
                "cloud_area_fraction": 93.6,
                "relative_humidity": 81.8,
                "wind_from_direction": 186.0,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.8,
                "air_temperature": 17.5,
                "cloud_area_fraction": 90.7,
                "relative_humidity": 73.1,
                "wind_from_direction": 190.0,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.5,
                "air_temperature": 18.2,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 70.0,
                "wind_from_direction": 187.0,
                "wind_speed": 6.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-05-23T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.7,
                "air_temperature": 17.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 72.9,
                "wind_from_direction": 183.0,
                "wind_speed": 7.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 2.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rainshowers_day"
              }
            }
          },
          "time": "2026-05-23T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.9,
                "air_temperature": 15.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 85.6,
                "wind_from_direction": 184.0,
                "wind_speed": 6.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            }
          },
          "time": "2026-05-23T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.6,
                "air_temperature": 15.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.1,
                "wind_from_direction": 183.0,
                "wind_speed": 4.9
              }
            },
            "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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-23T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.2,
                "air_temperature": 16.8,
                "cloud_area_fraction": 92.3,
                "relative_humidity": 87.2,
                "wind_from_direction": 182.0,
                "wind_speed": 5.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-05-23T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.5,
                "air_temperature": 17.9,
                "cloud_area_fraction": 85.9,
                "relative_humidity": 86.8,
                "wind_from_direction": 175.0,
                "wind_speed": 6.1
              }
            },
            "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-05-23T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.0,
                "air_temperature": 19.4,
                "cloud_area_fraction": 65.4,
                "relative_humidity": 82.1,
                "wind_from_direction": 173.0,
                "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": "clearsky_day"
              }
            }
          },
          "time": "2026-05-23T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.8,
                "air_temperature": 20.5,
                "cloud_area_fraction": 34.5,
                "relative_humidity": 77.8,
                "wind_from_direction": 188.0,
                "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": "clearsky_day"
              }
            }
          },
          "time": "2026-05-23T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.1,
                "air_temperature": 21.0,
                "cloud_area_fraction": 8.8,
                "relative_humidity": 51.9,
                "wind_from_direction": 297.0,
                "wind_speed": 6.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-05-23T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.7,
                "air_temperature": 19.9,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 53.7,
                "wind_from_direction": 270.0,
                "wind_speed": 4.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": "clearsky_night"
              }
            }
          },
          "time": "2026-05-23T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.4,
                "air_temperature": 18.5,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 59.1,
                "wind_from_direction": 269.0,
                "wind_speed": 3.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_night"
              }
            }
          },
          "time": "2026-05-23T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.2,
                "air_temperature": 16.9,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 62.3,
                "wind_from_direction": 270.0,
                "wind_speed": 3.3
              }
            },
            "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": "fair_night"
              }
            }
          },
          "time": "2026-05-23T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.0,
                "air_temperature": 15.5,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 66.0,
                "wind_from_direction": 262.0,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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": "fair_night"
              }
            }
          },
          "time": "2026-05-23T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.4,
                "air_temperature": 14.3,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 71.1,
                "wind_from_direction": 269.0,
                "wind_speed": 2.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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": "fair_night"
              }
            }
          },
          "time": "2026-05-23T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.9,
                "air_temperature": 13.3,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 72.8,
                "wind_from_direction": 297.0,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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-05-23T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.2,
                "air_temperature": 12.8,
                "cloud_area_fraction": 7.6,
                "relative_humidity": 72.3,
                "wind_from_direction": 294.0,
                "wind_speed": 0.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_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-05-24T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.5,
                "air_temperature": 12.4,
                "cloud_area_fraction": 29.5,
                "relative_humidity": 71.1,
                "wind_from_direction": 229.0,
                "wind_speed": 0.9
              }
            },
            "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-05-24T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.7,
                "air_temperature": 12.2,
                "cloud_area_fraction": 52.8,
                "relative_humidity": 72.9,
                "wind_from_direction": 281.0,
                "wind_speed": 0.8
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.8,
                "air_temperature": 12.1,
                "cloud_area_fraction": 55.1,
                "relative_humidity": 71.7,
                "wind_from_direction": 235.0,
                "wind_speed": 2.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.0,
                "air_temperature": 12.4,
                "cloud_area_fraction": 41.9,
                "relative_humidity": 67.8,
                "wind_from_direction": 226.0,
                "wind_speed": 3.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.2,
                "air_temperature": 13.0,
                "cloud_area_fraction": 43.9,
                "relative_humidity": 64.8,
                "wind_from_direction": 229.0,
                "wind_speed": 3.3
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.6,
                "air_temperature": 13.9,
                "cloud_area_fraction": 53.3,
                "relative_humidity": 62.8,
                "wind_from_direction": 226.0,
                "wind_speed": 3.4
              }
            },
            "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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.0,
                "air_temperature": 15.3,
                "cloud_area_fraction": 59.8,
                "relative_humidity": 57.7,
                "wind_from_direction": 242.0,
                "wind_speed": 3.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.2,
                "air_temperature": 16.7,
                "cloud_area_fraction": 83.3,
                "relative_humidity": 54.4,
                "wind_from_direction": 253.0,
                "wind_speed": 2.7
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.1,
                "air_temperature": 18.6,
                "cloud_area_fraction": 95.9,
                "relative_humidity": 50.7,
                "wind_from_direction": 267.0,
                "wind_speed": 3.6
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.2,
                "air_temperature": 20.2,
                "cloud_area_fraction": 99.7,
                "relative_humidity": 48.0,
                "wind_from_direction": 274.0,
                "wind_speed": 5.3
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.2,
                "air_temperature": 21.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 45.3,
                "wind_from_direction": 282.0,
                "wind_speed": 5.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.1,
                "air_temperature": 22.1,
                "cloud_area_fraction": 99.4,
                "relative_humidity": 43.1,
                "wind_from_direction": 287.0,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-24T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.1,
                "air_temperature": 19.8,
                "cloud_area_fraction": 58.2,
                "relative_humidity": 50.6,
                "wind_from_direction": 262.0,
                "wind_speed": 5.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-05-24T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.8,
                "air_temperature": 14.7,
                "cloud_area_fraction": 71.9,
                "relative_humidity": 67.4,
                "wind_from_direction": 285.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_day"
              }
            }
          },
          "time": "2026-05-25T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.9,
                "air_temperature": 15.3,
                "cloud_area_fraction": 81.2,
                "relative_humidity": 63.0,
                "wind_from_direction": 206.7,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-25T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.4,
                "air_temperature": 20.5,
                "cloud_area_fraction": 90.6,
                "relative_humidity": 55.0,
                "wind_from_direction": 251.2,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-05-25T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.9,
                "air_temperature": 20.1,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 47.5,
                "wind_from_direction": 282.7,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-05-25T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.9,
                "air_temperature": 14.0,
                "cloud_area_fraction": 1.6,
                "relative_humidity": 67.5,
                "wind_from_direction": 286.4,
                "wind_speed": 4.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-05-26T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.1,
                "air_temperature": 15.0,
                "cloud_area_fraction": 9.4,
                "relative_humidity": 55.9,
                "wind_from_direction": 281.6,
                "wind_speed": 4.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-05-26T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.4,
                "air_temperature": 19.1,
                "cloud_area_fraction": 25.0,
                "relative_humidity": 34.8,
                "wind_from_direction": 292.5,
                "wind_speed": 6.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-05-26T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.1,
                "air_temperature": 17.4,
                "cloud_area_fraction": 7.0,
                "relative_humidity": 41.3,
                "wind_from_direction": 303.9,
                "wind_speed": 5.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-05-26T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.4,
                "air_temperature": 12.2,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 58.4,
                "wind_from_direction": 320.5,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-05-27T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.2,
                "air_temperature": 13.1,
                "cloud_area_fraction": 10.2,
                "relative_humidity": 50.1,
                "wind_from_direction": 325.8,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-05-27T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.5,
                "air_temperature": 18.3,
                "cloud_area_fraction": 61.3,
                "relative_humidity": 30.7,
                "wind_from_direction": 335.6,
                "wind_speed": 5.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-27T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.3,
                "air_temperature": 18.3,
                "cloud_area_fraction": 11.3,
                "relative_humidity": 37.0,
                "wind_from_direction": 343.1,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-05-27T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.3,
                "air_temperature": 10.9,
                "cloud_area_fraction": 18.7,
                "relative_humidity": 62.1,
                "wind_from_direction": 11.4,
                "wind_speed": 3.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-05-28T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.9,
                "air_temperature": 11.9,
                "cloud_area_fraction": 28.9,
                "relative_humidity": 53.5,
                "wind_from_direction": 345.3,
                "wind_speed": 2.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-05-28T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.7,
                "air_temperature": 18.0,
                "cloud_area_fraction": 37.9,
                "relative_humidity": 37.7,
                "wind_from_direction": 331.6,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-05-28T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.2,
                "air_temperature": 17.8,
                "cloud_area_fraction": 16.4,
                "relative_humidity": 47.5,
                "wind_from_direction": 192.0,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-05-28T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.1,
                "air_temperature": 12.1,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 68.3,
                "wind_from_direction": 347.1,
                "wind_speed": 3.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-05-29T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.5,
                "air_temperature": 13.5,
                "cloud_area_fraction": 19.5,
                "relative_humidity": 56.6,
                "wind_from_direction": 345.3,
                "wind_speed": 2.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-05-29T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.5,
                "air_temperature": 19.4,
                "cloud_area_fraction": 52.0,
                "relative_humidity": 38.1,
                "wind_from_direction": 189.8,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-29T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.9,
                "air_temperature": 17.5,
                "cloud_area_fraction": 27.3,
                "relative_humidity": 47.6,
                "wind_from_direction": 171.5,
                "wind_speed": 4.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-05-29T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.5,
                "air_temperature": 13.5,
                "cloud_area_fraction": 26.6,
                "relative_humidity": 64.9,
                "wind_from_direction": 16.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": "fair_day"
              }
            }
          },
          "time": "2026-05-30T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.5,
                "air_temperature": 14.6,
                "cloud_area_fraction": 98.4,
                "relative_humidity": 58.3,
                "wind_from_direction": 35.0,
                "wind_speed": 2.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-05-30T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.5,
                "air_temperature": 17.9,
                "cloud_area_fraction": 64.8,
                "relative_humidity": 37.1,
                "wind_from_direction": 207.6,
                "wind_speed": 3.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-05-30T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.6,
                "air_temperature": 17.5,
                "cloud_area_fraction": 65.6,
                "relative_humidity": 52.6,
                "wind_from_direction": 301.1,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-05-30T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.9,
                "air_temperature": 11.7,
                "cloud_area_fraction": 26.6,
                "relative_humidity": 70.8,
                "wind_from_direction": 340.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": "fair_day"
              }
            }
          },
          "time": "2026-05-31T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.9,
                "air_temperature": 11.4,
                "cloud_area_fraction": 33.6,
                "relative_humidity": 56.4,
                "wind_from_direction": 328.4,
                "wind_speed": 2.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-05-31T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.0,
                "air_temperature": 16.9,
                "cloud_area_fraction": 72.7,
                "relative_humidity": 38.3,
                "wind_from_direction": 199.2,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-05-31T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.4,
                "air_temperature": 16.8,
                "cloud_area_fraction": 70.3,
                "relative_humidity": 56.3,
                "wind_from_direction": 198.9,
                "wind_speed": 3.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-05-31T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.7,
                "air_temperature": 13.3,
                "cloud_area_fraction": 46.9,
                "relative_humidity": 70.4,
                "wind_from_direction": 25.3,
                "wind_speed": 2.3
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-06-01T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.1,
                "air_temperature": 14.2,
                "cloud_area_fraction": 26.6,
                "relative_humidity": 60.0,
                "wind_from_direction": 165.2,
                "wind_speed": 2.1
              }
            }
          },
          "time": "2026-06-01T06:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}