GET /faroe/weather/:city
MET.no compact 9-day forecast (GeoJSON Feature) for a Faroese town. Returns temperature, wind, precipitation, cloud cover, pressure, humidity at hourly resolution.
city
required
Slug: torshavn, klaksvik, runavik, tvoroyri, vagar, fuglafjordur
| Name | Required | Default | Description |
|---|---|---|---|
city |
Yes | - | Slug: torshavn, klaksvik, runavik, tvoroyri, vagar, fuglafjordur |
curl https://nordapi.ee/api/v1/faroe/weather/torshavn
{
"data": {
"geometry": {
"coordinates": [
-6.7741,
62.0107,
27
],
"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-06-15T17:17:04Z"
},
"timeseries": [
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.2,
"air_temperature": 7.1,
"cloud_area_fraction": 100.0,
"relative_humidity": 76.9,
"wind_from_direction": 73.3,
"wind_speed": 5.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.0,
"air_temperature": 6.8,
"cloud_area_fraction": 89.1,
"relative_humidity": 76.2,
"wind_from_direction": 76.6,
"wind_speed": 4.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.0,
"air_temperature": 7.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.8,
"wind_from_direction": 79.6,
"wind_speed": 4.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.8,
"air_temperature": 7.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 71.5,
"wind_from_direction": 75.6,
"wind_speed": 4.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.2
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.5,
"air_temperature": 7.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.2,
"wind_from_direction": 77.0,
"wind_speed": 4.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.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.4,
"air_temperature": 7.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 73.6,
"wind_from_direction": 77.8,
"wind_speed": 4.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.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-15T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.1,
"air_temperature": 7.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 73.9,
"wind_from_direction": 79.6,
"wind_speed": 4.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.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.8,
"air_temperature": 7.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 76.4,
"wind_from_direction": 75.5,
"wind_speed": 4.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.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.5,
"air_temperature": 7.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 78.7,
"wind_from_direction": 76.7,
"wind_speed": 4.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.2
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.4,
"air_temperature": 7.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 78.2,
"wind_from_direction": 86.5,
"wind_speed": 5.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.0,
"air_temperature": 8.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 74.6,
"wind_from_direction": 93.9,
"wind_speed": 5.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.9,
"air_temperature": 8.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 73.1,
"wind_from_direction": 93.5,
"wind_speed": 6.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-06-16T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.9,
"air_temperature": 8.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.1,
"wind_from_direction": 94.9,
"wind_speed": 6.3
}
},
"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-06-16T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.9,
"air_temperature": 8.1,
"cloud_area_fraction": 100.0,
"relative_humidity": 70.9,
"wind_from_direction": 96.8,
"wind_speed": 6.3
}
},
"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-06-16T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.0,
"air_temperature": 8.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 70.5,
"wind_from_direction": 99.4,
"wind_speed": 6.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.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.8,
"air_temperature": 8.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 71.1,
"wind_from_direction": 103.6,
"wind_speed": 6.9
}
},
"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-06-16T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.7,
"air_temperature": 8.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 71.4,
"wind_from_direction": 103.4,
"wind_speed": 7.1
}
},
"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-06-16T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.7,
"air_temperature": 8.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.4,
"wind_from_direction": 103.6,
"wind_speed": 7.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-06-16T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.5,
"air_temperature": 8.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.4,
"wind_from_direction": 103.3,
"wind_speed": 7.6
}
},
"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-06-16T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1014.1,
"air_temperature": 8.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 71.9,
"wind_from_direction": 102.2,
"wind_speed": 7.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-16T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.9,
"air_temperature": 9.1,
"cloud_area_fraction": 93.7,
"relative_humidity": 71.0,
"wind_from_direction": 106.4,
"wind_speed": 7.7
}
},
"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": 0.6
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-06-16T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.5,
"air_temperature": 9.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 70.9,
"wind_from_direction": 103.9,
"wind_speed": 8.3
}
},
"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": 1.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-16T15:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.1,
"air_temperature": 9.4,
"cloud_area_fraction": 98.4,
"relative_humidity": 70.7,
"wind_from_direction": 106.7,
"wind_speed": 8.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": 1.5
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-16T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.6,
"air_temperature": 9.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 70.2,
"wind_from_direction": 110.9,
"wind_speed": 8.5
}
},
"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": 1.9
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-16T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1012.3,
"air_temperature": 9.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 72.0,
"wind_from_direction": 117.2,
"wind_speed": 8.8
}
},
"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.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-16T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.7,
"air_temperature": 9.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 73.1,
"wind_from_direction": 113.9,
"wind_speed": 9.0
}
},
"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": 4.5
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-16T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.4,
"air_temperature": 9.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 76.4,
"wind_from_direction": 117.0,
"wind_speed": 8.6
}
},
"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": 5.2
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-16T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.9,
"air_temperature": 9.5,
"cloud_area_fraction": 100.0,
"relative_humidity": 81.5,
"wind_from_direction": 109.9,
"wind_speed": 9.1
}
},
"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": 6.4
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-16T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.4,
"air_temperature": 9.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 83.3,
"wind_from_direction": 113.6,
"wind_speed": 9.8
}
},
"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": 7.1
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-16T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.8,
"air_temperature": 9.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 84.2,
"wind_from_direction": 114.9,
"wind_speed": 9.7
}
},
"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.3
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-16T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1009.4,
"air_temperature": 9.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 87.1,
"wind_from_direction": 110.8,
"wind_speed": 9.9
}
},
"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.2
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-17T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.5,
"air_temperature": 9.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 89.3,
"wind_from_direction": 107.1,
"wind_speed": 10.8
}
},
"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": 4.8
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.8,
"air_temperature": 9.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.7,
"wind_from_direction": 109.6,
"wind_speed": 11.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 1.6
},
"summary": {
"symbol_code": "heavyrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.6
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.2,
"air_temperature": 10.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.1,
"wind_from_direction": 111.4,
"wind_speed": 10.0
}
},
"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": 2.5
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.7,
"air_temperature": 10.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.3,
"wind_from_direction": 115.4,
"wind_speed": 10.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": 3.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.4,
"air_temperature": 10.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.4,
"wind_from_direction": 120.5,
"wind_speed": 9.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.9,
"air_temperature": 10.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 93.6,
"wind_from_direction": 131.5,
"wind_speed": 8.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": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.8,
"air_temperature": 10.6,
"cloud_area_fraction": 93.7,
"relative_humidity": 94.6,
"wind_from_direction": 140.4,
"wind_speed": 6.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": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T07:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.8,
"air_temperature": 11.0,
"cloud_area_fraction": 95.3,
"relative_humidity": 93.8,
"wind_from_direction": 137.2,
"wind_speed": 5.8
}
},
"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.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T08:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.7,
"air_temperature": 11.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.9,
"wind_from_direction": 135.7,
"wind_speed": 6.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 1.7
},
"summary": {
"symbol_code": "heavyrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T09:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.7,
"air_temperature": 11.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 93.9,
"wind_from_direction": 139.9,
"wind_speed": 6.5
}
},
"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": 1.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T10:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.7,
"air_temperature": 11.6,
"cloud_area_fraction": 100.0,
"relative_humidity": 93.0,
"wind_from_direction": 151.2,
"wind_speed": 6.0
}
},
"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.2
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-17T11:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.8,
"air_temperature": 11.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.8,
"wind_from_direction": 156.5,
"wind_speed": 5.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.1
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-17T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.8,
"air_temperature": 12.2,
"cloud_area_fraction": 96.1,
"relative_humidity": 91.3,
"wind_from_direction": 158.9,
"wind_speed": 5.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.4
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-17T13:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.7,
"air_temperature": 12.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.8,
"wind_from_direction": 160.3,
"wind_speed": 4.9
}
},
"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": 1.3
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T14:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.5,
"air_temperature": 12.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.8,
"wind_from_direction": 158.3,
"wind_speed": 4.8
}
},
"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": 1.8
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T15:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.5,
"air_temperature": 12.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.4,
"wind_from_direction": 165.3,
"wind_speed": 4.7
}
},
"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": 2.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T16:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.2,
"air_temperature": 12.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.1,
"wind_from_direction": 178.0,
"wind_speed": 4.0
}
},
"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": 2.4
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T17:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1005.0,
"air_temperature": 12.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 87.6,
"wind_from_direction": 176.2,
"wind_speed": 4.4
}
},
"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": 2.9
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.9,
"air_temperature": 11.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 88.7,
"wind_from_direction": 164.0,
"wind_speed": 5.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.9
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.7
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T19:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.7,
"air_temperature": 11.2,
"cloud_area_fraction": 100.0,
"relative_humidity": 89.9,
"wind_from_direction": 168.2,
"wind_speed": 5.6
}
},
"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-06-17T20:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.7,
"air_temperature": 11.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.3,
"wind_from_direction": 157.6,
"wind_speed": 5.1
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.4
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T21:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.6,
"air_temperature": 10.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.9,
"wind_from_direction": 161.3,
"wind_speed": 5.5
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.3
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.9
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T22:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.3,
"air_temperature": 10.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.9,
"wind_from_direction": 167.5,
"wind_speed": 6.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.5
},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.6
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-17T23:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.0,
"air_temperature": 10.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.8,
"wind_from_direction": 166.1,
"wind_speed": 6.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 1.1
},
"summary": {
"symbol_code": "heavyrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.1
},
"summary": {
"symbol_code": "rainshowers_day"
}
}
},
"time": "2026-06-18T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.6,
"air_temperature": 10.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.9,
"wind_from_direction": 170.1,
"wind_speed": 6.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.8
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-18T01:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.3,
"air_temperature": 10.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 92.4,
"wind_from_direction": 191.4,
"wind_speed": 6.4
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-06-18T02:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.1,
"air_temperature": 10.8,
"cloud_area_fraction": 94.5,
"relative_humidity": 94.5,
"wind_from_direction": 206.6,
"wind_speed": 7.1
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-18T03:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.3,
"air_temperature": 10.6,
"cloud_area_fraction": 72.7,
"relative_humidity": 94.0,
"wind_from_direction": 219.1,
"wind_speed": 6.5
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-06-18T04:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.6,
"air_temperature": 10.6,
"cloud_area_fraction": 80.5,
"relative_humidity": 92.3,
"wind_from_direction": 216.7,
"wind_speed": 6.0
}
},
"next_1_hours": {
"details": {
"precipitation_amount": 0.0
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-06-18T05:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.9,
"air_temperature": 10.8,
"cloud_area_fraction": 42.2,
"relative_humidity": 89.4,
"wind_from_direction": 211.6,
"wind_speed": 6.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-06-18T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.6,
"air_temperature": 12.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 83.6,
"wind_from_direction": 182.0,
"wind_speed": 5.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-18T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1003.9,
"air_temperature": 12.3,
"cloud_area_fraction": 18.0,
"relative_humidity": 89.2,
"wind_from_direction": 203.6,
"wind_speed": 5.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-18T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.2,
"air_temperature": 10.8,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.9,
"wind_from_direction": 169.6,
"wind_speed": 5.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 2.3
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-19T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1000.9,
"air_temperature": 10.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.8,
"wind_from_direction": 138.3,
"wind_speed": 5.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 9.9
},
"summary": {
"symbol_code": "heavyrain"
}
}
},
"time": "2026-06-19T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 997.3,
"air_temperature": 11.7,
"cloud_area_fraction": 100.0,
"relative_humidity": 94.3,
"wind_from_direction": 356.8,
"wind_speed": 1.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.3
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-19T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 11.6,
"cloud_area_fraction": 16.4,
"relative_humidity": 87.8,
"wind_from_direction": 230.7,
"wind_speed": 7.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-19T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1000.4,
"air_temperature": 10.9,
"cloud_area_fraction": 22.7,
"relative_humidity": 88.7,
"wind_from_direction": 205.6,
"wind_speed": 8.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-20T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1001.8,
"air_temperature": 10.9,
"cloud_area_fraction": 26.6,
"relative_humidity": 86.7,
"wind_from_direction": 226.1,
"wind_speed": 8.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.1
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-20T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1006.4,
"air_temperature": 12.8,
"cloud_area_fraction": 18.7,
"relative_humidity": 86.7,
"wind_from_direction": 225.8,
"wind_speed": 8.3
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-20T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1008.7,
"air_temperature": 11.7,
"cloud_area_fraction": 39.1,
"relative_humidity": 83.9,
"wind_from_direction": 219.9,
"wind_speed": 9.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-06-20T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.6,
"air_temperature": 10.7,
"cloud_area_fraction": 62.5,
"relative_humidity": 85.1,
"wind_from_direction": 218.8,
"wind_speed": 8.5
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.5
},
"summary": {
"symbol_code": "lightrainshowers_day"
}
}
},
"time": "2026-06-21T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.0,
"air_temperature": 10.3,
"cloud_area_fraction": 36.7,
"relative_humidity": 83.3,
"wind_from_direction": 216.2,
"wind_speed": 7.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.9
},
"summary": {
"symbol_code": "lightrainshowers_day"
}
}
},
"time": "2026-06-21T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1010.5,
"air_temperature": 12.1,
"cloud_area_fraction": 28.1,
"relative_humidity": 79.3,
"wind_from_direction": 226.4,
"wind_speed": 8.6
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.7
},
"summary": {
"symbol_code": "lightrainshowers_day"
}
}
},
"time": "2026-06-21T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1011.6,
"air_temperature": 11.5,
"cloud_area_fraction": 32.0,
"relative_humidity": 85.1,
"wind_from_direction": 245.5,
"wind_speed": 9.7
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-21T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1015.0,
"air_temperature": 10.7,
"cloud_area_fraction": 10.9,
"relative_humidity": 86.5,
"wind_from_direction": 258.1,
"wind_speed": 8.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "clearsky_day"
}
}
},
"time": "2026-06-22T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.6,
"air_temperature": 10.5,
"cloud_area_fraction": 55.5,
"relative_humidity": 84.6,
"wind_from_direction": 252.5,
"wind_speed": 6.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.5
},
"summary": {
"symbol_code": "partlycloudy_day"
}
}
},
"time": "2026-06-22T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.7,
"air_temperature": 12.5,
"cloud_area_fraction": 33.6,
"relative_humidity": 80.5,
"wind_from_direction": 251.9,
"wind_speed": 7.2
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "fair_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.3
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-22T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1017.7,
"air_temperature": 11.8,
"cloud_area_fraction": 23.4,
"relative_humidity": 80.4,
"wind_from_direction": 252.1,
"wind_speed": 6.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "partlycloudy_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-22T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1016.8,
"air_temperature": 10.1,
"cloud_area_fraction": 25.0,
"relative_humidity": 86.2,
"wind_from_direction": 238.9,
"wind_speed": 5.9
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.2
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-23T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1013.3,
"air_temperature": 10.3,
"cloud_area_fraction": 100.0,
"relative_humidity": 82.6,
"wind_from_direction": 198.9,
"wind_speed": 6.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.2
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-23T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.2,
"air_temperature": 10.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.6,
"wind_from_direction": 145.8,
"wind_speed": 8.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "rain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 3.1
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-23T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 999.8,
"air_temperature": 11.4,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.1,
"wind_from_direction": 238.3,
"wind_speed": 10.0
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrain"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.0
},
"summary": {
"symbol_code": "rain"
}
}
},
"time": "2026-06-23T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.5,
"air_temperature": 11.0,
"cloud_area_fraction": 100.0,
"relative_humidity": 91.3,
"wind_from_direction": 237.3,
"wind_speed": 12.8
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.9
},
"summary": {
"symbol_code": "lightrain"
}
}
},
"time": "2026-06-24T00:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 998.8,
"air_temperature": 10.9,
"cloud_area_fraction": 100.0,
"relative_humidity": 90.9,
"wind_from_direction": 262.4,
"wind_speed": 14.4
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.5
},
"summary": {
"symbol_code": "cloudy"
}
}
},
"time": "2026-06-24T06:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1002.1,
"air_temperature": 11.7,
"cloud_area_fraction": 38.3,
"relative_humidity": 79.6,
"wind_from_direction": 262.5,
"wind_speed": 13.1
}
},
"next_12_hours": {
"details": {},
"summary": {
"symbol_code": "lightrainshowers_day"
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 1.0
},
"summary": {
"symbol_code": "rainshowers_day"
}
}
},
"time": "2026-06-24T12:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1004.6,
"air_temperature": 10.8,
"cloud_area_fraction": 33.6,
"relative_humidity": 78.7,
"wind_from_direction": 272.5,
"wind_speed": 11.0
}
},
"next_6_hours": {
"details": {
"precipitation_amount": 0.3
},
"summary": {
"symbol_code": "fair_day"
}
}
},
"time": "2026-06-24T18:00:00Z"
},
{
"data": {
"instant": {
"details": {
"air_pressure_at_sea_level": 1007.9,
"air_temperature": 9.9,
"cloud_area_fraction": 25.0,
"relative_humidity": 88.1,
"wind_from_direction": 309.8,
"wind_speed": 4.6
}
}
},
"time": "2026-06-25T00:00:00Z"
}
]
},
"type": "Feature"
},
"success": true
}