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.
city
required
Slug: nuuk, sisimiut, ilulissat, qaqortoq, tasiilaq, aasiaat, maniitsoq
| Name | Required | Default | Description |
|---|---|---|---|
city |
Yes | - | Slug: nuuk, sisimiut, ilulissat, qaqortoq, tasiilaq, aasiaat, maniitsoq |
curl https://nordapi.ee/api/v1/greenland/weather/nuuk
{
"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-09-02T23:17:04Z"
},
"timeseries": [
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.0,
"air_temperature": 5.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 95.0,
"wind_from_direction": 214.6,
"wind_speed": 2.3
}
},
"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.6
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.9,
"air_temperature": 5.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 94.6,
"wind_from_direction": 205.2,
"wind_speed": 2.4
}
},
"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.6
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.3,
"air_temperature": 6.1,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.9,
"wind_from_direction": 177.6,
"wind_speed": 3.9
}
},
"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": 3.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.0,
"air_temperature": 6.1,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.3,
"wind_from_direction": 186.1,
"wind_speed": 4.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.4
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.3
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.7,
"air_temperature": 6.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 93.6,
"wind_from_direction": 182.8,
"wind_speed": 5.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.4
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.3,
"air_temperature": 5.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 95.9,
"wind_from_direction": 182.8,
"wind_speed": 5.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.7
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.2,
"air_temperature": 5.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 96.6,
"wind_from_direction": 183.3,
"wind_speed": 5.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.6
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.1,
"air_temperature": 6.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 94.1,
"wind_from_direction": 177.9,
"wind_speed": 6.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.8
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.6
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.9,
"air_temperature": 6.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.0,
"wind_from_direction": 179.3,
"wind_speed": 5.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.4
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-03T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.1,
"air_temperature": 6.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.1,
"wind_from_direction": 182.6,
"wind_speed": 5.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.7
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-09-03T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.2,
"air_temperature": 6.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 89.9,
"wind_from_direction": 182.9,
"wind_speed": 4.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.6
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-09-03T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.3,
"air_temperature": 6.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 88.5,
"wind_from_direction": 180.0,
"wind_speed": 3.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.5
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.4,
"air_temperature": 6.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 87.0,
"wind_from_direction": 142.7,
"wind_speed": 2.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.4
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 6.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 86.8,
"wind_from_direction": 35.7,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.8,
"air_temperature": 6.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 87.8,
"wind_from_direction": 23.1,
"wind_speed": 3.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.9,
"air_temperature": 7.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 85.4,
"wind_from_direction": 25.4,
"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": "partlycloudy_day"
}
}
},
"time": "2026-09-03T15:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.1,
"air_temperature": 7.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 83.9,
"wind_from_direction": 16.9,
"wind_speed": 4.1
}
},
"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-09-03T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.2,
"air_temperature": 7.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 81.2,
"wind_from_direction": 4.4,
"wind_speed": 4.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.5,
"air_temperature": 8.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 77.9,
"wind_from_direction": 350.7,
"wind_speed": 5.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-03T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.9,
"air_temperature": 8.3,
"cloud_area_fraction": 95.3,
"relative_humidity": 75.6,
"wind_from_direction": 339.5,
"wind_speed": 6.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-03T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.2,
"air_temperature": 8.0,
"cloud_area_fraction": 42.2,
"relative_humidity": 77.4,
"wind_from_direction": 330.6,
"wind_speed": 6.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-03T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.8,
"air_temperature": 7.4,
"cloud_area_fraction": 14.8,
"relative_humidity": 82.8,
"wind_from_direction": 333.6,
"wind_speed": 6.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-03T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.1,
"air_temperature": 7.0,
"cloud_area_fraction": 15.6,
"relative_humidity": 88.0,
"wind_from_direction": 338.5,
"wind_speed": 5.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-03T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.4,
"air_temperature": 6.6,
"cloud_area_fraction": 14.8,
"relative_humidity": 91.5,
"wind_from_direction": 338.5,
"wind_speed": 4.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-03T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.7,
"air_temperature": 6.2,
"cloud_area_fraction": 32.0,
"relative_humidity": 93.6,
"wind_from_direction": 334.9,
"wind_speed": 4.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-04T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.9,
"air_temperature": 5.9,
"cloud_area_fraction": 26.6,
"relative_humidity": 96.2,
"wind_from_direction": 327.7,
"wind_speed": 3.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-04T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.8,
"air_temperature": 5.9,
"cloud_area_fraction": 18.7,
"relative_humidity": 96.7,
"wind_from_direction": 328.9,
"wind_speed": 2.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-04T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.9,
"air_temperature": 5.8,
"cloud_area_fraction": 35.9,
"relative_humidity": 97.1,
"wind_from_direction": 331.3,
"wind_speed": 2.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fog"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.0,
"air_temperature": 5.7,
"cloud_area_fraction": 25.8,
"relative_humidity": 97.7,
"wind_from_direction": 10.3,
"wind_speed": 3.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fog"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.0,
"air_temperature": 5.9,
"cloud_area_fraction": 10.9,
"relative_humidity": 97.0,
"wind_from_direction": 40.4,
"wind_speed": 2.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.1,
"air_temperature": 5.6,
"cloud_area_fraction": 96.1,
"relative_humidity": 100.0,
"wind_from_direction": 36.6,
"wind_speed": 3.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.5,
"air_temperature": 5.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 99.1,
"wind_from_direction": 30.8,
"wind_speed": 3.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.8,
"air_temperature": 4.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 99.6,
"wind_from_direction": 35.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": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.0,
"air_temperature": 4.7,
"cloud_area_fraction": 99.2,
"relative_humidity": 99.2,
"wind_from_direction": 43.3,
"wind_speed": 4.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.4,
"air_temperature": 4.8,
"cloud_area_fraction": 99.2,
"relative_humidity": 98.8,
"wind_from_direction": 40.2,
"wind_speed": 4.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
}
},
"time": "2026-09-04T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.9,
"air_temperature": 4.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 99.0,
"wind_from_direction": 35.9,
"wind_speed": 4.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-04T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.4,
"air_temperature": 5.5,
"cloud_area_fraction": 92.2,
"relative_humidity": 93.2,
"wind_from_direction": 39.6,
"wind_speed": 4.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-04T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.6,
"air_temperature": 6.7,
"cloud_area_fraction": 57.8,
"relative_humidity": 82.9,
"wind_from_direction": 38.9,
"wind_speed": 4.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-04T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.5,
"air_temperature": 7.9,
"cloud_area_fraction": 43.7,
"relative_humidity": 75.3,
"wind_from_direction": 41.9,
"wind_speed": 4.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fog"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-04T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.4,
"air_temperature": 9.1,
"cloud_area_fraction": 10.9,
"relative_humidity": 64.6,
"wind_from_direction": 18.1,
"wind_speed": 4.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-09-04T15:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.4,
"air_temperature": 9.8,
"cloud_area_fraction": 3.1,
"relative_humidity": 55.3,
"wind_from_direction": 352.9,
"wind_speed": 6.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": "partlycloudy_day"
}
}
},
"time": "2026-09-04T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.6,
"air_temperature": 9.8,
"cloud_area_fraction": 0.0,
"relative_humidity": 57.5,
"wind_from_direction": 338.2,
"wind_speed": 8.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-04T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.7,
"air_temperature": 9.3,
"cloud_area_fraction": 24.2,
"relative_humidity": 64.9,
"wind_from_direction": 327.1,
"wind_speed": 8.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-04T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.8,
"air_temperature": 8.7,
"cloud_area_fraction": 34.4,
"relative_humidity": 71.2,
"wind_from_direction": 323.5,
"wind_speed": 8.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-04T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 7.9,
"cloud_area_fraction": 85.9,
"relative_humidity": 77.4,
"wind_from_direction": 322.9,
"wind_speed": 7.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"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-09-04T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.3,
"air_temperature": 7.1,
"cloud_area_fraction": 99.2,
"relative_humidity": 84.3,
"wind_from_direction": 323.9,
"wind_speed": 7.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"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-09-04T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.5,
"air_temperature": 6.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 88.1,
"wind_from_direction": 329.9,
"wind_speed": 6.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"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_night"
}
}
},
"time": "2026-09-04T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.7,
"air_temperature": 5.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.8,
"wind_from_direction": 336.6,
"wind_speed": 5.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-04T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.5,
"air_temperature": 5.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.7,
"wind_from_direction": 345.5,
"wind_speed": 4.6
}
},
"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_night"
}
}
},
"time": "2026-09-05T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.5,
"air_temperature": 5.7,
"cloud_area_fraction": 99.2,
"relative_humidity": 93.9,
"wind_from_direction": 346.6,
"wind_speed": 4.2
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-05T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.4,
"air_temperature": 5.6,
"cloud_area_fraction": 98.4,
"relative_humidity": 95.9,
"wind_from_direction": 347.5,
"wind_speed": 4.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-05T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.3,
"air_temperature": 5.6,
"cloud_area_fraction": 77.3,
"relative_humidity": 95.9,
"wind_from_direction": 351.0,
"wind_speed": 4.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-05T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.4,
"air_temperature": 5.4,
"cloud_area_fraction": 32.0,
"relative_humidity": 96.8,
"wind_from_direction": 357.6,
"wind_speed": 4.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-05T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 5.6,
"cloud_area_fraction": 36.7,
"relative_humidity": 97.2,
"wind_from_direction": 15.9,
"wind_speed": 3.9
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-05T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 6.3,
"cloud_area_fraction": 23.4,
"relative_humidity": 89.9,
"wind_from_direction": 25.7,
"wind_speed": 4.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 6.8,
"cloud_area_fraction": 34.4,
"relative_humidity": 77.9,
"wind_from_direction": 40.4,
"wind_speed": 4.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-05T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.2,
"air_temperature": 6.5,
"cloud_area_fraction": 39.1,
"relative_humidity": 75.0,
"wind_from_direction": 48.7,
"wind_speed": 4.5
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.3,
"air_temperature": 6.2,
"cloud_area_fraction": 59.4,
"relative_humidity": 77.0,
"wind_from_direction": 52.0,
"wind_speed": 4.8
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.5,
"air_temperature": 6.4,
"cloud_area_fraction": 85.2,
"relative_humidity": 78.2,
"wind_from_direction": 53.5,
"wind_speed": 5.1
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.6,
"air_temperature": 7.0,
"cloud_area_fraction": 71.9,
"relative_humidity": 74.3,
"wind_from_direction": 56.9,
"wind_speed": 5.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.9,
"air_temperature": 7.6,
"cloud_area_fraction": 75.0,
"relative_humidity": 71.2,
"wind_from_direction": 53.3,
"wind_speed": 4.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.7,
"air_temperature": 8.2,
"cloud_area_fraction": 60.2,
"relative_humidity": 72.2,
"wind_from_direction": 170.2,
"wind_speed": 3.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-05T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.7,
"air_temperature": 7.4,
"cloud_area_fraction": 7.8,
"relative_humidity": 81.0,
"wind_from_direction": 107.5,
"wind_speed": 0.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
}
},
"time": "2026-09-06T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.0,
"air_temperature": 4.7,
"cloud_area_fraction": 99.2,
"relative_humidity": 99.4,
"wind_from_direction": 5.5,
"wind_speed": 1.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-06T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.7,
"air_temperature": 4.9,
"cloud_area_fraction": 96.1,
"relative_humidity": 92.6,
"wind_from_direction": 345.3,
"wind_speed": 0.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-06T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.8,
"air_temperature": 6.4,
"cloud_area_fraction": 53.9,
"relative_humidity": 82.7,
"wind_from_direction": 202.9,
"wind_speed": 3.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-06T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.8,
"air_temperature": 5.4,
"cloud_area_fraction": 47.7,
"relative_humidity": 93.2,
"wind_from_direction": 187.5,
"wind_speed": 5.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-07T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.9,
"air_temperature": 4.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 99.0,
"wind_from_direction": 178.4,
"wind_speed": 5.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-07T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.9,
"air_temperature": 5.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 94.9,
"wind_from_direction": 183.7,
"wind_speed": 6.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-07T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.6,
"air_temperature": 6.7,
"cloud_area_fraction": 86.7,
"relative_humidity": 89.5,
"wind_from_direction": 183.8,
"wind_speed": 8.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-07T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.5,
"air_temperature": 7.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 87.5,
"wind_from_direction": 182.1,
"wind_speed": 9.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-08T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.4,
"air_temperature": 5.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 98.1,
"wind_from_direction": 272.2,
"wind_speed": 3.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 6.4
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-09-08T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.3,
"air_temperature": 3.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.3,
"wind_from_direction": 326.6,
"wind_speed": 2.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-08T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 6.7,
"cloud_area_fraction": 16.4,
"relative_humidity": 63.2,
"wind_from_direction": 300.8,
"wind_speed": 3.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-09-08T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.3,
"air_temperature": 4.6,
"cloud_area_fraction": 0.8,
"relative_humidity": 95.4,
"wind_from_direction": 325.2,
"wind_speed": 2.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
}
},
"time": "2026-09-09T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.6,
"air_temperature": 3.4,
"cloud_area_fraction": 89.8,
"relative_humidity": 99.8,
"wind_from_direction": 350.4,
"wind_speed": 3.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-09T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.2,
"air_temperature": 4.5,
"cloud_area_fraction": 40.6,
"relative_humidity": 85.5,
"wind_from_direction": 323.9,
"wind_speed": 3.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-09T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.1,
"air_temperature": 5.5,
"cloud_area_fraction": 85.2,
"relative_humidity": 74.0,
"wind_from_direction": 254.1,
"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-09-09T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.1,
"air_temperature": 4.2,
"cloud_area_fraction": 14.8,
"relative_humidity": 81.0,
"wind_from_direction": 198.3,
"wind_speed": 2.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-10T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 4.9,
"cloud_area_fraction": 82.0,
"relative_humidity": 86.5,
"wind_from_direction": 167.3,
"wind_speed": 4.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-10T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.9,
"air_temperature": 5.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 79.0,
"wind_from_direction": 185.3,
"wind_speed": 5.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.8
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-09-10T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.9,
"air_temperature": 6.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 85.4,
"wind_from_direction": 183.3,
"wind_speed": 5.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-10T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.9,
"air_temperature": 6.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 79.0,
"wind_from_direction": 132.9,
"wind_speed": 3.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "heavyrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 9.0
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-09-11T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.7,
"air_temperature": 5.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 86.7,
"wind_from_direction": 88.7,
"wind_speed": 5.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 22.0
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-09-11T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.5,
"air_temperature": 7.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 89.2,
"wind_from_direction": 172.8,
"wind_speed": 15.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 4.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-11T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.6,
"air_temperature": 6.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 97.0,
"wind_from_direction": 195.5,
"wind_speed": 9.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-11T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.0,
"air_temperature": 6.1,
"cloud_area_fraction": 100.0,
"relative_humidity": 96.0,
"wind_from_direction": 224.8,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-12T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1018.7,
"air_temperature": 4.9,
"cloud_area_fraction": 96.9,
"relative_humidity": 98.8,
"wind_from_direction": 11.7,
"wind_speed": 2.4
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-12T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1018.9,
"air_temperature": 5.3,
"cloud_area_fraction": 96.1,
"relative_humidity": 94.5,
"wind_from_direction": 12.1,
"wind_speed": 3.5
}
}
},
"time": "2026-09-12T12:00:00Z"
}
]
},
"type": "Feature"
},
"success": true
}