← Norge

MET punktvarsel

GET /norway/met/forecast

9-dagers kompakt værvarsel for hvilken som helst breddegrad/lengdegrad (designet for Norge, men fungerer globalt). Returnerer tidsserier med temperatur, vind, fuktighet, lufttrykk, nedbør. Kilde: api.met.no (ingen autentisering).

Parametere

lat påkrevd

Latitude (e.g. 59.91)

lon påkrevd

Longitude (e.g. 10.75)

Eksempelforespørsler

Grunnleggende bruk
curl "https://nordapi.ee/api/v1/norway/met/forecast?lat=59.91&lon=10.75"

Livesvar

{
  "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-07-06T21:29:25Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.9,
                "air_temperature": 16.3,
                "cloud_area_fraction": 0.7,
                "relative_humidity": 61.7,
                "wind_from_direction": 179.0,
                "wind_speed": 3.5
              }
            },
            "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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-06T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.6,
                "air_temperature": 15.7,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 68.5,
                "wind_from_direction": 180.0,
                "wind_speed": 3.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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-06T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.4,
                "air_temperature": 15.1,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 73.9,
                "wind_from_direction": 177.0,
                "wind_speed": 2.8
              }
            },
            "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_day"
              }
            }
          },
          "time": "2026-07-07T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.1,
                "air_temperature": 14.1,
                "cloud_area_fraction": 0.1,
                "relative_humidity": 81.0,
                "wind_from_direction": 160.0,
                "wind_speed": 2.0
              }
            },
            "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_day"
              }
            }
          },
          "time": "2026-07-07T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.8,
                "air_temperature": 13.4,
                "cloud_area_fraction": 2.4,
                "relative_humidity": 74.9,
                "wind_from_direction": 304.0,
                "wind_speed": 1.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-07T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.8,
                "air_temperature": 12.9,
                "cloud_area_fraction": 16.6,
                "relative_humidity": 63.5,
                "wind_from_direction": 280.0,
                "wind_speed": 1.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.4,
                "air_temperature": 13.5,
                "cloud_area_fraction": 32.7,
                "relative_humidity": 60.6,
                "wind_from_direction": 268.0,
                "wind_speed": 1.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.9,
                "air_temperature": 14.5,
                "cloud_area_fraction": 18.9,
                "relative_humidity": 54.4,
                "wind_from_direction": 251.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": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.4,
                "air_temperature": 15.6,
                "cloud_area_fraction": 13.5,
                "relative_humidity": 47.1,
                "wind_from_direction": 310.0,
                "wind_speed": 1.5
              }
            },
            "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-07-07T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.9,
                "air_temperature": 16.4,
                "cloud_area_fraction": 14.8,
                "relative_humidity": 43.5,
                "wind_from_direction": 336.0,
                "wind_speed": 2.1
              }
            },
            "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-07-07T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.8,
                "air_temperature": 17.3,
                "cloud_area_fraction": 58.1,
                "relative_humidity": 43.5,
                "wind_from_direction": 348.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-07-07T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.7,
                "air_temperature": 17.5,
                "cloud_area_fraction": 99.8,
                "relative_humidity": 44.4,
                "wind_from_direction": 349.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": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.9,
                "air_temperature": 17.5,
                "cloud_area_fraction": 99.9,
                "relative_humidity": 47.5,
                "wind_from_direction": 356.0,
                "wind_speed": 5.6
              }
            },
            "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-07-07T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.9,
                "air_temperature": 17.7,
                "cloud_area_fraction": 82.0,
                "relative_humidity": 49.5,
                "wind_from_direction": 355.0,
                "wind_speed": 6.2
              }
            },
            "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-07-07T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.5,
                "air_temperature": 17.4,
                "cloud_area_fraction": 70.7,
                "relative_humidity": 48.5,
                "wind_from_direction": 0.0,
                "wind_speed": 7.4
              }
            },
            "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-07-07T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.8,
                "air_temperature": 17.0,
                "cloud_area_fraction": 73.1,
                "relative_humidity": 53.1,
                "wind_from_direction": 16.0,
                "wind_speed": 6.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-07-07T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.3,
                "air_temperature": 18.0,
                "cloud_area_fraction": 30.9,
                "relative_humidity": 50.0,
                "wind_from_direction": 7.0,
                "wind_speed": 5.7
              }
            },
            "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-07T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.7,
                "air_temperature": 19.1,
                "cloud_area_fraction": 2.8,
                "relative_humidity": 44.2,
                "wind_from_direction": 4.0,
                "wind_speed": 5.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-07T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.2,
                "air_temperature": 20.0,
                "cloud_area_fraction": 0.1,
                "relative_humidity": 41.0,
                "wind_from_direction": 10.0,
                "wind_speed": 5.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": "fair_day"
              }
            }
          },
          "time": "2026-07-07T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.8,
                "air_temperature": 20.2,
                "cloud_area_fraction": 0.1,
                "relative_humidity": 39.6,
                "wind_from_direction": 15.0,
                "wind_speed": 4.2
              }
            },
            "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-07T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.4,
                "air_temperature": 20.2,
                "cloud_area_fraction": 2.7,
                "relative_humidity": 39.0,
                "wind_from_direction": 10.0,
                "wind_speed": 3.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": "fair_night"
              }
            }
          },
          "time": "2026-07-07T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.1,
                "air_temperature": 19.8,
                "cloud_area_fraction": 28.0,
                "relative_humidity": 40.3,
                "wind_from_direction": 348.0,
                "wind_speed": 2.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": "fair_night"
              }
            }
          },
          "time": "2026-07-07T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.9,
                "air_temperature": 19.0,
                "cloud_area_fraction": 24.7,
                "relative_humidity": 41.9,
                "wind_from_direction": 346.0,
                "wind_speed": 2.7
              }
            },
            "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_night"
              }
            }
          },
          "time": "2026-07-07T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.6,
                "air_temperature": 17.8,
                "cloud_area_fraction": 31.3,
                "relative_humidity": 48.0,
                "wind_from_direction": 35.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": "fair_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.2,
                "air_temperature": 16.8,
                "cloud_area_fraction": 31.8,
                "relative_humidity": 54.7,
                "wind_from_direction": 26.0,
                "wind_speed": 0.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.6,
                "air_temperature": 16.0,
                "cloud_area_fraction": 15.1,
                "relative_humidity": 58.3,
                "wind_from_direction": 75.0,
                "wind_speed": 0.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-07T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.1,
                "air_temperature": 15.3,
                "cloud_area_fraction": 5.3,
                "relative_humidity": 61.3,
                "wind_from_direction": 143.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-08T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.4,
                "air_temperature": 14.5,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 60.3,
                "wind_from_direction": 286.0,
                "wind_speed": 1.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_day"
              }
            }
          },
          "time": "2026-07-08T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.7,
                "air_temperature": 13.9,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 59.9,
                "wind_from_direction": 335.0,
                "wind_speed": 0.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-08T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.0,
                "air_temperature": 13.5,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 62.1,
                "wind_from_direction": 349.0,
                "wind_speed": 0.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-08T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.5,
                "air_temperature": 14.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 61.0,
                "wind_from_direction": 356.0,
                "wind_speed": 0.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-08T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.0,
                "air_temperature": 15.6,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 55.1,
                "wind_from_direction": 307.0,
                "wind_speed": 1.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_day"
              }
            }
          },
          "time": "2026-07-08T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 17.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 51.9,
                "wind_from_direction": 297.0,
                "wind_speed": 2.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-08T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 18.4,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 42.8,
                "wind_from_direction": 345.0,
                "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-08T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 19.5,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 39.3,
                "wind_from_direction": 4.0,
                "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-08T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 20.9,
                "cloud_area_fraction": 0.2,
                "relative_humidity": 37.5,
                "wind_from_direction": 359.0,
                "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-08T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.2,
                "air_temperature": 22.3,
                "cloud_area_fraction": 1.1,
                "relative_humidity": 33.8,
                "wind_from_direction": 355.0,
                "wind_speed": 3.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-08T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.2,
                "air_temperature": 23.4,
                "cloud_area_fraction": 0.9,
                "relative_humidity": 30.9,
                "wind_from_direction": 358.0,
                "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_day"
              }
            }
          },
          "time": "2026-07-08T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 24.1,
                "cloud_area_fraction": 0.6,
                "relative_humidity": 29.2,
                "wind_from_direction": 5.0,
                "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": "fair_day"
              }
            }
          },
          "time": "2026-07-08T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 24.6,
                "cloud_area_fraction": 2.7,
                "relative_humidity": 27.6,
                "wind_from_direction": 12.0,
                "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_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-08T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.2,
                "air_temperature": 24.8,
                "cloud_area_fraction": 22.1,
                "relative_humidity": 30.7,
                "wind_from_direction": 64.0,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-08T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.7,
                "air_temperature": 24.6,
                "cloud_area_fraction": 41.1,
                "relative_humidity": 35.5,
                "wind_from_direction": 67.0,
                "wind_speed": 5.0
              }
            },
            "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-07-08T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.0,
                "air_temperature": 24.6,
                "cloud_area_fraction": 43.0,
                "relative_humidity": 35.7,
                "wind_from_direction": 63.0,
                "wind_speed": 4.2
              }
            },
            "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-07-08T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.3,
                "air_temperature": 24.2,
                "cloud_area_fraction": 38.8,
                "relative_humidity": 36.9,
                "wind_from_direction": 61.0,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_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-07-08T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.8,
                "air_temperature": 23.3,
                "cloud_area_fraction": 33.7,
                "relative_humidity": 38.7,
                "wind_from_direction": 72.0,
                "wind_speed": 2.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_night"
              }
            }
          },
          "time": "2026-07-08T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.4,
                "air_temperature": 22.5,
                "cloud_area_fraction": 11.4,
                "relative_humidity": 41.1,
                "wind_from_direction": 77.0,
                "wind_speed": 3.2
              }
            },
            "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-08T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.0,
                "air_temperature": 21.4,
                "cloud_area_fraction": 1.7,
                "relative_humidity": 41.7,
                "wind_from_direction": 64.0,
                "wind_speed": 3.7
              }
            },
            "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-08T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.6,
                "air_temperature": 20.3,
                "cloud_area_fraction": 0.7,
                "relative_humidity": 46.4,
                "wind_from_direction": 72.0,
                "wind_speed": 2.9
              }
            },
            "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-08T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.4,
                "air_temperature": 19.3,
                "cloud_area_fraction": 0.4,
                "relative_humidity": 51.4,
                "wind_from_direction": 62.0,
                "wind_speed": 2.2
              }
            },
            "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-08T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.0,
                "air_temperature": 18.4,
                "cloud_area_fraction": 1.1,
                "relative_humidity": 55.3,
                "wind_from_direction": 52.0,
                "wind_speed": 3.4
              }
            },
            "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-07-08T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.5,
                "air_temperature": 17.5,
                "cloud_area_fraction": 7.1,
                "relative_humidity": 56.8,
                "wind_from_direction": 47.0,
                "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": "fair_day"
              }
            }
          },
          "time": "2026-07-09T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.0,
                "air_temperature": 16.7,
                "cloud_area_fraction": 18.2,
                "relative_humidity": 57.3,
                "wind_from_direction": 32.0,
                "wind_speed": 2.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-07-09T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.3,
                "air_temperature": 16.0,
                "cloud_area_fraction": 18.3,
                "relative_humidity": 59.1,
                "wind_from_direction": 30.0,
                "wind_speed": 2.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-09T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.4,
                "air_temperature": 15.4,
                "cloud_area_fraction": 15.0,
                "relative_humidity": 61.5,
                "wind_from_direction": 34.0,
                "wind_speed": 2.1
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-09T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.6,
                "air_temperature": 15.2,
                "cloud_area_fraction": 11.5,
                "relative_humidity": 62.2,
                "wind_from_direction": 34.0,
                "wind_speed": 1.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-09T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.8,
                "air_temperature": 15.9,
                "cloud_area_fraction": 14.9,
                "relative_humidity": 58.6,
                "wind_from_direction": 49.0,
                "wind_speed": 1.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-09T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.8,
                "air_temperature": 16.8,
                "cloud_area_fraction": 26.2,
                "relative_humidity": 54.4,
                "wind_from_direction": 53.0,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-09T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.2,
                "air_temperature": 24.5,
                "cloud_area_fraction": 25.4,
                "relative_humidity": 42.6,
                "wind_from_direction": 207.2,
                "wind_speed": 1.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-09T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.5,
                "air_temperature": 26.5,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 42.0,
                "wind_from_direction": 205.5,
                "wind_speed": 1.4
              }
            },
            "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-09T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1015.3,
                "air_temperature": 20.8,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 67.3,
                "wind_from_direction": 28.9,
                "wind_speed": 1.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-10T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.0,
                "air_temperature": 21.2,
                "cloud_area_fraction": 8.6,
                "relative_humidity": 57.7,
                "wind_from_direction": 51.0,
                "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-10T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.9,
                "air_temperature": 27.3,
                "cloud_area_fraction": 24.2,
                "relative_humidity": 39.8,
                "wind_from_direction": 238.2,
                "wind_speed": 2.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-07-10T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.0,
                "air_temperature": 28.4,
                "cloud_area_fraction": 22.3,
                "relative_humidity": 42.2,
                "wind_from_direction": 204.4,
                "wind_speed": 2.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-07-10T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.9,
                "air_temperature": 22.2,
                "cloud_area_fraction": 57.0,
                "relative_humidity": 70.0,
                "wind_from_direction": 24.8,
                "wind_speed": 1.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-11T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.0,
                "air_temperature": 22.3,
                "cloud_area_fraction": 50.8,
                "relative_humidity": 65.8,
                "wind_from_direction": 58.3,
                "wind_speed": 1.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-11T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.9,
                "air_temperature": 27.3,
                "cloud_area_fraction": 45.7,
                "relative_humidity": 46.6,
                "wind_from_direction": 60.6,
                "wind_speed": 2.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrainshowers_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.1
              },
              "summary": {
                "symbol_code": "rainshowers_day"
              }
            }
          },
          "time": "2026-07-11T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.0,
                "air_temperature": 25.9,
                "cloud_area_fraction": 43.4,
                "relative_humidity": 75.6,
                "wind_from_direction": 34.7,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-11T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.0,
                "air_temperature": 21.2,
                "cloud_area_fraction": 20.3,
                "relative_humidity": 72.6,
                "wind_from_direction": 22.9,
                "wind_speed": 4.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-12T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1025.3,
                "air_temperature": 19.4,
                "cloud_area_fraction": 15.6,
                "relative_humidity": 60.9,
                "wind_from_direction": 28.8,
                "wind_speed": 4.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-07-12T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.6,
                "air_temperature": 25.5,
                "cloud_area_fraction": 19.1,
                "relative_humidity": 40.2,
                "wind_from_direction": 34.7,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-12T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.8,
                "air_temperature": 26.2,
                "cloud_area_fraction": 6.2,
                "relative_humidity": 42.3,
                "wind_from_direction": 34.2,
                "wind_speed": 2.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-07-12T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.9,
                "air_temperature": 20.4,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 66.5,
                "wind_from_direction": 24.6,
                "wind_speed": 3.3
              }
            },
            "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-13T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1024.4,
                "air_temperature": 20.6,
                "cloud_area_fraction": 4.3,
                "relative_humidity": 59.1,
                "wind_from_direction": 32.1,
                "wind_speed": 2.8
              }
            },
            "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-13T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.6,
                "air_temperature": 26.3,
                "cloud_area_fraction": 31.6,
                "relative_humidity": 40.3,
                "wind_from_direction": 25.6,
                "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-07-13T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.0,
                "air_temperature": 27.5,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 42.3,
                "wind_from_direction": 56.4,
                "wind_speed": 2.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-13T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.1,
                "air_temperature": 21.3,
                "cloud_area_fraction": 15.2,
                "relative_humidity": 68.5,
                "wind_from_direction": 27.7,
                "wind_speed": 2.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-14T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.7,
                "air_temperature": 21.8,
                "cloud_area_fraction": 13.7,
                "relative_humidity": 60.2,
                "wind_from_direction": 37.2,
                "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-07-14T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.7,
                "air_temperature": 27.3,
                "cloud_area_fraction": 36.3,
                "relative_humidity": 39.7,
                "wind_from_direction": 206.5,
                "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-07-14T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.5,
                "air_temperature": 27.9,
                "cloud_area_fraction": 27.3,
                "relative_humidity": 45.5,
                "wind_from_direction": 195.3,
                "wind_speed": 2.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-07-14T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.7,
                "air_temperature": 21.6,
                "cloud_area_fraction": 31.6,
                "relative_humidity": 69.5,
                "wind_from_direction": 24.4,
                "wind_speed": 1.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-15T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.7,
                "air_temperature": 22.2,
                "cloud_area_fraction": 26.6,
                "relative_humidity": 63.8,
                "wind_from_direction": 33.0,
                "wind_speed": 1.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-15T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.2,
                "air_temperature": 27.7,
                "cloud_area_fraction": 44.5,
                "relative_humidity": 38.9,
                "wind_from_direction": 206.9,
                "wind_speed": 2.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-15T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.7,
                "air_temperature": 27.8,
                "cloud_area_fraction": 28.9,
                "relative_humidity": 44.9,
                "wind_from_direction": 200.2,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-07-15T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.9,
                "air_temperature": 22.2,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 69.2,
                "wind_from_direction": 22.7,
                "wind_speed": 2.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-07-16T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.9,
                "air_temperature": 22.0,
                "cloud_area_fraction": 9.4,
                "relative_humidity": 62.6,
                "wind_from_direction": 35.5,
                "wind_speed": 2.1
              }
            },
            "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-16T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1016.1,
                "air_temperature": 27.7,
                "cloud_area_fraction": 22.3,
                "relative_humidity": 38.1,
                "wind_from_direction": 205.4,
                "wind_speed": 2.3
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-16T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.9,
                "air_temperature": 27.8,
                "cloud_area_fraction": 14.8,
                "relative_humidity": 42.1,
                "wind_from_direction": 192.7,
                "wind_speed": 3.0
              }
            }
          },
          "time": "2026-07-16T18:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}