GET /norway/met/forecast
9-dagers kompakt værvarsel for hvilken som helst breddegrad/lengdegrad (designet for Norge, men fungerer globalt). Returnerer tidsserier med temperatur, vind, fuktighet, lufttrykk, nedbør. Kilde: api.met.no (ingen autentisering).
lat
påkrevd
Latitude (e.g. 59.91)
lon
påkrevd
Longitude (e.g. 10.75)
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
lat |
Ja | - | Latitude (e.g. 59.91) |
lon |
Ja | - | Longitude (e.g. 10.75) |
curl "https://nordapi.ee/api/v1/norway/met/forecast?lat=59.91&lon=10.75"
{
"data": {
"geometry": {
"coordinates": [
10.75,
59.91,
3
],
"type": "Point"
},
"properties": {
"meta": {
"units": {
"air_pressure_at_sea_level": "hPa",
"air_temperature": "celsius",
"cloud_area_fraction": "%",
"precipitation_amount": "mm",
"relative_humidity": "%",
"wind_from_direction": "degrees",
"wind_speed": "m/s"
},
"updated_at": "2026-09-02T23:32:15Z"
},
"timeseries": [
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 14.1,
"cloud_area_fraction": 4.4,
"relative_humidity": 53.9,
"wind_from_direction": 247.0,
"wind_speed": 2.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
}
},
"time": "2026-09-03T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 13.8,
"cloud_area_fraction": 0.0,
"relative_humidity": 58.2,
"wind_from_direction": 222.0,
"wind_speed": 3.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
}
},
"time": "2026-09-03T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.7,
"air_temperature": 13.4,
"cloud_area_fraction": 0.0,
"relative_humidity": 59.9,
"wind_from_direction": 219.0,
"wind_speed": 3.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
}
},
"time": "2026-09-03T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 12.9,
"cloud_area_fraction": 0.0,
"relative_humidity": 61.2,
"wind_from_direction": 216.0,
"wind_speed": 3.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
}
},
"time": "2026-09-03T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.3,
"air_temperature": 11.6,
"cloud_area_fraction": 0.0,
"relative_humidity": 67.4,
"wind_from_direction": 282.0,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
}
},
"time": "2026-09-03T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 11.0,
"cloud_area_fraction": 0.0,
"relative_humidity": 68.7,
"wind_from_direction": 303.0,
"wind_speed": 1.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-03T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.5,
"air_temperature": 12.2,
"cloud_area_fraction": 0.0,
"relative_humidity": 65.5,
"wind_from_direction": 244.0,
"wind_speed": 1.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-03T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.4,
"air_temperature": 13.2,
"cloud_area_fraction": 0.0,
"relative_humidity": 60.6,
"wind_from_direction": 217.0,
"wind_speed": 1.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-03T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.3,
"air_temperature": 14.3,
"cloud_area_fraction": 0.1,
"relative_humidity": 55.7,
"wind_from_direction": 210.0,
"wind_speed": 2.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.0,
"air_temperature": 15.4,
"cloud_area_fraction": 11.4,
"relative_humidity": 51.6,
"wind_from_direction": 209.0,
"wind_speed": 1.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.6,
"air_temperature": 16.5,
"cloud_area_fraction": 14.0,
"relative_humidity": 48.8,
"wind_from_direction": 195.0,
"wind_speed": 2.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.0,
"air_temperature": 17.8,
"cloud_area_fraction": 54.1,
"relative_humidity": 44.7,
"wind_from_direction": 212.0,
"wind_speed": 1.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.2,
"air_temperature": 18.6,
"cloud_area_fraction": 65.5,
"relative_humidity": 43.1,
"wind_from_direction": 219.0,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.9,
"air_temperature": 19.5,
"cloud_area_fraction": 55.4,
"relative_humidity": 42.3,
"wind_from_direction": 201.0,
"wind_speed": 2.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.6,
"air_temperature": 20.1,
"cloud_area_fraction": 39.9,
"relative_humidity": 40.5,
"wind_from_direction": 204.0,
"wind_speed": 2.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-03T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.0,
"air_temperature": 20.1,
"cloud_area_fraction": 96.0,
"relative_humidity": 39.0,
"wind_from_direction": 206.0,
"wind_speed": 2.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"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": 1003.7,
"air_temperature": 19.9,
"cloud_area_fraction": 90.6,
"relative_humidity": 39.9,
"wind_from_direction": 201.0,
"wind_speed": 2.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": "partlycloudy_night"
}
}
},
"time": "2026-09-03T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.6,
"air_temperature": 19.1,
"cloud_area_fraction": 99.0,
"relative_humidity": 50.1,
"wind_from_direction": 193.0,
"wind_speed": 4.4
}
},
"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-03T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.5,
"air_temperature": 18.0,
"cloud_area_fraction": 89.2,
"relative_humidity": 51.1,
"wind_from_direction": 191.0,
"wind_speed": 3.5
}
},
"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-03T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.4,
"air_temperature": 17.1,
"cloud_area_fraction": 78.3,
"relative_humidity": 53.3,
"wind_from_direction": 178.0,
"wind_speed": 2.8
}
},
"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-03T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.1,
"air_temperature": 16.0,
"cloud_area_fraction": 65.6,
"relative_humidity": 57.8,
"wind_from_direction": 154.0,
"wind_speed": 2.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-03T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.0,
"air_temperature": 14.9,
"cloud_area_fraction": 28.2,
"relative_humidity": 64.4,
"wind_from_direction": 166.0,
"wind_speed": 2.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"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-03T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.7,
"air_temperature": 14.2,
"cloud_area_fraction": 12.6,
"relative_humidity": 69.6,
"wind_from_direction": 144.0,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.6,
"air_temperature": 13.8,
"cloud_area_fraction": 65.1,
"relative_humidity": 72.8,
"wind_from_direction": 149.0,
"wind_speed": 2.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-03T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.3,
"air_temperature": 13.4,
"cloud_area_fraction": 98.0,
"relative_humidity": 73.1,
"wind_from_direction": 147.0,
"wind_speed": 1.7
}
},
"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-09-04T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1001.8,
"air_temperature": 13.3,
"cloud_area_fraction": 99.3,
"relative_humidity": 71.8,
"wind_from_direction": 154.0,
"wind_speed": 1.5
}
},
"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-09-04T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1001.2,
"air_temperature": 13.2,
"cloud_area_fraction": 96.9,
"relative_humidity": 71.2,
"wind_from_direction": 154.0,
"wind_speed": 1.4
}
},
"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-09-04T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1000.6,
"air_temperature": 13.0,
"cloud_area_fraction": 94.0,
"relative_humidity": 70.8,
"wind_from_direction": 141.0,
"wind_speed": 1.2
}
},
"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-09-04T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1.0e3,
"air_temperature": 13.0,
"cloud_area_fraction": 96.3,
"relative_humidity": 68.9,
"wind_from_direction": 42.0,
"wind_speed": 1.5
}
},
"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-09-04T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.9,
"air_temperature": 12.9,
"cloud_area_fraction": 99.8,
"relative_humidity": 73.8,
"wind_from_direction": 175.0,
"wind_speed": 1.1
}
},
"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-09-04T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.5,
"air_temperature": 13.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 76.1,
"wind_from_direction": 116.0,
"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-09-04T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.3,
"air_temperature": 12.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 80.8,
"wind_from_direction": 57.0,
"wind_speed": 0.5
}
},
"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-09-04T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.2,
"air_temperature": 13.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 77.9,
"wind_from_direction": 30.0,
"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-09-04T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.1,
"air_temperature": 13.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 76.9,
"wind_from_direction": 65.0,
"wind_speed": 1.9
}
},
"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-09-04T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 14.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 80.8,
"wind_from_direction": 107.0,
"wind_speed": 1.8
}
},
"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-09-04T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.7,
"air_temperature": 15.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 83.8,
"wind_from_direction": 127.0,
"wind_speed": 2.0
}
},
"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-09-04T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 15.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 84.1,
"wind_from_direction": 142.0,
"wind_speed": 1.2
}
},
"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-09-04T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 15.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 85.4,
"wind_from_direction": 125.0,
"wind_speed": 0.5
}
},
"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-09-04T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 15.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 88.1,
"wind_from_direction": 296.0,
"wind_speed": 1.4
}
},
"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-09-04T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.5,
"air_temperature": 15.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.8,
"wind_from_direction": 340.0,
"wind_speed": 1.1
}
},
"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-09-04T15:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.0,
"air_temperature": 16.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 83.5,
"wind_from_direction": 25.0,
"wind_speed": 1.7
}
},
"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-09-04T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 997.9,
"air_temperature": 15.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 80.3,
"wind_from_direction": 11.0,
"wind_speed": 0.7
}
},
"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-09-04T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.1,
"air_temperature": 15.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 85.1,
"wind_from_direction": 244.0,
"wind_speed": 1.7
}
},
"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-09-04T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.1,
"air_temperature": 14.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.0,
"wind_from_direction": 7.0,
"wind_speed": 0.5
}
},
"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-09-04T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.2,
"air_temperature": 14.5,
"cloud_area_fraction": 99.8,
"relative_humidity": 88.7,
"wind_from_direction": 97.0,
"wind_speed": 0.6
}
},
"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-09-04T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.4,
"air_temperature": 13.9,
"cloud_area_fraction": 98.3,
"relative_humidity": 87.4,
"wind_from_direction": 86.0,
"wind_speed": 0.8
}
},
"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-09-04T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.4,
"air_temperature": 13.3,
"cloud_area_fraction": 99.6,
"relative_humidity": 86.3,
"wind_from_direction": 85.0,
"wind_speed": 0.4
}
},
"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-09-04T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.5,
"air_temperature": 13.0,
"cloud_area_fraction": 98.7,
"relative_humidity": 89.2,
"wind_from_direction": 88.0,
"wind_speed": 0.8
}
},
"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-09-04T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.6,
"air_temperature": 12.7,
"cloud_area_fraction": 97.1,
"relative_humidity": 92.6,
"wind_from_direction": 121.0,
"wind_speed": 0.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.7,
"air_temperature": 12.8,
"cloud_area_fraction": 95.8,
"relative_humidity": 93.7,
"wind_from_direction": 345.0,
"wind_speed": 0.2
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 12.7,
"cloud_area_fraction": 96.4,
"relative_humidity": 91.7,
"wind_from_direction": 188.0,
"wind_speed": 0.7
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.9,
"air_temperature": 12.4,
"cloud_area_fraction": 94.3,
"relative_humidity": 89.8,
"wind_from_direction": 186.0,
"wind_speed": 1.9
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.2,
"air_temperature": 12.0,
"cloud_area_fraction": 89.7,
"relative_humidity": 88.8,
"wind_from_direction": 167.0,
"wind_speed": 2.1
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.6,
"air_temperature": 11.5,
"cloud_area_fraction": 92.0,
"relative_humidity": 90.5,
"wind_from_direction": 164.0,
"wind_speed": 2.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-05T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1.0e3,
"air_temperature": 11.9,
"cloud_area_fraction": 85.5,
"relative_humidity": 90.0,
"wind_from_direction": 165.0,
"wind_speed": 1.4
}
},
"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-05T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1001.2,
"air_temperature": 18.2,
"cloud_area_fraction": 43.4,
"relative_humidity": 59.0,
"wind_from_direction": 288.3,
"wind_speed": 1.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_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": 1005.0,
"air_temperature": 17.0,
"cloud_area_fraction": 10.2,
"relative_humidity": 73.3,
"wind_from_direction": 297.4,
"wind_speed": 1.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "clearsky_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "clearsky_night"
}
}
},
"time": "2026-09-05T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.6,
"air_temperature": 14.0,
"cloud_area_fraction": 4.7,
"relative_humidity": 81.0,
"wind_from_direction": 329.8,
"wind_speed": 2.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_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.5,
"air_temperature": 13.3,
"cloud_area_fraction": 28.9,
"relative_humidity": 83.1,
"wind_from_direction": 337.7,
"wind_speed": 1.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-06T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.4,
"air_temperature": 19.2,
"cloud_area_fraction": 62.9,
"relative_humidity": 48.6,
"wind_from_direction": 206.5,
"wind_speed": 2.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "cloudy"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-06T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.4,
"air_temperature": 18.0,
"cloud_area_fraction": 95.3,
"relative_humidity": 71.0,
"wind_from_direction": 171.6,
"wind_speed": 3.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-06T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.9,
"air_temperature": 16.0,
"cloud_area_fraction": 98.4,
"relative_humidity": 87.3,
"wind_from_direction": 167.4,
"wind_speed": 3.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-07T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.5,
"air_temperature": 15.9,
"cloud_area_fraction": 99.2,
"relative_humidity": 97.2,
"wind_from_direction": 192.4,
"wind_speed": 5.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"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": 1006.9,
"air_temperature": 18.1,
"cloud_area_fraction": 96.9,
"relative_humidity": 76.0,
"wind_from_direction": 186.2,
"wind_speed": 7.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-09-07T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.3,
"air_temperature": 18.7,
"cloud_area_fraction": 99.6,
"relative_humidity": 94.4,
"wind_from_direction": 191.6,
"wind_speed": 5.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-07T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.2,
"air_temperature": 15.4,
"cloud_area_fraction": 85.9,
"relative_humidity": 83.4,
"wind_from_direction": 199.2,
"wind_speed": 4.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-08T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1000.8,
"air_temperature": 13.7,
"cloud_area_fraction": 39.5,
"relative_humidity": 78.5,
"wind_from_direction": 199.5,
"wind_speed": 4.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-08T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.4,
"air_temperature": 17.5,
"cloud_area_fraction": 62.1,
"relative_humidity": 50.0,
"wind_from_direction": 199.9,
"wind_speed": 5.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-08T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 997.9,
"air_temperature": 15.6,
"cloud_area_fraction": 39.8,
"relative_humidity": 78.5,
"wind_from_direction": 194.6,
"wind_speed": 4.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-08T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 997.0,
"air_temperature": 11.9,
"cloud_area_fraction": 57.0,
"relative_humidity": 84.1,
"wind_from_direction": 155.9,
"wind_speed": 2.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.3
},
"summary": {
"symbol_code": "rainshowers_night"
}
}
},
"time": "2026-09-09T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 997.2,
"air_temperature": 10.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 93.9,
"wind_from_direction": 336.5,
"wind_speed": 2.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_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": 996.1,
"air_temperature": 15.5,
"cloud_area_fraction": 68.0,
"relative_humidity": 49.3,
"wind_from_direction": 24.1,
"wind_speed": 3.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.3
},
"summary": {
"symbol_code": "rainshowers_day"
}
}
},
"time": "2026-09-09T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.2,
"air_temperature": 14.2,
"cloud_area_fraction": 91.4,
"relative_humidity": 89.9,
"wind_from_direction": 9.4,
"wind_speed": 3.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-09-09T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 996.8,
"air_temperature": 11.1,
"cloud_area_fraction": 14.1,
"relative_humidity": 77.5,
"wind_from_direction": 14.3,
"wind_speed": 3.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-10T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.4,
"air_temperature": 9.8,
"cloud_area_fraction": 20.3,
"relative_humidity": 76.7,
"wind_from_direction": 19.2,
"wind_speed": 3.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-09-10T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.3,
"air_temperature": 15.9,
"cloud_area_fraction": 53.1,
"relative_humidity": 49.4,
"wind_from_direction": 26.0,
"wind_speed": 3.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-10T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.7,
"air_temperature": 14.4,
"cloud_area_fraction": 14.8,
"relative_humidity": 68.0,
"wind_from_direction": 15.8,
"wind_speed": 2.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-10T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.1,
"air_temperature": 11.0,
"cloud_area_fraction": 18.7,
"relative_humidity": 80.1,
"wind_from_direction": 26.2,
"wind_speed": 2.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-11T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.2,
"air_temperature": 9.1,
"cloud_area_fraction": 42.2,
"relative_humidity": 83.6,
"wind_from_direction": 32.8,
"wind_speed": 2.1
}
},
"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-11T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.8,
"air_temperature": 15.8,
"cloud_area_fraction": 42.6,
"relative_humidity": 53.4,
"wind_from_direction": 200.5,
"wind_speed": 2.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-11T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.0,
"air_temperature": 14.5,
"cloud_area_fraction": 84.0,
"relative_humidity": 76.2,
"wind_from_direction": 168.6,
"wind_speed": 2.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_night"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_night"
}
}
},
"time": "2026-09-11T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.7,
"air_temperature": 11.6,
"cloud_area_fraction": 20.3,
"relative_humidity": 82.8,
"wind_from_direction": 27.3,
"wind_speed": 2.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "fair_night"
}
}
},
"time": "2026-09-12T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.2,
"air_temperature": 9.1,
"cloud_area_fraction": 41.0,
"relative_humidity": 82.5,
"wind_from_direction": 33.3,
"wind_speed": 2.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-12T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.4,
"air_temperature": 15.6,
"cloud_area_fraction": 51.6,
"relative_humidity": 50.8,
"wind_from_direction": 205.4,
"wind_speed": 2.1
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-09-12T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.2,
"air_temperature": 14.5,
"cloud_area_fraction": 40.6,
"relative_humidity": 68.7,
"wind_from_direction": 14.7,
"wind_speed": 1.9
}
}
},
"time": "2026-09-12T18:00:00Z"
}
]
},
"type": "Feature"
},
"success": true
}