← Greenland

Greenland City Forecast

GET /greenland/weather/:city

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

Paramètres

city requis

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

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/greenland/weather/nuuk

Réponse en direct

{
  "data": {
    "geometry": {
      "coordinates": [
        -51.6941,
        64.1814,
        0
      ],
      "type": "Point"
    },
    "properties": {
      "meta": {
        "units": {
          "air_pressure_at_sea_level": "hPa",
          "air_temperature": "celsius",
          "cloud_area_fraction": "%",
          "precipitation_amount": "mm",
          "relative_humidity": "%",
          "wind_from_direction": "degrees",
          "wind_speed": "m/s"
        },
        "updated_at": "2026-08-12T05:17:19Z"
      },
      "timeseries": [
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 6.9,
                "cloud_area_fraction": 93.0,
                "relative_humidity": 93.6,
                "wind_from_direction": 12.3,
                "wind_speed": 1.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-12T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 7.1,
                "cloud_area_fraction": 87.5,
                "relative_humidity": 93.9,
                "wind_from_direction": 358.6,
                "wind_speed": 0.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-12T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 7.2,
                "cloud_area_fraction": 81.2,
                "relative_humidity": 94.2,
                "wind_from_direction": 225.9,
                "wind_speed": 1.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-12T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.7,
                "air_temperature": 7.5,
                "cloud_area_fraction": 96.9,
                "relative_humidity": 93.2,
                "wind_from_direction": 241.7,
                "wind_speed": 1.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-12T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 8.1,
                "cloud_area_fraction": 92.2,
                "relative_humidity": 89.0,
                "wind_from_direction": 221.5,
                "wind_speed": 1.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-12T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 8.5,
                "cloud_area_fraction": 96.1,
                "relative_humidity": 86.8,
                "wind_from_direction": 201.2,
                "wind_speed": 2.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-08-12T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 8.7,
                "cloud_area_fraction": 99.2,
                "relative_humidity": 87.8,
                "wind_from_direction": 190.0,
                "wind_speed": 3.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "fog"
              }
            }
          },
          "time": "2026-08-12T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 8.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.2,
                "wind_from_direction": 182.1,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-08-12T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 8.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.9,
                "wind_from_direction": 168.0,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 8.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.1,
                "wind_from_direction": 174.7,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 8.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.1,
                "wind_from_direction": 175.2,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "fog"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.1
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 8.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 88.1,
                "wind_from_direction": 182.3,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 8.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.0,
                "wind_from_direction": 186.4,
                "wind_speed": 3.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.2
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 8.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 86.4,
                "wind_from_direction": 181.1,
                "wind_speed": 3.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 8.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.5,
                "wind_from_direction": 170.3,
                "wind_speed": 4.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 88.4,
                "wind_from_direction": 162.8,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.2,
                "wind_from_direction": 156.5,
                "wind_speed": 4.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.2
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.9,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.0,
                "wind_from_direction": 144.2,
                "wind_speed": 4.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-12T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.0,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.9,
                "wind_from_direction": 159.4,
                "wind_speed": 3.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.1,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.2,
                "wind_from_direction": 178.6,
                "wind_speed": 4.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.9,
                "wind_from_direction": 140.5,
                "wind_speed": 4.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.6,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.2,
                "wind_from_direction": 96.5,
                "wind_speed": 3.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.2,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.8,
                "wind_from_direction": 62.6,
                "wind_speed": 2.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.6,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.6,
                "wind_from_direction": 59.9,
                "wind_speed": 3.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-13T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.4,
                "air_temperature": 9.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.3,
                "wind_from_direction": 66.6,
                "wind_speed": 2.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 5.5
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.5,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.7,
                "wind_from_direction": 186.2,
                "wind_speed": 2.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.0,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.2,
                "wind_from_direction": 96.2,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.8
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 8.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.5,
                "air_temperature": 9.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.2,
                "wind_from_direction": 84.1,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 8.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.6,
                "air_temperature": 10.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.8,
                "wind_from_direction": 145.7,
                "wind_speed": 6.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 9.9
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.7,
                "air_temperature": 9.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.9,
                "wind_from_direction": 160.7,
                "wind_speed": 8.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.6
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 10.8
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.9,
                "air_temperature": 10.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 83.6,
                "wind_from_direction": 165.3,
                "wind_speed": 10.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.9
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 10.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1005.9,
                "air_temperature": 10.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 85.6,
                "wind_from_direction": 170.9,
                "wind_speed": 13.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 9.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.4,
                "air_temperature": 9.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.0,
                "wind_from_direction": 171.9,
                "wind_speed": 13.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 2.1
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 8.7
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.6,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.3,
                "wind_from_direction": 174.8,
                "wind_speed": 13.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 2.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.5
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1006.8,
                "air_temperature": 8.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.4,
                "wind_from_direction": 180.7,
                "wind_speed": 12.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.5
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.1,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.1,
                "wind_from_direction": 178.8,
                "wind_speed": 13.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.1
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.5,
                "air_temperature": 9.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.4,
                "wind_from_direction": 176.3,
                "wind_speed": 12.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.8,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.7,
                "wind_from_direction": 174.9,
                "wind_speed": 13.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.9
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T19:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.4,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.7,
                "wind_from_direction": 175.5,
                "wind_speed": 13.6
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T20:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.9,
                "air_temperature": 9.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.6,
                "wind_from_direction": 174.7,
                "wind_speed": 13.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.1
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.6
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T21:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.3,
                "air_temperature": 9.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.3,
                "wind_from_direction": 174.9,
                "wind_speed": 12.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.9
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T22:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.7,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.6,
                "wind_from_direction": 174.3,
                "wind_speed": 12.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 8.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-13T23:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.0,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.6,
                "wind_from_direction": 172.7,
                "wind_speed": 11.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.5
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-14T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.3,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.3,
                "wind_from_direction": 173.2,
                "wind_speed": 11.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.3
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.1
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-14T01:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.5,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.6,
                "wind_from_direction": 172.2,
                "wind_speed": 11.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-14T02:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.6,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.6,
                "wind_from_direction": 170.8,
                "wind_speed": 9.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.5
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 7.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-14T03:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.7,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.4,
                "wind_from_direction": 173.7,
                "wind_speed": 9.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-14T04:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.8,
                "air_temperature": 8.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.7,
                "wind_from_direction": 175.4,
                "wind_speed": 9.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T05:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.0,
                "air_temperature": 8.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 88.6,
                "wind_from_direction": 174.0,
                "wind_speed": 9.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.2,
                "air_temperature": 8.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.8,
                "wind_from_direction": 175.8,
                "wind_speed": 8.7
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T07:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.2,
                "air_temperature": 8.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 90.4,
                "wind_from_direction": 175.3,
                "wind_speed": 8.0
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T08:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.3,
                "air_temperature": 8.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.6,
                "wind_from_direction": 171.0,
                "wind_speed": 8.8
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T09:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.4,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 84.4,
                "wind_from_direction": 167.4,
                "wind_speed": 9.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T10:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.5,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.6,
                "wind_from_direction": 166.9,
                "wind_speed": 9.9
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T11:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.4,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.7,
                "wind_from_direction": 165.6,
                "wind_speed": 10.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.5,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 83.5,
                "wind_from_direction": 163.4,
                "wind_speed": 10.2
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T13:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.7,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.9,
                "wind_from_direction": 161.5,
                "wind_speed": 9.8
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T14:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.7,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.8,
                "wind_from_direction": 162.7,
                "wind_speed": 10.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.5
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T15:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.5,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.3,
                "wind_from_direction": 163.5,
                "wind_speed": 10.3
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.6
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T16:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.4,
                "air_temperature": 9.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 82.3,
                "wind_from_direction": 163.0,
                "wind_speed": 10.4
              }
            },
            "next_1_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T17:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.3,
                "air_temperature": 9.3,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.8,
                "wind_from_direction": 163.6,
                "wind_speed": 9.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.8
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-14T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.8,
                "air_temperature": 8.4,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.3,
                "wind_from_direction": 168.4,
                "wind_speed": 4.0
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-15T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.5,
                "air_temperature": 8.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.3,
                "wind_from_direction": 174.8,
                "wind_speed": 8.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.8
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-08-15T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.1,
                "air_temperature": 8.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.0,
                "wind_from_direction": 176.9,
                "wind_speed": 6.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-15T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.7,
                "air_temperature": 8.2,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.4,
                "wind_from_direction": 184.1,
                "wind_speed": 5.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-15T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1008.4,
                "air_temperature": 8.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.8,
                "wind_from_direction": 178.2,
                "wind_speed": 4.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-16T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1007.0,
                "air_temperature": 8.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 81.7,
                "wind_from_direction": 159.9,
                "wind_speed": 5.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.7
              },
              "summary": {
                "symbol_code": "lightrain"
              }
            }
          },
          "time": "2026-08-16T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.2,
                "air_temperature": 6.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 91.6,
                "wind_from_direction": 188.1,
                "wind_speed": 6.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-16T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.6,
                "air_temperature": 7.9,
                "cloud_area_fraction": 53.1,
                "relative_humidity": 82.8,
                "wind_from_direction": 180.8,
                "wind_speed": 8.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-08-16T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1010.3,
                "air_temperature": 7.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 79.3,
                "wind_from_direction": 165.8,
                "wind_speed": 7.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 2.9
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-17T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.2,
                "air_temperature": 7.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 79.9,
                "wind_from_direction": 169.0,
                "wind_speed": 6.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 3.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-17T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1009.9,
                "air_temperature": 6.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 89.6,
                "wind_from_direction": 178.7,
                "wind_speed": 7.7
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.2
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-17T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.8,
                "air_temperature": 7.1,
                "cloud_area_fraction": 87.5,
                "relative_humidity": 88.3,
                "wind_from_direction": 191.5,
                "wind_speed": 5.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-17T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.6,
                "air_temperature": 6.9,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.3,
                "wind_from_direction": 183.1,
                "wind_speed": 4.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.1
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-18T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.8,
                "air_temperature": 6.8,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 85.7,
                "wind_from_direction": 167.6,
                "wind_speed": 2.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.2
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-18T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.6,
                "air_temperature": 7.2,
                "cloud_area_fraction": 74.2,
                "relative_humidity": 85.6,
                "wind_from_direction": 181.9,
                "wind_speed": 2.9
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            }
          },
          "time": "2026-08-18T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1015.6,
                "air_temperature": 7.5,
                "cloud_area_fraction": 96.1,
                "relative_humidity": 88.5,
                "wind_from_direction": 189.1,
                "wind_speed": 3.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "partlycloudy_day"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-18T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1015.2,
                "air_temperature": 8.2,
                "cloud_area_fraction": 68.0,
                "relative_humidity": 85.0,
                "wind_from_direction": 52.6,
                "wind_speed": 2.3
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "partlycloudy_night"
              }
            }
          },
          "time": "2026-08-19T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1014.3,
                "air_temperature": 7.8,
                "cloud_area_fraction": 97.7,
                "relative_humidity": 83.9,
                "wind_from_direction": 158.8,
                "wind_speed": 2.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "cloudy"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-19T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.9,
                "air_temperature": 8.7,
                "cloud_area_fraction": 98.4,
                "relative_humidity": 76.3,
                "wind_from_direction": 190.0,
                "wind_speed": 2.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "lightrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 0.0
              },
              "summary": {
                "symbol_code": "cloudy"
              }
            }
          },
          "time": "2026-08-19T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1011.8,
                "air_temperature": 10.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 68.2,
                "wind_from_direction": 176.4,
                "wind_speed": 10.4
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.2
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-19T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1012.8,
                "air_temperature": 9.1,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 87.3,
                "wind_from_direction": 175.0,
                "wind_speed": 12.5
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "heavyrain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 9.2
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-20T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1013.9,
                "air_temperature": 9.0,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.9,
                "wind_from_direction": 177.2,
                "wind_speed": 11.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 14.9
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-20T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1015.7,
                "air_temperature": 8.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 94.4,
                "wind_from_direction": 175.6,
                "wind_speed": 12.2
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 4.3
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-20T12:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1019.5,
                "air_temperature": 8.7,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 92.9,
                "wind_from_direction": 173.9,
                "wind_speed": 9.8
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.0
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-20T18:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1022.7,
                "air_temperature": 8.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 94.9,
                "wind_from_direction": 173.6,
                "wind_speed": 8.1
              }
            },
            "next_12_hours": {
              "details": {},
              "summary": {
                "symbol_code": "rain"
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 1.4
              },
              "summary": {
                "symbol_code": "rain"
              }
            }
          },
          "time": "2026-08-21T00:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1023.5,
                "air_temperature": 8.5,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 95.7,
                "wind_from_direction": 172.6,
                "wind_speed": 6.3
              }
            },
            "next_6_hours": {
              "details": {
                "precipitation_amount": 6.0
              },
              "summary": {
                "symbol_code": "heavyrain"
              }
            }
          },
          "time": "2026-08-21T06:00:00Z"
        },
        {
          "data": {
            "instant": {
              "details": {
                "air_pressure_at_sea_level": 1024.3,
                "air_temperature": 8.6,
                "cloud_area_fraction": 100.0,
                "relative_humidity": 94.3,
                "wind_from_direction": 178.7,
                "wind_speed": 3.1
              }
            }
          },
          "time": "2026-08-21T12:00:00Z"
        }
      ]
    },
    "type": "Feature"
  },
  "success": true
}