← 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).

Parameters

lat required

Latitude (e.g. 59.91)

lon required

Longitude (e.g. 10.75)

Example Requests

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

Live Response

{
  "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-05T16:28:51Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 21.7,
                "cloud_area_fraction": 36.6,
                "relative_humidity": 31.7,
                "wind_from_direction": 343.0,
                "wind_speed": 4.0
              }
            },
            "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-05T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.4,
                "air_temperature": 21.2,
                "cloud_area_fraction": 9.8,
                "relative_humidity": 32.4,
                "wind_from_direction": 353.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": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-05T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.3,
                "air_temperature": 20.8,
                "cloud_area_fraction": 7.5,
                "relative_humidity": 32.5,
                "wind_from_direction": 331.0,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-05T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 20.1,
                "cloud_area_fraction": 5.1,
                "relative_humidity": 35.0,
                "wind_from_direction": 324.0,
                "wind_speed": 3.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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-05T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 19.0,
                "cloud_area_fraction": 7.0,
                "relative_humidity": 42.8,
                "wind_from_direction": 321.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": "clearsky_night"
              }
            }
          },
          "time": "2026-07-05T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.2,
                "air_temperature": 17.2,
                "cloud_area_fraction": 8.4,
                "relative_humidity": 49.4,
                "wind_from_direction": 331.0,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-05T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.8,
                "air_temperature": 15.8,
                "cloud_area_fraction": 6.8,
                "relative_humidity": 49.7,
                "wind_from_direction": 334.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_night"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_night"
              }
            }
          },
          "time": "2026-07-05T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.0,
                "air_temperature": 14.6,
                "cloud_area_fraction": 11.5,
                "relative_humidity": 50.5,
                "wind_from_direction": 333.0,
                "wind_speed": 2.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_night"
              }
            }
          },
          "time": "2026-07-05T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.8,
                "air_temperature": 13.5,
                "cloud_area_fraction": 8.3,
                "relative_humidity": 49.8,
                "wind_from_direction": 323.0,
                "wind_speed": 2.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-06T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.7,
                "air_temperature": 12.2,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 49.6,
                "wind_from_direction": 354.0,
                "wind_speed": 1.9
              }
            },
            "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-06T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.6,
                "air_temperature": 11.7,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 52.3,
                "wind_from_direction": 334.0,
                "wind_speed": 2.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-06T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.4,
                "air_temperature": 11.2,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 55.3,
                "wind_from_direction": 350.0,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 11.9,
                "cloud_area_fraction": 0.1,
                "relative_humidity": 54.8,
                "wind_from_direction": 354.0,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 13.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 49.7,
                "wind_from_direction": 340.0,
                "wind_speed": 2.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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 14.1,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 45.1,
                "wind_from_direction": 313.0,
                "wind_speed": 1.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 15.1,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 41.0,
                "wind_from_direction": 277.0,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.1,
                "air_temperature": 16.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 40.2,
                "wind_from_direction": 234.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": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.7,
                "air_temperature": 17.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 37.4,
                "wind_from_direction": 215.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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.1,
                "air_temperature": 18.0,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 33.7,
                "wind_from_direction": 209.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": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.5,
                "air_temperature": 18.9,
                "cloud_area_fraction": 0.0,
                "relative_humidity": 32.0,
                "wind_from_direction": 196.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-06T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.8,
                "air_temperature": 19.8,
                "cloud_area_fraction": 2.1,
                "relative_humidity": 31.3,
                "wind_from_direction": 194.0,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.1,
                "air_temperature": 20.7,
                "cloud_area_fraction": 8.9,
                "relative_humidity": 30.4,
                "wind_from_direction": 200.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": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-06T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.5,
                "air_temperature": 21.4,
                "cloud_area_fraction": 8.2,
                "relative_humidity": 29.5,
                "wind_from_direction": 197.0,
                "wind_speed": 3.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-06T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.9,
                "air_temperature": 21.1,
                "cloud_area_fraction": 2.1,
                "relative_humidity": 33.4,
                "wind_from_direction": 188.0,
                "wind_speed": 5.8
              }
            },
            "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-06T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.4,
                "air_temperature": 20.8,
                "cloud_area_fraction": 0.9,
                "relative_humidity": 38.2,
                "wind_from_direction": 188.0,
                "wind_speed": 6.9
              }
            },
            "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-07-06T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.8,
                "air_temperature": 20.4,
                "cloud_area_fraction": 0.2,
                "relative_humidity": 43.9,
                "wind_from_direction": 182.0,
                "wind_speed": 6.7
              }
            },
            "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-07-06T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.6,
                "air_temperature": 19.7,
                "cloud_area_fraction": 2.6,
                "relative_humidity": 48.5,
                "wind_from_direction": 178.0,
                "wind_speed": 6.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-06T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.6,
                "air_temperature": 19.0,
                "cloud_area_fraction": 37.1,
                "relative_humidity": 53.4,
                "wind_from_direction": 176.0,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-06T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1001.3,
                "air_temperature": 18.3,
                "cloud_area_fraction": 81.8,
                "relative_humidity": 53.5,
                "wind_from_direction": 175.0,
                "wind_speed": 4.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": "cloudy"
              }
            }
          },
          "time": "2026-07-06T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.8,
                "air_temperature": 17.5,
                "cloud_area_fraction": 62.5,
                "relative_humidity": 55.3,
                "wind_from_direction": 174.0,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "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-07-06T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.3,
                "air_temperature": 16.8,
                "cloud_area_fraction": 85.1,
                "relative_humidity": 57.1,
                "wind_from_direction": 168.0,
                "wind_speed": 3.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "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-07-06T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.9,
                "air_temperature": 16.0,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 64.4,
                "wind_from_direction": 174.0,
                "wind_speed": 3.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": "cloudy"
              }
            }
          },
          "time": "2026-07-06T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.5,
                "air_temperature": 15.4,
                "cloud_area_fraction": 99.9,
                "relative_humidity": 69.3,
                "wind_from_direction": 169.0,
                "wind_speed": 3.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": "cloudy"
              }
            }
          },
          "time": "2026-07-07T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.9,
                "air_temperature": 15.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 71.3,
                "wind_from_direction": 155.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": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-07-07T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.6,
                "air_temperature": 15.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 72.4,
                "wind_from_direction": 96.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": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 998.2,
                "air_temperature": 15.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 47.7,
                "wind_from_direction": 19.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": "cloudy"
              }
            },
            "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": 997.8,
                "air_temperature": 14.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 45.8,
                "wind_from_direction": 1.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": "cloudy"
              }
            },
            "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.5,
                "air_temperature": 14.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 46.4,
                "wind_from_direction": 335.0,
                "wind_speed": 1.3
              }
            },
            "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-07-07T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.1,
                "air_temperature": 15.7,
                "cloud_area_fraction": 85.2,
                "relative_humidity": 47.5,
                "wind_from_direction": 337.0,
                "wind_speed": 0.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.6,
                "air_temperature": 16.4,
                "cloud_area_fraction": 38.3,
                "relative_humidity": 47.2,
                "wind_from_direction": 30.0,
                "wind_speed": 0.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.2,
                "air_temperature": 17.1,
                "cloud_area_fraction": 6.1,
                "relative_humidity": 45.2,
                "wind_from_direction": 195.0,
                "wind_speed": 2.2
              }
            },
            "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-07-07T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 995.7,
                "air_temperature": 18.0,
                "cloud_area_fraction": 59.7,
                "relative_humidity": 43.6,
                "wind_from_direction": 224.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": "partlycloudy_day"
              }
            },
            "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": 995.8,
                "air_temperature": 17.5,
                "cloud_area_fraction": 99.5,
                "relative_humidity": 44.0,
                "wind_from_direction": 318.0,
                "wind_speed": 6.4
              }
            },
            "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-07-07T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.3,
                "air_temperature": 17.8,
                "cloud_area_fraction": 97.2,
                "relative_humidity": 49.1,
                "wind_from_direction": 342.0,
                "wind_speed": 2.4
              }
            },
            "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-07-07T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.3,
                "air_temperature": 18.7,
                "cloud_area_fraction": 85.9,
                "relative_humidity": 50.8,
                "wind_from_direction": 289.0,
                "wind_speed": 7.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": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 996.6,
                "air_temperature": 19.0,
                "cloud_area_fraction": 84.3,
                "relative_humidity": 59.0,
                "wind_from_direction": 313.0,
                "wind_speed": 6.7
              }
            },
            "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-07T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.3,
                "air_temperature": 19.5,
                "cloud_area_fraction": 66.5,
                "relative_humidity": 51.1,
                "wind_from_direction": 6.0,
                "wind_speed": 7.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-07T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 997.8,
                "air_temperature": 19.8,
                "cloud_area_fraction": 50.1,
                "relative_humidity": 44.7,
                "wind_from_direction": 348.0,
                "wind_speed": 4.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": "fair_day"
              }
            }
          },
          "time": "2026-07-07T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 999.1,
                "air_temperature": 19.1,
                "cloud_area_fraction": 54.9,
                "relative_humidity": 56.8,
                "wind_from_direction": 8.0,
                "wind_speed": 4.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": "fair_day"
              }
            }
          },
          "time": "2026-07-07T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1000.1,
                "air_temperature": 18.9,
                "cloud_area_fraction": 3.9,
                "relative_humidity": 51.1,
                "wind_from_direction": 347.0,
                "wind_speed": 4.5
              }
            },
            "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": 1000.9,
                "air_temperature": 19.0,
                "cloud_area_fraction": 0.9,
                "relative_humidity": 43.5,
                "wind_from_direction": 14.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": "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": 1001.8,
                "air_temperature": 18.8,
                "cloud_area_fraction": 3.2,
                "relative_humidity": 44.9,
                "wind_from_direction": 4.0,
                "wind_speed": 2.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "clearsky_day"
              }
            }
          },
          "time": "2026-07-07T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1002.8,
                "air_temperature": 18.2,
                "cloud_area_fraction": 50.9,
                "relative_humidity": 52.4,
                "wind_from_direction": 303.0,
                "wind_speed": 3.6
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-07-07T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1003.8,
                "air_temperature": 17.3,
                "cloud_area_fraction": 47.7,
                "relative_humidity": 45.2,
                "wind_from_direction": 344.0,
                "wind_speed": 4.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-07-07T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1004.5,
                "air_temperature": 16.7,
                "cloud_area_fraction": 13.3,
                "relative_humidity": 46.0,
                "wind_from_direction": 341.0,
                "wind_speed": 3.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_night"
              }
            }
          },
          "time": "2026-07-07T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.1,
                "air_temperature": 15.8,
                "cloud_area_fraction": 9.2,
                "relative_humidity": 49.7,
                "wind_from_direction": 345.0,
                "wind_speed": 2.0
              }
            },
            "next_1_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.7,
                "air_temperature": 14.9,
                "cloud_area_fraction": 9.6,
                "relative_humidity": 54.6,
                "wind_from_direction": 346.0,
                "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-08T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.3,
                "air_temperature": 16.4,
                "cloud_area_fraction": 23.4,
                "relative_humidity": 54.4,
                "wind_from_direction": 303.8,
                "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-07-08T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 23.6,
                "cloud_area_fraction": 57.8,
                "relative_humidity": 34.5,
                "wind_from_direction": 333.9,
                "wind_speed": 3.1
              }
            },
            "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-08T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.7,
                "air_temperature": 23.6,
                "cloud_area_fraction": 4.7,
                "relative_humidity": 41.5,
                "wind_from_direction": 23.5,
                "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-08T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.5,
                "air_temperature": 17.3,
                "cloud_area_fraction": 7.8,
                "relative_humidity": 71.2,
                "wind_from_direction": 31.7,
                "wind_speed": 2.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-07-09T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.4,
                "air_temperature": 17.7,
                "cloud_area_fraction": 14.1,
                "relative_humidity": 58.7,
                "wind_from_direction": 60.0,
                "wind_speed": 1.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-09T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.5,
                "air_temperature": 24.4,
                "cloud_area_fraction": 16.8,
                "relative_humidity": 40.5,
                "wind_from_direction": 209.4,
                "wind_speed": 1.8
              }
            },
            "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-09T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.5,
                "air_temperature": 25.7,
                "cloud_area_fraction": 4.7,
                "relative_humidity": 41.6,
                "wind_from_direction": 203.6,
                "wind_speed": 2.2
              }
            },
            "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": 1016.6,
                "air_temperature": 20.0,
                "cloud_area_fraction": 5.5,
                "relative_humidity": 72.7,
                "wind_from_direction": 31.2,
                "wind_speed": 1.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-10T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.5,
                "air_temperature": 20.5,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 64.3,
                "wind_from_direction": 54.0,
                "wind_speed": 1.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": 1018.9,
                "air_temperature": 27.2,
                "cloud_area_fraction": 33.2,
                "relative_humidity": 38.6,
                "wind_from_direction": 211.1,
                "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-10T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.9,
                "air_temperature": 27.2,
                "cloud_area_fraction": 15.6,
                "relative_humidity": 44.1,
                "wind_from_direction": 189.9,
                "wind_speed": 2.8
              }
            },
            "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-10T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.5,
                "air_temperature": 21.1,
                "cloud_area_fraction": 34.4,
                "relative_humidity": 76.6,
                "wind_from_direction": 169.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-11T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.9,
                "air_temperature": 22.0,
                "cloud_area_fraction": 28.1,
                "relative_humidity": 67.8,
                "wind_from_direction": 163.1,
                "wind_speed": 1.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-11T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.2,
                "air_temperature": 28.8,
                "cloud_area_fraction": 32.8,
                "relative_humidity": 41.0,
                "wind_from_direction": 202.7,
                "wind_speed": 2.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-07-11T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.9,
                "air_temperature": 27.4,
                "cloud_area_fraction": 27.0,
                "relative_humidity": 49.7,
                "wind_from_direction": 193.9,
                "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_night"
              }
            }
          },
          "time": "2026-07-11T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.6,
                "air_temperature": 21.7,
                "cloud_area_fraction": 17.2,
                "relative_humidity": 72.6,
                "wind_from_direction": 27.0,
                "wind_speed": 2.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-12T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1024.7,
                "air_temperature": 20.9,
                "cloud_area_fraction": 20.3,
                "relative_humidity": 66.4,
                "wind_from_direction": 36.5,
                "wind_speed": 2.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "fair_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fair_day"
              }
            }
          },
          "time": "2026-07-12T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.7,
                "air_temperature": 27.0,
                "cloud_area_fraction": 28.1,
                "relative_humidity": 43.4,
                "wind_from_direction": 200.5,
                "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-12T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.2,
                "air_temperature": 27.5,
                "cloud_area_fraction": 23.4,
                "relative_humidity": 49.4,
                "wind_from_direction": 189.5,
                "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_night"
              }
            }
          },
          "time": "2026-07-12T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.5,
                "air_temperature": 21.9,
                "cloud_area_fraction": 10.9,
                "relative_humidity": 72.3,
                "wind_from_direction": 31.1,
                "wind_speed": 2.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-07-13T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1024.3,
                "air_temperature": 21.6,
                "cloud_area_fraction": 19.1,
                "relative_humidity": 64.3,
                "wind_from_direction": 48.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-13T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.5,
                "air_temperature": 27.8,
                "cloud_area_fraction": 27.3,
                "relative_humidity": 43.4,
                "wind_from_direction": 204.1,
                "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-13T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1020.6,
                "air_temperature": 28.1,
                "cloud_area_fraction": 22.7,
                "relative_humidity": 46.9,
                "wind_from_direction": 190.5,
                "wind_speed": 2.6
              }
            },
            "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-13T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.1,
                "air_temperature": 22.4,
                "cloud_area_fraction": 16.8,
                "relative_humidity": 76.0,
                "wind_from_direction": 154.6,
                "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-14T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1021.2,
                "air_temperature": 21.5,
                "cloud_area_fraction": 16.4,
                "relative_humidity": 72.7,
                "wind_from_direction": 53.7,
                "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-14T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.8,
                "air_temperature": 28.5,
                "cloud_area_fraction": 32.0,
                "relative_humidity": 44.3,
                "wind_from_direction": 195.6,
                "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-14T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1017.9,
                "air_temperature": 27.4,
                "cloud_area_fraction": 16.4,
                "relative_humidity": 53.1,
                "wind_from_direction": 189.6,
                "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_night"
              }
            }
          },
          "time": "2026-07-14T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1018.7,
                "air_temperature": 22.0,
                "cloud_area_fraction": 21.5,
                "relative_humidity": 79.9,
                "wind_from_direction": 168.2,
                "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": 1019.2,
                "air_temperature": 21.9,
                "cloud_area_fraction": 17.2,
                "relative_humidity": 71.8,
                "wind_from_direction": 66.6,
                "wind_speed": 1.9
              }
            },
            "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.3,
                "air_temperature": 27.6,
                "cloud_area_fraction": 41.8,
                "relative_humidity": 44.0,
                "wind_from_direction": 206.6,
                "wind_speed": 2.8
              }
            }
          },
          "time": "2026-07-15T12:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}