Global Weather API

Real-time, forecast & historical accurate data

At an affordable price, you will receive accurate and reliable data that you can easily implement
into your website or application. We also help you optimise weather-dependent activities.

  • Predictions for any GPS or City
  • Minute-by-minute adjustments
  • Forecasts up to 30-days
London, England, United Kingdom
Change location and view the data
Request
{
    "place_id": "london",
    "language": "en",
    "unit": "metric"
}
Response
{
    "timezone": "Europe/London",
    "units": "metric",
    "current": {
        "icon_num": 7,
        "weather": "Overcast",
        "temperature": 12.5,
        "feels_like": 10,
        "dew_point": 9.8,
        "wind": {
            "speed": 4.7,
            "gusts": 9.4,
            "angle": 216,
            "dir": "SW"
        },
        "precipitation": {
            "total": 0
        },
        "cloud_cover": 99,
        "irradiance": 57.19,
        "pressure": 1016,
        "uv_index": 0.2,
        "humidity": 85
    },
    "hourly": {
        "data": [
            {
                "date": "2023-03-20T15:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 12.5,
                "feels_like": 10,
                "dew_point": 11.8,
                "wind": {
                    "speed": 4.7,
                    "gusts": 9.4,
                    "dir": "SW",
                    "angle": 216
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1016,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 75
                },
                "irradiance": 57.19,
                "humidity": 95
            },
            {
                "date": "2023-03-20T16:00:00",
                "icon": 11,
                "summary": "Rain",
                "temperature": 12.5,
                "feels_like": 10.2,
                "dew_point": 11.8,
                "wind": {
                    "speed": 4.3,
                    "gusts": 9.5,
                    "dir": "SW",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0.9
                },
                "probability": {
                    "precipitation": 90
                },
                "irradiance": 35.08,
                "humidity": 95
            },
            {
                "date": "2023-03-20T17:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 12,
                "feels_like": 9.5,
                "dew_point": 11.2,
                "wind": {
                    "speed": 4.3,
                    "gusts": 9.7,
                    "dir": "SW",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 74
                },
                "irradiance": 11.19,
                "humidity": 95
            },
            {
                "date": "2023-03-20T18:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.2,
                "feels_like": 9,
                "dew_point": 10.8,
                "wind": {
                    "speed": 4.2,
                    "gusts": 9.7,
                    "dir": "SW",
                    "angle": 215
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 0.08,
                "humidity": 96
            },
            {
                "date": "2023-03-20T19:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.5,
                "feels_like": 7.5,
                "dew_point": 9.8,
                "wind": {
                    "speed": 4.3,
                    "gusts": 9.9,
                    "dir": "SSW",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 49
                },
                "irradiance": 0.05,
                "humidity": 95
            },
            {
                "date": "2023-03-20T20:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.2,
                "feels_like": 7.8,
                "dew_point": 9.5,
                "wind": {
                    "speed": 4.2,
                    "gusts": 9.8,
                    "dir": "SSW",
                    "angle": 212
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 52
                },
                "irradiance": 0.02,
                "humidity": 95
            },
            {
                "date": "2023-03-20T21:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10,
                "feels_like": 7.8,
                "dew_point": 9.2,
                "wind": {
                    "speed": 4.1,
                    "gusts": 9.9,
                    "dir": "SSW",
                    "angle": 208
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 67
                },
                "irradiance": 0,
                "humidity": 95
            },
            {
                "date": "2023-03-20T22:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.8,
                "feels_like": 6.8,
                "dew_point": 9,
                "wind": {
                    "speed": 4.3,
                    "gusts": 10.1,
                    "dir": "SSW",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 52
                },
                "irradiance": 0.01,
                "humidity": 95
            },
            {
                "date": "2023-03-20T23:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 7.2,
                "dew_point": 9,
                "wind": {
                    "speed": 4.1,
                    "gusts": 9.8,
                    "dir": "SSW",
                    "angle": 209
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 48
                },
                "irradiance": 0,
                "humidity": 95
            },
            {
                "date": "2023-03-21T00:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 6.8,
                "dew_point": 9,
                "wind": {
                    "speed": 4.2,
                    "gusts": 9.4,
                    "dir": "SSW",
                    "angle": 199
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 0.05,
                "humidity": 95
            },
            {
                "date": "2023-03-21T01:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 6.8,
                "dew_point": 8.8,
                "wind": {
                    "speed": 4.3,
                    "gusts": 9.6,
                    "dir": "SSW",
                    "angle": 203
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0,
                "humidity": 93
            },
            {
                "date": "2023-03-21T02:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 7,
                "dew_point": 8.8,
                "wind": {
                    "speed": 4.4,
                    "gusts": 9.8,
                    "dir": "SSW",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 0.07,
                "humidity": 93
            },
            {
                "date": "2023-03-21T03:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.5,
                "feels_like": 6.8,
                "dew_point": 8.2,
                "wind": {
                    "speed": 4.1,
                    "gusts": 9.9,
                    "dir": "SSW",
                    "angle": 200
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 32
                },
                "irradiance": 0,
                "humidity": 91
            },
            {
                "date": "2023-03-21T04:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.2,
                "feels_like": 6.5,
                "dew_point": 8.2,
                "wind": {
                    "speed": 4.2,
                    "gusts": 10.7,
                    "dir": "SSW",
                    "angle": 202
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 67
                },
                "irradiance": 0,
                "humidity": 93
            },
            {
                "date": "2023-03-21T05:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 6,
                "dew_point": 8.5,
                "wind": {
                    "speed": 4.7,
                    "gusts": 10.6,
                    "dir": "SSW",
                    "angle": 199
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 21
                },
                "irradiance": 0,
                "humidity": 95
            },
            {
                "date": "2023-03-21T06:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 9.2,
                "feels_like": 6,
                "dew_point": 8.5,
                "wind": {
                    "speed": 4.7,
                    "gusts": 10.8,
                    "dir": "SSW",
                    "angle": 202
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 31
                },
                "irradiance": 9.42,
                "humidity": 95
            },
            {
                "date": "2023-03-21T07:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.5,
                "feels_like": 6.2,
                "dew_point": 8.8,
                "wind": {
                    "speed": 5.4,
                    "gusts": 11.1,
                    "dir": "SSW",
                    "angle": 213
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 6
                },
                "irradiance": 72.29,
                "humidity": 95
            },
            {
                "date": "2023-03-21T08:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 10.2,
                "feels_like": 7,
                "dew_point": 8.5,
                "wind": {
                    "speed": 5,
                    "gusts": 11.1,
                    "dir": "SSW",
                    "angle": 211
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 139.67,
                "humidity": 88
            },
            {
                "date": "2023-03-21T09:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.2,
                "feels_like": 7.8,
                "dew_point": 8.5,
                "wind": {
                    "speed": 5.3,
                    "gusts": 12,
                    "dir": "SW",
                    "angle": 223
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 260.98,
                "humidity": 83
            },
            {
                "date": "2023-03-21T10:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 12.5,
                "feels_like": 8.8,
                "dew_point": 9.2,
                "wind": {
                    "speed": 5.8,
                    "gusts": 12.6,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 36
                },
                "irradiance": 339.19,
                "humidity": 80
            },
            {
                "date": "2023-03-21T11:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 13,
                "feels_like": 9,
                "dew_point": 8.8,
                "wind": {
                    "speed": 6.2,
                    "gusts": 12.7,
                    "dir": "SW",
                    "angle": 231
                },
                "cloud_cover": {
                    "total": 76
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 43
                },
                "irradiance": 375.86,
                "humidity": 75
            },
            {
                "date": "2023-03-21T12:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 13.8,
                "feels_like": 10,
                "dew_point": 8,
                "wind": {
                    "speed": 6.3,
                    "gusts": 12.7,
                    "dir": "SW",
                    "angle": 235
                },
                "cloud_cover": {
                    "total": 66
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 50
                },
                "irradiance": 382.06,
                "humidity": 68
            },
            {
                "date": "2023-03-21T13:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 14,
                "feels_like": 11.2,
                "dew_point": 7.5,
                "wind": {
                    "speed": 6.5,
                    "gusts": 12.5,
                    "dir": "SW",
                    "angle": 233
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 36
                },
                "irradiance": 362.99,
                "humidity": 64
            },
            {
                "date": "2023-03-21T14:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 14.2,
                "feels_like": 10.8,
                "dew_point": 8.8,
                "wind": {
                    "speed": 6.4,
                    "gusts": 12.6,
                    "dir": "WSW",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 26
                },
                "irradiance": 323.9,
                "humidity": 69
            },
            {
                "date": "2023-03-21T15:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 14,
                "feels_like": 10.8,
                "dew_point": 8,
                "wind": {
                    "speed": 5.9,
                    "gusts": 11.3,
                    "dir": "WSW",
                    "angle": 246
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 25
                },
                "irradiance": 205.49,
                "humidity": 67
            },
            {
                "date": "2023-03-21T16:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 13.5,
                "feels_like": 10,
                "dew_point": 8.2,
                "wind": {
                    "speed": 5.6,
                    "gusts": 11.3,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 17
                },
                "irradiance": 111.19,
                "humidity": 70
            },
            {
                "date": "2023-03-21T17:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 12.8,
                "feels_like": 8.8,
                "dew_point": 8.2,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.1,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 47.49,
                "humidity": 74
            },
            {
                "date": "2023-03-21T18:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.5,
                "feels_like": 7.5,
                "dew_point": 8,
                "wind": {
                    "speed": 5.8,
                    "gusts": 10.9,
                    "dir": "SW",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.45,
                "humidity": 79
            },
            {
                "date": "2023-03-21T19:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.5,
                "feels_like": 6.8,
                "dew_point": 7,
                "wind": {
                    "speed": 5.3,
                    "gusts": 11.1,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.1,
                "humidity": 78
            },
            {
                "date": "2023-03-21T20:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10,
                "feels_like": 5.8,
                "dew_point": 6.8,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.4,
                    "dir": "SW",
                    "angle": 216
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.01,
                "humidity": 80
            },
            {
                "date": "2023-03-21T21:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 6.2,
                "dew_point": 7.5,
                "wind": {
                    "speed": 5.7,
                    "gusts": 11.5,
                    "dir": "SSW",
                    "angle": 212
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.06,
                "humidity": 85
            },
            {
                "date": "2023-03-21T22:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 5.5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 6.3,
                    "gusts": 12,
                    "dir": "SSW",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.08,
                "humidity": 84
            },
            {
                "date": "2023-03-21T23:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10,
                "feels_like": 5.5,
                "dew_point": 6.8,
                "wind": {
                    "speed": 6.5,
                    "gusts": 12.7,
                    "dir": "SSW",
                    "angle": 209
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 0,
                "humidity": 80
            },
            {
                "date": "2023-03-22T00:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.2,
                "feels_like": 5.5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 7,
                    "gusts": 13.6,
                    "dir": "SSW",
                    "angle": 209
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 35
                },
                "irradiance": 0.07,
                "humidity": 81
            },
            {
                "date": "2023-03-22T01:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.2,
                "feels_like": 5.5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 7.2,
                    "gusts": 14.4,
                    "dir": "SSW",
                    "angle": 206
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 54
                },
                "irradiance": 0,
                "humidity": 81
            },
            {
                "date": "2023-03-22T02:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 7.9,
                    "gusts": 15.4,
                    "dir": "SSW",
                    "angle": 212
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 75
                },
                "irradiance": 0.17,
                "humidity": 81
            },
            {
                "date": "2023-03-22T03:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10,
                "feels_like": 4.8,
                "dew_point": 7.8,
                "wind": {
                    "speed": 8,
                    "gusts": 15.8,
                    "dir": "SSW",
                    "angle": 207
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.6
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.02,
                "humidity": 85
            },
            {
                "date": "2023-03-22T04:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10,
                "feels_like": 4.8,
                "dew_point": 8,
                "wind": {
                    "speed": 8.4,
                    "gusts": 16.8,
                    "dir": "SSW",
                    "angle": 208
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0,
                "humidity": 87
            },
            {
                "date": "2023-03-22T05:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10,
                "feels_like": 4.5,
                "dew_point": 8.2,
                "wind": {
                    "speed": 8.4,
                    "gusts": 17.1,
                    "dir": "SW",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 81
                },
                "irradiance": 0,
                "humidity": 88
            },
            {
                "date": "2023-03-22T06:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.2,
                "feels_like": 5.2,
                "dew_point": 8.5,
                "wind": {
                    "speed": 8.3,
                    "gusts": 15.5,
                    "dir": "SW",
                    "angle": 216
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 52
                },
                "irradiance": 6.1,
                "humidity": 88
            },
            {
                "date": "2023-03-22T07:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.8,
                "feels_like": 6,
                "dew_point": 9.5,
                "wind": {
                    "speed": 7.9,
                    "gusts": 15.4,
                    "dir": "SW",
                    "angle": 222
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 45
                },
                "irradiance": 25.83,
                "humidity": 91
            },
            {
                "date": "2023-03-22T08:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11,
                "feels_like": 7,
                "dew_point": 9,
                "wind": {
                    "speed": 6.6,
                    "gusts": 14.3,
                    "dir": "WSW",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 94
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 50
                },
                "irradiance": 86.88,
                "humidity": 87
            },
            {
                "date": "2023-03-22T09:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 11.5,
                "feels_like": 8,
                "dew_point": 8.5,
                "wind": {
                    "speed": 6.1,
                    "gusts": 13.7,
                    "dir": "WSW",
                    "angle": 240
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 67
                },
                "irradiance": 243.93,
                "humidity": 81
            },
            {
                "date": "2023-03-22T10:00:00",
                "icon": 12,
                "summary": "Possible rain",
                "temperature": 12.2,
                "feels_like": 8.5,
                "dew_point": 8.5,
                "wind": {
                    "speed": 6.3,
                    "gusts": 14.4,
                    "dir": "WSW",
                    "angle": 245
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.9
                },
                "probability": {
                    "precipitation": 85
                },
                "irradiance": 359.04,
                "humidity": 77
            },
            {
                "date": "2023-03-22T11:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 12.5,
                "feels_like": 9.2,
                "dew_point": 8,
                "wind": {
                    "speed": 5.4,
                    "gusts": 14.4,
                    "dir": "WSW",
                    "angle": 243
                },
                "cloud_cover": {
                    "total": 88
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 42
                },
                "irradiance": 446.91,
                "humidity": 74
            },
            {
                "date": "2023-03-22T12:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 13.2,
                "feels_like": 9.8,
                "dew_point": 7.5,
                "wind": {
                    "speed": 5.4,
                    "gusts": 14.9,
                    "dir": "SW",
                    "angle": 235
                },
                "cloud_cover": {
                    "total": 68
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 23
                },
                "irradiance": 492.41,
                "humidity": 68
            },
            {
                "date": "2023-03-22T13:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 13.8,
                "feels_like": 9.8,
                "dew_point": 7.8,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.2,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 59
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 24
                },
                "irradiance": 474.51,
                "humidity": 67
            },
            {
                "date": "2023-03-22T14:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 14.2,
                "feels_like": 9.8,
                "dew_point": 7.5,
                "wind": {
                    "speed": 6.1,
                    "gusts": 14.5,
                    "dir": "SW",
                    "angle": 218
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 23
                },
                "irradiance": 395.05,
                "humidity": 63
            },
            {
                "date": "2023-03-22T15:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 14,
                "feels_like": 10,
                "dew_point": 8.5,
                "wind": {
                    "speed": 6.6,
                    "gusts": 14.4,
                    "dir": "SW",
                    "angle": 215
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 17
                },
                "irradiance": 295.04,
                "humidity": 69
            },
            {
                "date": "2023-03-22T16:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 13.5,
                "feels_like": 9.5,
                "dew_point": 8,
                "wind": {
                    "speed": 6.6,
                    "gusts": 13.8,
                    "dir": "SW",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 22
                },
                "irradiance": 169.38,
                "humidity": 69
            },
            {
                "date": "2023-03-22T17:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 12.5,
                "feels_like": 7.5,
                "dew_point": 7.8,
                "wind": {
                    "speed": 7.5,
                    "gusts": 14.5,
                    "dir": "SW",
                    "angle": 222
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 44.98,
                "humidity": 72
            },
            {
                "date": "2023-03-22T18:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.5,
                "feels_like": 6.2,
                "dew_point": 6,
                "wind": {
                    "speed": 7,
                    "gusts": 13.7,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.77,
                "humidity": 68
            },
            {
                "date": "2023-03-22T19:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 10.8,
                "feels_like": 6,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.4,
                    "gusts": 13,
                    "dir": "SW",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 88
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 0.1,
                "humidity": 73
            },
            {
                "date": "2023-03-22T20:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 5.8,
                "dew_point": 6,
                "wind": {
                    "speed": 6.1,
                    "gusts": 13.1,
                    "dir": "SW",
                    "angle": 222
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 53
                },
                "irradiance": 0.01,
                "humidity": 74
            },
            {
                "date": "2023-03-22T21:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 6,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.1,
                    "gusts": 14.4,
                    "dir": "SW",
                    "angle": 222
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 73
                },
                "irradiance": 0.05,
                "humidity": 76
            },
            {
                "date": "2023-03-22T22:00:00",
                "icon": 11,
                "summary": "Rain",
                "temperature": 10.2,
                "feels_like": 5.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.4,
                    "gusts": 14.4,
                    "dir": "SW",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0.8
                },
                "probability": {
                    "precipitation": 92
                },
                "irradiance": 0.01,
                "humidity": 76
            },
            {
                "date": "2023-03-22T23:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 5.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 6.4,
                    "gusts": 14.7,
                    "dir": "SW",
                    "angle": 229
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 72
                },
                "irradiance": 0.04,
                "humidity": 77
            },
            {
                "date": "2023-03-23T00:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10,
                "feels_like": 5.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.4,
                    "gusts": 15.3,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 43
                },
                "irradiance": 0.06,
                "humidity": 77
            },
            {
                "date": "2023-03-23T01:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 5.2,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.2,
                    "gusts": 14.8,
                    "dir": "SW",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 25
                },
                "irradiance": 0.02,
                "humidity": 78
            },
            {
                "date": "2023-03-23T02:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 9.5,
                "feels_like": 5,
                "dew_point": 6,
                "wind": {
                    "speed": 6.3,
                    "gusts": 14,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 15
                },
                "irradiance": 0,
                "humidity": 78
            },
            {
                "date": "2023-03-23T03:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 5.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.9,
                    "dir": "SW",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 10
                },
                "irradiance": 0.17,
                "humidity": 81
            },
            {
                "date": "2023-03-23T04:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 5,
                "dew_point": 5.8,
                "wind": {
                    "speed": 5.9,
                    "gusts": 12.5,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0,
                "humidity": 78
            },
            {
                "date": "2023-03-23T05:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 5.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.9,
                    "dir": "SW",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 0.04,
                "humidity": 81
            },
            {
                "date": "2023-03-23T06:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 5.2,
                "dew_point": 5.5,
                "wind": {
                    "speed": 5.9,
                    "gusts": 11.5,
                    "dir": "SW",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 4
                },
                "irradiance": 25.34,
                "humidity": 77
            },
            {
                "date": "2023-03-23T07:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.8,
                "feels_like": 5,
                "dew_point": 5,
                "wind": {
                    "speed": 6.2,
                    "gusts": 11.5,
                    "dir": "SW",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 104.16,
                "humidity": 72
            },
            {
                "date": "2023-03-23T08:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 10.2,
                "feels_like": 5.8,
                "dew_point": 5.8,
                "wind": {
                    "speed": 6.3,
                    "gusts": 12.5,
                    "dir": "SW",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 78
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 205.27,
                "humidity": 73
            },
            {
                "date": "2023-03-23T09:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 11,
                "feels_like": 6.5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.2,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 80
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 47
                },
                "irradiance": 310.89,
                "humidity": 73
            },
            {
                "date": "2023-03-23T10:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 11.8,
                "feels_like": 7.8,
                "dew_point": 7.2,
                "wind": {
                    "speed": 6.2,
                    "gusts": 14.3,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 55
                },
                "irradiance": 418.45,
                "humidity": 73
            },
            {
                "date": "2023-03-23T11:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 12.8,
                "feels_like": 8.5,
                "dew_point": 6.8,
                "wind": {
                    "speed": 6.8,
                    "gusts": 14.4,
                    "dir": "SW",
                    "angle": 217
                },
                "cloud_cover": {
                    "total": 77
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 54
                },
                "irradiance": 391.62,
                "humidity": 66
            },
            {
                "date": "2023-03-23T12:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 12.5,
                "feels_like": 8.2,
                "dew_point": 8.2,
                "wind": {
                    "speed": 7,
                    "gusts": 14.7,
                    "dir": "SSW",
                    "angle": 211
                },
                "cloud_cover": {
                    "total": 70
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 46
                },
                "irradiance": 301.08,
                "humidity": 75
            },
            {
                "date": "2023-03-23T13:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 11.8,
                "feels_like": 7.8,
                "dew_point": 9.2,
                "wind": {
                    "speed": 5.9,
                    "gusts": 14.6,
                    "dir": "SSW",
                    "angle": 199
                },
                "cloud_cover": {
                    "total": 65
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 53
                },
                "irradiance": 233.5,
                "humidity": 84
            },
            {
                "date": "2023-03-23T14:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 11.5,
                "feels_like": 7,
                "dew_point": 9.5,
                "wind": {
                    "speed": 6.8,
                    "gusts": 16.1,
                    "dir": "SSW",
                    "angle": 199
                },
                "cloud_cover": {
                    "total": 62
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 64
                },
                "irradiance": 240.38,
                "humidity": 87
            },
            {
                "date": "2023-03-23T15:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 11.8,
                "feels_like": 7.5,
                "dew_point": 9,
                "wind": {
                    "speed": 6.5,
                    "gusts": 16.6,
                    "dir": "SSW",
                    "angle": 202
                },
                "cloud_cover": {
                    "total": 73
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 77
                },
                "irradiance": 197.55,
                "humidity": 83
            },
            {
                "date": "2023-03-23T16:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 11.2,
                "feels_like": 7.5,
                "dew_point": 9.8,
                "wind": {
                    "speed": 5.6,
                    "gusts": 15.7,
                    "dir": "S",
                    "angle": 179
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 79
                },
                "irradiance": 112.21,
                "humidity": 90
            },
            {
                "date": "2023-03-23T17:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 11.2,
                "feels_like": 6.8,
                "dew_point": 10,
                "wind": {
                    "speed": 7.4,
                    "gusts": 18.7,
                    "dir": "S",
                    "angle": 185
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 996,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 65
                },
                "irradiance": 31.13,
                "humidity": 92
            },
            {
                "date": "2023-03-23T18:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.5,
                "feels_like": 5.8,
                "dew_point": 9.8,
                "wind": {
                    "speed": 10,
                    "gusts": 19.2,
                    "dir": "SSW",
                    "angle": 205
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 995,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 31
                },
                "irradiance": 0.16,
                "humidity": 88
            },
            {
                "date": "2023-03-23T19:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11,
                "feels_like": 3.8,
                "dew_point": 6.8,
                "wind": {
                    "speed": 11.6,
                    "gusts": 19.1,
                    "dir": "SSW",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 995,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 33
                },
                "irradiance": 0.05,
                "humidity": 75
            },
            {
                "date": "2023-03-23T20:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.2,
                "feels_like": 3,
                "dew_point": 6.5,
                "wind": {
                    "speed": 11,
                    "gusts": 18.3,
                    "dir": "SW",
                    "angle": 234
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 996,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 0.04,
                "humidity": 77
            },
            {
                "date": "2023-03-23T21:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.5,
                "feels_like": 3.8,
                "dew_point": 6,
                "wind": {
                    "speed": 8.8,
                    "gusts": 15.6,
                    "dir": "WSW",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 996,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 0.04,
                "humidity": 78
            },
            {
                "date": "2023-03-23T22:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.2,
                "feels_like": 3.8,
                "dew_point": 5.2,
                "wind": {
                    "speed": 7.7,
                    "gusts": 14.1,
                    "dir": "WSW",
                    "angle": 239
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 26
                },
                "irradiance": 0.12,
                "humidity": 76
            },
            {
                "date": "2023-03-23T23:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9,
                "feels_like": 4.2,
                "dew_point": 6.2,
                "wind": {
                    "speed": 7.1,
                    "gusts": 13.3,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 24
                },
                "irradiance": 0.03,
                "humidity": 82
            },
            {
                "date": "2023-03-24T00:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 9.5,
                "feels_like": 4,
                "dew_point": 4.8,
                "wind": {
                    "speed": 8,
                    "gusts": 13.3,
                    "dir": "WSW",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 92
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 0.07,
                "humidity": 72
            },
            {
                "date": "2023-03-24T01:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 9.2,
                "feels_like": 4.5,
                "dew_point": 6,
                "wind": {
                    "speed": 6.8,
                    "gusts": 12.9,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 15
                },
                "irradiance": 0.05,
                "humidity": 80
            },
            {
                "date": "2023-03-24T02:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 9,
                "feels_like": 5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 6.3,
                    "gusts": 12.8,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 87
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 0.04,
                "humidity": 84
            },
            {
                "date": "2023-03-24T03:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 9,
                "feels_like": 4.2,
                "dew_point": 5.8,
                "wind": {
                    "speed": 6.7,
                    "gusts": 12.9,
                    "dir": "SW",
                    "angle": 235
                },
                "cloud_cover": {
                    "total": 82
                },
                "pressure": 997,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.06,
                "humidity": 80
            },
            {
                "date": "2023-03-24T04:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 9.5,
                "feels_like": 4.2,
                "dew_point": 4.8,
                "wind": {
                    "speed": 6.4,
                    "gusts": 12.4,
                    "dir": "WSW",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 0.06,
                "humidity": 72
            },
            {
                "date": "2023-03-24T05:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9.5,
                "feels_like": 4.8,
                "dew_point": 4,
                "wind": {
                    "speed": 6,
                    "gusts": 12,
                    "dir": "WSW",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 69
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.1,
                "humidity": 68
            },
            {
                "date": "2023-03-24T06:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9.2,
                "feels_like": 4.8,
                "dew_point": 4.2,
                "wind": {
                    "speed": 5.7,
                    "gusts": 12,
                    "dir": "SW",
                    "angle": 229
                },
                "cloud_cover": {
                    "total": 67
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 17.5,
                "humidity": 70
            },
            {
                "date": "2023-03-24T07:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9.2,
                "feels_like": 4.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.9,
                    "gusts": 12.1,
                    "dir": "SW",
                    "angle": 231
                },
                "cloud_cover": {
                    "total": 65
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 15
                },
                "irradiance": 95.55,
                "humidity": 81
            },
            {
                "date": "2023-03-24T08:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 9.8,
                "feels_like": 5,
                "dew_point": 5.2,
                "wind": {
                    "speed": 5.8,
                    "gusts": 12.2,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 34
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 246.7,
                "humidity": 73
            },
            {
                "date": "2023-03-24T09:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 10.8,
                "feels_like": 7.5,
                "dew_point": 4.8,
                "wind": {
                    "speed": 6.1,
                    "gusts": 13,
                    "dir": "SW",
                    "angle": 228
                },
                "cloud_cover": {
                    "total": 45
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 22
                },
                "irradiance": 346.31,
                "humidity": 66
            },
            {
                "date": "2023-03-24T10:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 11.8,
                "feels_like": 8.2,
                "dew_point": 5.2,
                "wind": {
                    "speed": 6.6,
                    "gusts": 13.4,
                    "dir": "SW",
                    "angle": 231
                },
                "cloud_cover": {
                    "total": 63
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 37
                },
                "irradiance": 423.75,
                "humidity": 64
            },
            {
                "date": "2023-03-24T11:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 12.5,
                "feels_like": 8.5,
                "dew_point": 5.2,
                "wind": {
                    "speed": 7.1,
                    "gusts": 13.8,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 54
                },
                "irradiance": 420.69,
                "humidity": 61
            },
            {
                "date": "2023-03-24T12:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 13,
                "feels_like": 8.8,
                "dew_point": 6,
                "wind": {
                    "speed": 7.6,
                    "gusts": 14.6,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 57
                },
                "irradiance": 414.79,
                "humidity": 62
            },
            {
                "date": "2023-03-24T13:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 13,
                "feels_like": 8.8,
                "dew_point": 6,
                "wind": {
                    "speed": 7.7,
                    "gusts": 15.4,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 62
                },
                "irradiance": 353.57,
                "humidity": 62
            },
            {
                "date": "2023-03-24T14:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 12.2,
                "feels_like": 7.8,
                "dew_point": 6,
                "wind": {
                    "speed": 7.9,
                    "gusts": 15.9,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 72
                },
                "irradiance": 247.98,
                "humidity": 65
            },
            {
                "date": "2023-03-24T15:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 11.8,
                "feels_like": 6.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 7.7,
                    "gusts": 16.3,
                    "dir": "WSW",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 69
                },
                "irradiance": 153.61,
                "humidity": 68
            },
            {
                "date": "2023-03-24T16:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 11,
                "feels_like": 5.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 7.5,
                    "gusts": 15.9,
                    "dir": "WSW",
                    "angle": 237
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 65
                },
                "irradiance": 92.91,
                "humidity": 73
            },
            {
                "date": "2023-03-24T17:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 7.2,
                    "gusts": 15.2,
                    "dir": "WSW",
                    "angle": 237
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 62
                },
                "irradiance": 38.32,
                "humidity": 77
            },
            {
                "date": "2023-03-24T18:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.8,
                "feels_like": 5,
                "dew_point": 5.8,
                "wind": {
                    "speed": 6.8,
                    "gusts": 14.5,
                    "dir": "SW",
                    "angle": 235
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 52
                },
                "irradiance": 0.7,
                "humidity": 76
            },
            {
                "date": "2023-03-24T19:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.2,
                "feels_like": 5.2,
                "dew_point": 5.8,
                "wind": {
                    "speed": 6.5,
                    "gusts": 14.3,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 49
                },
                "irradiance": 0.04,
                "humidity": 78
            },
            {
                "date": "2023-03-24T20:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 8.8,
                "feels_like": 4.2,
                "dew_point": 5.8,
                "wind": {
                    "speed": 6.3,
                    "gusts": 14.2,
                    "dir": "SW",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 44
                },
                "irradiance": 0.03,
                "humidity": 81
            },
            {
                "date": "2023-03-24T21:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 8.8,
                "feels_like": 4.2,
                "dew_point": 5.5,
                "wind": {
                    "speed": 6.1,
                    "gusts": 13.7,
                    "dir": "SW",
                    "angle": 223
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 36
                },
                "irradiance": 0.04,
                "humidity": 80
            },
            {
                "date": "2023-03-24T22:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 8.2,
                "feels_like": 3.8,
                "dew_point": 5.2,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.8,
                    "dir": "SW",
                    "angle": 231
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 22
                },
                "irradiance": 0.05,
                "humidity": 81
            },
            {
                "date": "2023-03-24T23:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 7.8,
                "feels_like": 4,
                "dew_point": 5,
                "wind": {
                    "speed": 6.7,
                    "gusts": 15,
                    "dir": "SW",
                    "angle": 235
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.08,
                "humidity": 82
            },
            {
                "date": "2023-03-25T00:00:00",
                "icon": 30,
                "summary": "Cloudy",
                "temperature": 8,
                "feels_like": 2.2,
                "dew_point": 3.8,
                "wind": {
                    "speed": 7.6,
                    "gusts": 15.9,
                    "dir": "WSW",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0.02,
                "humidity": 74
            },
            {
                "date": "2023-03-25T01:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 8.2,
                "feels_like": 2.5,
                "dew_point": 3.8,
                "wind": {
                    "speed": 7.4,
                    "gusts": 15.4,
                    "dir": "WSW",
                    "angle": 239
                },
                "cloud_cover": {
                    "total": 73
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0.07,
                "humidity": 73
            },
            {
                "date": "2023-03-25T02:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 8.2,
                "feels_like": 3.2,
                "dew_point": 4,
                "wind": {
                    "speed": 7.1,
                    "gusts": 15.1,
                    "dir": "WSW",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 67
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 0.05,
                "humidity": 74
            },
            {
                "date": "2023-03-25T03:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 8,
                "feels_like": 3,
                "dew_point": 3.8,
                "wind": {
                    "speed": 6.7,
                    "gusts": 15.1,
                    "dir": "WSW",
                    "angle": 244
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 6
                },
                "irradiance": 0.08,
                "humidity": 74
            },
            {
                "date": "2023-03-25T04:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 7.8,
                "feels_like": 3.8,
                "dew_point": 4,
                "wind": {
                    "speed": 6.6,
                    "gusts": 14.6,
                    "dir": "WSW",
                    "angle": 247
                },
                "cloud_cover": {
                    "total": 65
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 0.01,
                "humidity": 77
            },
            {
                "date": "2023-03-25T05:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 8.5,
                "feels_like": 2.8,
                "dew_point": 3,
                "wind": {
                    "speed": 7.1,
                    "gusts": 14.2,
                    "dir": "WSW",
                    "angle": 252
                },
                "cloud_cover": {
                    "total": 64
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0,
                "humidity": 68
            },
            {
                "date": "2023-03-25T06:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 8.2,
                "feels_like": 3,
                "dew_point": 3,
                "wind": {
                    "speed": 7,
                    "gusts": 13.9,
                    "dir": "WSW",
                    "angle": 254
                },
                "cloud_cover": {
                    "total": 80
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 10
                },
                "irradiance": 23.31,
                "humidity": 69
            },
            {
                "date": "2023-03-25T07:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9,
                "feels_like": 3.2,
                "dew_point": 3.8,
                "wind": {
                    "speed": 6.9,
                    "gusts": 13.2,
                    "dir": "WSW",
                    "angle": 250
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 96.62,
                "humidity": 69
            },
            {
                "date": "2023-03-25T08:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9.5,
                "feels_like": 3.5,
                "dew_point": 4,
                "wind": {
                    "speed": 6.7,
                    "gusts": 13.4,
                    "dir": "WSW",
                    "angle": 247
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 194.9,
                "humidity": 68
            },
            {
                "date": "2023-03-25T09:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 9.8,
                "feels_like": 3.8,
                "dew_point": 4.2,
                "wind": {
                    "speed": 6.5,
                    "gusts": 13.6,
                    "dir": "WSW",
                    "angle": 242
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 246.39,
                "humidity": 68
            },
            {
                "date": "2023-03-25T10:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.8,
                "feels_like": 4.2,
                "dew_point": 4.5,
                "wind": {
                    "speed": 6.9,
                    "gusts": 13.7,
                    "dir": "WSW",
                    "angle": 243
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 25
                },
                "irradiance": 289.86,
                "humidity": 65
            },
            {
                "date": "2023-03-25T11:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.8,
                "feels_like": 4,
                "dew_point": 4.5,
                "wind": {
                    "speed": 7.4,
                    "gusts": 13.9,
                    "dir": "WSW",
                    "angle": 244
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 29
                },
                "irradiance": 306.23,
                "humidity": 61
            },
            {
                "date": "2023-03-25T12:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 12.5,
                "feels_like": 4,
                "dew_point": 4.5,
                "wind": {
                    "speed": 7.6,
                    "gusts": 14,
                    "dir": "WSW",
                    "angle": 244
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 44
                },
                "irradiance": 293.4,
                "humidity": 58
            },
            {
                "date": "2023-03-25T13:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 12.5,
                "feels_like": 7.5,
                "dew_point": 4.8,
                "wind": {
                    "speed": 7.3,
                    "gusts": 14.4,
                    "dir": "WSW",
                    "angle": 240
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 56
                },
                "irradiance": 250.03,
                "humidity": 59
            },
            {
                "date": "2023-03-25T14:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 12.5,
                "feels_like": 7,
                "dew_point": 5,
                "wind": {
                    "speed": 7.2,
                    "gusts": 14.8,
                    "dir": "SW",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 65
                },
                "irradiance": 167.6,
                "humidity": 60
            },
            {
                "date": "2023-03-25T15:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 12.5,
                "feels_like": 7,
                "dew_point": 5,
                "wind": {
                    "speed": 7.1,
                    "gusts": 15.2,
                    "dir": "SW",
                    "angle": 231
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 60
                },
                "irradiance": 144.61,
                "humidity": 60
            },
            {
                "date": "2023-03-25T16:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 12,
                "feels_like": 7.2,
                "dew_point": 6,
                "wind": {
                    "speed": 6.8,
                    "gusts": 14.3,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 53
                },
                "irradiance": 84.26,
                "humidity": 66
            },
            {
                "date": "2023-03-25T17:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11.5,
                "feels_like": 7.5,
                "dew_point": 6.8,
                "wind": {
                    "speed": 6.4,
                    "gusts": 13.3,
                    "dir": "SW",
                    "angle": 233
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 40
                },
                "irradiance": 25.33,
                "humidity": 72
            },
            {
                "date": "2023-03-25T18:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 11,
                "feels_like": 7.8,
                "dew_point": 7.8,
                "wind": {
                    "speed": 6,
                    "gusts": 12.5,
                    "dir": "SW",
                    "angle": 234
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 44
                },
                "irradiance": 0.18,
                "humidity": 80
            },
            {
                "date": "2023-03-25T19:00:00",
                "icon": 7,
                "summary": "Overcast",
                "temperature": 10.8,
                "feels_like": 5.8,
                "dew_point": 8,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.7,
                    "dir": "SW",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 45
                },
                "irradiance": 0.05,
                "humidity": 83
            },
            {
                "date": "2023-03-25T20:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10.2,
                "feels_like": 6,
                "dew_point": 7.8,
                "wind": {
                    "speed": 5.5,
                    "gusts": 11,
                    "dir": "SW",
                    "angle": 225
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 44
                },
                "irradiance": 0.04,
                "humidity": 84
            },
            {
                "date": "2023-03-25T21:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 10,
                "feels_like": 6.2,
                "dew_point": 7.8,
                "wind": {
                    "speed": 5.1,
                    "gusts": 10.2,
                    "dir": "SW",
                    "angle": 220
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 58
                },
                "irradiance": 0.01,
                "humidity": 85
            },
            {
                "date": "2023-03-25T22:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.8,
                "feels_like": 6.8,
                "dew_point": 7.5,
                "wind": {
                    "speed": 4.6,
                    "gusts": 10.2,
                    "dir": "SSW",
                    "angle": 212
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 68
                },
                "irradiance": 0.04,
                "humidity": 85
            },
            {
                "date": "2023-03-25T23:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 9.2,
                "feels_like": 6.2,
                "dew_point": 6.8,
                "wind": {
                    "speed": 4.4,
                    "gusts": 10.4,
                    "dir": "SSW",
                    "angle": 203
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 76
                },
                "irradiance": 0.08,
                "humidity": 84
            },
            {
                "date": "2023-03-26T00:00:00",
                "icon": 11,
                "summary": "Rain",
                "temperature": 9,
                "feels_like": 6.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 4.4,
                    "gusts": 10.4,
                    "dir": "S",
                    "angle": 190
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.8
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.02,
                "humidity": 84
            },
            {
                "date": "2023-03-26T02:00:00",
                "icon": 11,
                "summary": "Rain",
                "temperature": 9,
                "feels_like": 5.2,
                "dew_point": 7,
                "wind": {
                    "speed": 4,
                    "gusts": 10.7,
                    "dir": "SSE",
                    "angle": 163
                },
                "cloud_cover": {
                    "total": 92
                },
                "pressure": 998,
                "precipitation": {
                    "total": 1.1
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.01,
                "humidity": 87
            },
            {
                "date": "2023-03-26T03:00:00",
                "icon": 12,
                "summary": "Possible rain",
                "temperature": 8.8,
                "feels_like": 5.8,
                "dew_point": 7,
                "wind": {
                    "speed": 4.4,
                    "gusts": 11.1,
                    "dir": "ESE",
                    "angle": 106
                },
                "cloud_cover": {
                    "total": 88
                },
                "pressure": 996,
                "precipitation": {
                    "total": 1.4
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.03,
                "humidity": 88
            },
            {
                "date": "2023-03-26T04:00:00",
                "icon": 12,
                "summary": "Possible rain",
                "temperature": 8.5,
                "feels_like": 6.5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 5.4,
                    "gusts": 11.9,
                    "dir": "ENE",
                    "angle": 73
                },
                "cloud_cover": {
                    "total": 88
                },
                "pressure": 994,
                "precipitation": {
                    "total": 1
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.04,
                "humidity": 91
            },
            {
                "date": "2023-03-26T05:00:00",
                "icon": 12,
                "summary": "Possible rain",
                "temperature": 8.2,
                "feels_like": 6.5,
                "dew_point": 7,
                "wind": {
                    "speed": 4.9,
                    "gusts": 12.9,
                    "dir": "NE",
                    "angle": 46
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 993,
                "precipitation": {
                    "total": 0.7
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 0.07,
                "humidity": 91
            },
            {
                "date": "2023-03-26T06:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 7.8,
                "feels_like": 5.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.4,
                    "gusts": 13.9,
                    "dir": "NNE",
                    "angle": 27
                },
                "cloud_cover": {
                    "total": 85
                },
                "pressure": 993,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 85
                },
                "irradiance": 0.09,
                "humidity": 90
            },
            {
                "date": "2023-03-26T07:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 7.5,
                "feels_like": 5.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.6,
                    "gusts": 15.4,
                    "dir": "NNE",
                    "angle": 15
                },
                "cloud_cover": {
                    "total": 83
                },
                "pressure": 993,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 74
                },
                "irradiance": 13.75,
                "humidity": 91
            },
            {
                "date": "2023-03-26T08:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 8,
                "feels_like": 4.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.7,
                    "gusts": 14.4,
                    "dir": "N",
                    "angle": 4
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 994,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 57
                },
                "irradiance": 65.47,
                "humidity": 88
            },
            {
                "date": "2023-03-26T09:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 8.2,
                "feels_like": 3.5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 5,
                    "gusts": 13.8,
                    "dir": "N",
                    "angle": 350
                },
                "cloud_cover": {
                    "total": 84
                },
                "pressure": 996,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 134.3,
                "humidity": 88
            },
            {
                "date": "2023-03-26T10:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 8.8,
                "feels_like": 3,
                "dew_point": 6.8,
                "wind": {
                    "speed": 4.7,
                    "gusts": 13.2,
                    "dir": "NNW",
                    "angle": 330
                },
                "cloud_cover": {
                    "total": 76
                },
                "pressure": 998,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 26
                },
                "irradiance": 229.63,
                "humidity": 87
            },
            {
                "date": "2023-03-26T11:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 9.8,
                "feels_like": 3,
                "dew_point": 5.8,
                "wind": {
                    "speed": 5,
                    "gusts": 12.9,
                    "dir": "NNW",
                    "angle": 328
                },
                "cloud_cover": {
                    "total": 69
                },
                "pressure": 999,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 32
                },
                "irradiance": 336.89,
                "humidity": 76
            },
            {
                "date": "2023-03-26T12:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 10.8,
                "feels_like": 3,
                "dew_point": 4.8,
                "wind": {
                    "speed": 5.4,
                    "gusts": 12.4,
                    "dir": "NNW",
                    "angle": 326
                },
                "cloud_cover": {
                    "total": 62
                },
                "pressure": 1000,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 36
                },
                "irradiance": 440.9,
                "humidity": 66
            },
            {
                "date": "2023-03-26T13:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 11.8,
                "feels_like": 2.8,
                "dew_point": 4,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.9,
                    "dir": "NW",
                    "angle": 325
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 46
                },
                "irradiance": 420.4,
                "humidity": 58
            },
            {
                "date": "2023-03-26T14:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 11.5,
                "feels_like": 9.2,
                "dew_point": 4.8,
                "wind": {
                    "speed": 5.9,
                    "gusts": 12.6,
                    "dir": "NNW",
                    "angle": 328
                },
                "cloud_cover": {
                    "total": 83
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 56
                },
                "irradiance": 370.17,
                "humidity": 63
            },
            {
                "date": "2023-03-26T15:00:00",
                "icon": 10,
                "summary": "Light rain",
                "temperature": 11.2,
                "feels_like": 8.8,
                "dew_point": 5.5,
                "wind": {
                    "speed": 6.1,
                    "gusts": 13.9,
                    "dir": "NNW",
                    "angle": 332
                },
                "cloud_cover": {
                    "total": 94
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 65
                },
                "irradiance": 311.79,
                "humidity": 67
            },
            {
                "date": "2023-03-26T16:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 10.8,
                "feels_like": 8.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.3,
                    "gusts": 14.7,
                    "dir": "NNW",
                    "angle": 335
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 60
                },
                "irradiance": 239.56,
                "humidity": 73
            },
            {
                "date": "2023-03-26T17:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 10,
                "feels_like": 8.5,
                "dew_point": 5.8,
                "wind": {
                    "speed": 5.8,
                    "gusts": 14.5,
                    "dir": "NNW",
                    "angle": 346
                },
                "cloud_cover": {
                    "total": 83
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 54
                },
                "irradiance": 132.5,
                "humidity": 74
            },
            {
                "date": "2023-03-26T18:00:00",
                "icon": 13,
                "summary": "Rain shower",
                "temperature": 9.2,
                "feels_like": 8.8,
                "dew_point": 5.5,
                "wind": {
                    "speed": 5.5,
                    "gusts": 14.2,
                    "dir": "N",
                    "angle": 360
                },
                "cloud_cover": {
                    "total": 77
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 50
                },
                "irradiance": 45.23,
                "humidity": 77
            },
            {
                "date": "2023-03-26T19:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 8.2,
                "feels_like": 8.5,
                "dew_point": 5,
                "wind": {
                    "speed": 5.3,
                    "gusts": 13.7,
                    "dir": "NNE",
                    "angle": 13
                },
                "cloud_cover": {
                    "total": 69
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 40
                },
                "irradiance": 0.52,
                "humidity": 79
            },
            {
                "date": "2023-03-26T20:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 8.2,
                "feels_like": 4.2,
                "dew_point": 4.5,
                "wind": {
                    "speed": 4.9,
                    "gusts": 12.6,
                    "dir": "NNE",
                    "angle": 14
                },
                "cloud_cover": {
                    "total": 63
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 0.05,
                "humidity": 77
            },
            {
                "date": "2023-03-26T21:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 7.8,
                "feels_like": 4.5,
                "dew_point": 3.5,
                "wind": {
                    "speed": 4.5,
                    "gusts": 11.8,
                    "dir": "NNE",
                    "angle": 15
                },
                "cloud_cover": {
                    "total": 56
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 0.05,
                "humidity": 74
            },
            {
                "date": "2023-03-26T22:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 7.5,
                "feels_like": 5,
                "dew_point": 3,
                "wind": {
                    "speed": 4.2,
                    "gusts": 10.6,
                    "dir": "NNE",
                    "angle": 17
                },
                "cloud_cover": {
                    "total": 61
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.02,
                "humidity": 73
            },
            {
                "date": "2023-03-26T23:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 7,
                "feels_like": 4.5,
                "dew_point": 3,
                "wind": {
                    "speed": 3.7,
                    "gusts": 10.1,
                    "dir": "N",
                    "angle": 10
                },
                "cloud_cover": {
                    "total": 70
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 0.13,
                "humidity": 75
            },
            {
                "date": "2023-03-27T00:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 6.8,
                "feels_like": 4.8,
                "dew_point": 2.8,
                "wind": {
                    "speed": 3.3,
                    "gusts": 9.3,
                    "dir": "N",
                    "angle": 359
                },
                "cloud_cover": {
                    "total": 77
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.14,
                "humidity": 75
            },
            {
                "date": "2023-03-27T01:00:00",
                "icon": 29,
                "summary": "Mostly cloudy",
                "temperature": 6.5,
                "feels_like": 5.2,
                "dew_point": 2.8,
                "wind": {
                    "speed": 3,
                    "gusts": 8.5,
                    "dir": "NNW",
                    "angle": 338
                },
                "cloud_cover": {
                    "total": 66
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.07,
                "humidity": 76
            },
            {
                "date": "2023-03-27T02:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 6.2,
                "feels_like": 5,
                "dew_point": 2.5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 7,
                    "dir": "NW",
                    "angle": 318
                },
                "cloud_cover": {
                    "total": 58
                },
                "pressure": 1016,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 0.63,
                "humidity": 76
            },
            {
                "date": "2023-03-27T03:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 6,
                "feels_like": 5.8,
                "dew_point": 2.5,
                "wind": {
                    "speed": 1.9,
                    "gusts": 5.6,
                    "dir": "W",
                    "angle": 281
                },
                "cloud_cover": {
                    "total": 46
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 78
            },
            {
                "date": "2023-03-27T04:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 5.8,
                "feels_like": 6,
                "dew_point": 2.2,
                "wind": {
                    "speed": 1.6,
                    "gusts": 3.9,
                    "dir": "WSW",
                    "angle": 245
                },
                "cloud_cover": {
                    "total": 34
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.09,
                "humidity": 78
            },
            {
                "date": "2023-03-27T05:00:00",
                "icon": 28,
                "summary": "Partly clear",
                "temperature": 5.2,
                "feels_like": 5.8,
                "dew_point": 1.8,
                "wind": {
                    "speed": 1.4,
                    "gusts": 3.6,
                    "dir": "SW",
                    "angle": 232
                },
                "cloud_cover": {
                    "total": 24
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 78
            },
            {
                "date": "2023-03-27T06:00:00",
                "icon": 3,
                "summary": "Mostly sunny",
                "temperature": 4.8,
                "feels_like": 5.5,
                "dew_point": 1.2,
                "wind": {
                    "speed": 1.4,
                    "gusts": 3.4,
                    "dir": "SW",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 14
                },
                "pressure": 1019,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 78
            },
            {
                "date": "2023-03-27T07:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 4.2,
                "feels_like": 5.2,
                "dew_point": 0.8,
                "wind": {
                    "speed": 1.4,
                    "gusts": 3.2,
                    "dir": "SW",
                    "angle": 218
                },
                "cloud_cover": {
                    "total": 28
                },
                "pressure": 1020,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 29.93,
                "humidity": 77
            },
            {
                "date": "2023-03-27T08:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 5.5,
                "feels_like": 4.2,
                "dew_point": 0.2,
                "wind": {
                    "speed": 1.8,
                    "gusts": 3.7,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 41
                },
                "pressure": 1020,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 144.2,
                "humidity": 68
            },
            {
                "date": "2023-03-27T09:00:00",
                "icon": 4,
                "summary": "Partly sunny",
                "temperature": 6.5,
                "feels_like": 4,
                "dew_point": 0,
                "wind": {
                    "speed": 2.1,
                    "gusts": 4.2,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 246.93,
                "humidity": 63
            },
            {
                "date": "2023-03-27T10:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 7.8,
                "feels_like": 4.2,
                "dew_point": -0.2,
                "wind": {
                    "speed": 2.4,
                    "gusts": 4.8,
                    "dir": "SW",
                    "angle": 219
                },
                "cloud_cover": {
                    "total": 67
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 338,
                "humidity": 56
            },
            {
                "date": "2023-03-27T11:00:00",
                "icon": 5,
                "summary": "Mostly cloudy",
                "temperature": 8.8,
                "feels_like": 4.5,
                "dew_point": 0,
                "wind": {
                    "speed": 2.6,
                    "gusts": 4.9,
                    "dir": "SW",
                    "angle": 217
                },
                "cloud_cover": {
                    "total": 78
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 347.9,
                "humidity": 54
            },
            {
                "date": "2023-03-27T12:00:00",
                "icon": 6,
                "summary": "Cloudy",
                "temperature": 9.8,
                "feels_like": 5,
                "dew_point": 0.8,
                "wind": {
                    "speed": 2.9,
                    "gusts": 5.1,
                    "dir": "SW",
                    "angle": 216
                },
                "cloud_cover": {
                    "total": 89
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 360.36,
                "humidity": 53
            }
        ]
    },
    "daily": {
        "data": [
            {
                "day": "2023-03-20",
                "icon": 12,
                "summary": "Cloudy changing to light rain in the afternoon. Temperature 8/13 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 7.8,
                    "temperature_max": 12.5,
                    "wind_speed": 4.4,
                    "probability": {
                        "precipitation": 38
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-20T06:04:10",
                        "set": "2023-03-20T18:13:52"
                    }
                }
            },
            {
                "day": "2023-03-21",
                "icon": 6,
                "summary": "Cloudy. Temperature 9/14 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 9.2,
                    "temperature_max": 14.2,
                    "wind_speed": 5.3,
                    "probability": {
                        "precipitation": 20
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-21T06:01:53",
                        "set": "2023-03-21T18:15:34"
                    }
                }
            },
            {
                "day": "2023-03-22",
                "icon": 12,
                "summary": "Possible rain in the morning and evening, mostly cloudy in the afternoon. Temperature 10/14 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 10,
                    "temperature_max": 14.2,
                    "wind_speed": 6.8,
                    "probability": {
                        "precipitation": 46
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-22T05:59:36",
                        "set": "2023-03-22T18:17:15"
                    }
                }
            },
            {
                "day": "2023-03-23",
                "icon": 12,
                "summary": "Cloudy in the morning and evening, light rain in the afternoon. Temperature 9/13 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 9.2,
                    "temperature_max": 12.8,
                    "wind_speed": 7,
                    "probability": {
                        "precipitation": 38
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-23T05:57:19",
                        "set": "2023-03-23T18:18:57"
                    }
                }
            },
            {
                "day": "2023-03-24",
                "icon": 10,
                "summary": "Rain showers changing to light rain by afternoon. Temperature 8/13 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 8.2,
                    "temperature_max": 13,
                    "wind_speed": 6.7,
                    "probability": {
                        "precipitation": 34
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-24T05:55:02",
                        "set": "2023-03-24T18:20:38"
                    }
                }
            },
            {
                "day": "2023-03-25",
                "icon": 12,
                "summary": "Cloudy changing to possible rain in the afternoon. Temperature 8/13 °C. Wind from SW.",
                "all_day": {
                    "temperature_min": 7.8,
                    "temperature_max": 12.5,
                    "wind_speed": 6.7,
                    "probability": {
                        "precipitation": 30
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-25T05:52:46",
                        "set": "2023-03-25T18:22:19"
                    }
                }
            },
            {
                "day": "2023-03-26",
                "icon": 12,
                "summary": "Mostly cloudy in the morning and evening, light rain in the afternoon. Temperature 7/12 °C. Wind from N.",
                "all_day": {
                    "temperature_min": 7,
                    "temperature_max": 11.8,
                    "wind_speed": 5.1,
                    "probability": {
                        "precipitation": 54
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-26T06:50:29",
                        "set": "2023-03-26T19:24:00"
                    }
                }
            },
            {
                "day": "2023-03-27",
                "icon": 4,
                "summary": "Partly sunny changing to cloudy by evening. Temperature 4/11 °C.",
                "all_day": {
                    "temperature_min": 4.2,
                    "temperature_max": 10.8,
                    "wind_speed": 2.4,
                    "probability": {
                        "precipitation": 18
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-27T06:48:12",
                        "set": "2023-03-27T19:25:41"
                    }
                }
            },
            {
                "day": "2023-03-28",
                "icon": 11,
                "summary": "Rain. Temperature 7/10 °C.",
                "all_day": {
                    "temperature_min": 6.5,
                    "temperature_max": 10,
                    "wind_speed": 2.9,
                    "probability": {
                        "precipitation": 82
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-28T06:45:55",
                        "set": "2023-03-28T19:27:22"
                    }
                }
            },
            {
                "day": "2023-03-29",
                "icon": 10,
                "summary": "Light rain. Temperature 6/11 °C.",
                "all_day": {
                    "temperature_min": 6.2,
                    "temperature_max": 10.8,
                    "wind_speed": 2.2,
                    "probability": {
                        "precipitation": 68
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-29T06:43:39",
                        "set": "2023-03-29T19:29:03"
                    }
                }
            },
            {
                "day": "2023-03-30",
                "icon": 10,
                "summary": "Light rain, increasing in the afternoon and evening. Temperature 7/11 °C.",
                "all_day": {
                    "temperature_min": 6.8,
                    "temperature_max": 11.2,
                    "wind_speed": 3.8,
                    "probability": {
                        "precipitation": 82
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-30T06:41:22",
                        "set": "2023-03-30T19:30:44"
                    }
                }
            },
            {
                "day": "2023-03-31",
                "icon": 10,
                "summary": "Light rain. Temperature 7/11 °C. Wind from SW in the afternoon.",
                "all_day": {
                    "temperature_min": 7,
                    "temperature_max": 11.2,
                    "wind_speed": 4.1,
                    "probability": {
                        "precipitation": 82
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-31T06:39:06",
                        "set": "2023-03-31T19:32:24"
                    }
                }
            },
            {
                "day": "2023-04-01",
                "icon": 12,
                "summary": "Cloudy changing to light rain in the afternoon. Temperature 6/11 °C.",
                "all_day": {
                    "temperature_min": 5.8,
                    "temperature_max": 10.8,
                    "wind_speed": 2.4,
                    "probability": {
                        "precipitation": 56
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-01T06:36:50",
                        "set": "2023-04-01T19:34:05"
                    }
                }
            },
            {
                "day": "2023-04-02",
                "icon": 10,
                "summary": "Light rain. Temperature 7/12 °C.",
                "all_day": {
                    "temperature_min": 6.8,
                    "temperature_max": 11.5,
                    "wind_speed": 2.4,
                    "probability": {
                        "precipitation": 78
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-02T06:34:34",
                        "set": "2023-04-02T19:35:45"
                    }
                }
            },
            {
                "day": "2023-04-03",
                "icon": 13,
                "summary": "Rain showers changing to light rain by evening. Temperature 6/12 °C.",
                "all_day": {
                    "temperature_min": 6.2,
                    "temperature_max": 12.2,
                    "wind_speed": 2.6,
                    "probability": {
                        "precipitation": 65
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-03T06:32:18",
                        "set": "2023-04-03T19:37:26"
                    }
                }
            },
            {
                "day": "2023-04-04",
                "icon": 12,
                "summary": "Partly sunny changing to light rain in the afternoon. Temperature 6/12 °C.",
                "all_day": {
                    "temperature_min": 6.2,
                    "temperature_max": 11.8,
                    "wind_speed": 2.2,
                    "probability": {
                        "precipitation": 68
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-04T06:30:03",
                        "set": "2023-04-04T19:39:06"
                    }
                }
            },
            {
                "day": "2023-04-05",
                "icon": 10,
                "summary": "Light rain. Temperature 6/10 °C.",
                "all_day": {
                    "temperature_min": 6,
                    "temperature_max": 10.2,
                    "wind_speed": 2.3,
                    "probability": {
                        "precipitation": 75
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-05T06:27:48",
                        "set": "2023-04-05T19:40:46"
                    }
                }
            },
            {
                "day": "2023-04-06",
                "icon": 10,
                "summary": "Rain showers changing to light rain by afternoon and evening. Temperature 4/10 °C.",
                "all_day": {
                    "temperature_min": 4.2,
                    "temperature_max": 9.8,
                    "wind_speed": 2.3,
                    "probability": {
                        "precipitation": 71
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-06T06:25:34",
                        "set": "2023-04-06T19:42:27"
                    }
                }
            },
            {
                "day": "2023-04-07",
                "icon": 13,
                "summary": "Partly sunny changing to rain in the afternoon. Temperature 5/11 °C.",
                "all_day": {
                    "temperature_min": 4.8,
                    "temperature_max": 10.8,
                    "wind_speed": 1.2,
                    "probability": {
                        "precipitation": 79
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-07T06:23:20",
                        "set": "2023-04-07T19:44:07"
                    }
                }
            },
            {
                "day": "2023-04-08",
                "icon": 12,
                "summary": "Light rain changing to cloudy in the afternoon. Temperature 5/10 °C.",
                "all_day": {
                    "temperature_min": 5,
                    "temperature_max": 10,
                    "wind_speed": 1,
                    "probability": {
                        "precipitation": 69
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-08T06:21:06",
                        "set": "2023-04-08T19:45:47"
                    }
                }
            },
            {
                "day": "2023-04-09",
                "icon": 13,
                "summary": "Partly sunny changing to rain showers in the afternoon. Temperature 5/11 °C.",
                "all_day": {
                    "temperature_min": 5.2,
                    "temperature_max": 10.5,
                    "wind_speed": 1.3,
                    "probability": {
                        "precipitation": 75
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-09T06:18:53",
                        "set": "2023-04-09T19:47:28"
                    }
                }
            },
            {
                "day": "2023-04-10",
                "icon": 5,
                "summary": "Mostly cloudy, fewer clouds in the afternoon and evening. Temperature 6/11 °C.",
                "all_day": {
                    "temperature_min": 5.5,
                    "temperature_max": 11.2,
                    "wind_speed": 1.4,
                    "probability": {
                        "precipitation": 35
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-10T06:16:40",
                        "set": "2023-04-10T19:49:08"
                    }
                }
            },
            {
                "day": "2023-04-11",
                "icon": 13,
                "summary": "Partly sunny changing to rain showers in the afternoon. Temperature 5/11 °C.",
                "all_day": {
                    "temperature_min": 4.8,
                    "temperature_max": 10.8,
                    "wind_speed": 1,
                    "probability": {
                        "precipitation": 46
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-11T06:14:28",
                        "set": "2023-04-11T19:50:49"
                    }
                }
            },
            {
                "day": "2023-04-12",
                "icon": 13,
                "summary": "Sunny changing to rain showers in the afternoon. Temperature 5/11 °C.",
                "all_day": {
                    "temperature_min": 4.5,
                    "temperature_max": 10.5,
                    "wind_speed": 1.1,
                    "probability": {
                        "precipitation": 44
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-12T06:12:16",
                        "set": "2023-04-12T19:52:29"
                    }
                }
            },
            {
                "day": "2023-04-13",
                "icon": 13,
                "summary": "Rain showers changing to light rain by evening. Temperature 6/11 °C.",
                "all_day": {
                    "temperature_min": 5.5,
                    "temperature_max": 11,
                    "wind_speed": 0.8,
                    "probability": {
                        "precipitation": 75
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-13T06:10:05",
                        "set": "2023-04-13T19:54:09"
                    }
                }
            },
            {
                "day": "2023-04-14",
                "icon": 10,
                "summary": "Light rain. Temperature 7/12 °C.",
                "all_day": {
                    "temperature_min": 7.2,
                    "temperature_max": 12.2,
                    "wind_speed": 2.2,
                    "probability": {
                        "precipitation": 62
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-14T06:07:55",
                        "set": "2023-04-14T19:55:50"
                    }
                }
            },
            {
                "day": "2023-04-15",
                "icon": 12,
                "summary": "Mostly cloudy changing to light rain in the afternoon. Temperature 6/12 °C.",
                "all_day": {
                    "temperature_min": 6,
                    "temperature_max": 11.5,
                    "wind_speed": 2.6,
                    "probability": {
                        "precipitation": 57
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-15T06:05:45",
                        "set": "2023-04-15T19:57:30"
                    }
                }
            },
            {
                "day": "2023-04-16",
                "icon": 10,
                "summary": "Light rain. Temperature 7/12 °C.",
                "all_day": {
                    "temperature_min": 6.5,
                    "temperature_max": 11.8,
                    "wind_speed": 2.3,
                    "probability": {
                        "precipitation": 69
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-16T06:03:36",
                        "set": "2023-04-16T19:59:11"
                    }
                }
            },
            {
                "day": "2023-04-17",
                "icon": 11,
                "summary": "Rain. Temperature 7/11 °C.",
                "all_day": {
                    "temperature_min": 6.8,
                    "temperature_max": 11,
                    "wind_speed": 0.7,
                    "probability": {
                        "precipitation": 70
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-17T06:01:28",
                        "set": "2023-04-17T20:00:51"
                    }
                }
            },
            {
                "day": "2023-04-18",
                "icon": 13,
                "summary": "Rain showers. Temperature 6/13 °C.",
                "all_day": {
                    "temperature_min": 5.5,
                    "temperature_max": 12.5,
                    "wind_speed": 0.5,
                    "probability": {
                        "precipitation": 62
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-18T05:59:21",
                        "set": "2023-04-18T20:02:32"
                    }
                }
            }
        ]
    },
    "minutely": {
        "summary": "No precipitation over the next hour."
    }
}
06:04
18:13

Cloudy changing to light rain in the afternoon. Temperature 8/13 °C. Wind from SW.

No precipitation over the next hour.

time weather temp wind (m/s) precipitation probability total (mm) feels like
Now 13°C 364.7 - % 0 10°C
15:00 13°C 4.7 75 % 0.5 10°C
16:00 13°C 4.3 90 % 0.9 10°C
17:00 12°C 4.3 74 % 0.5 10°C
18:00 11°C 4.2 38 % 0 9°C
19:00 11°C 4.3 49 % 0.2 8°C
20:00 10°C 4.2 52 % 0 8°C
21:00 10°C 4.1 67 % 0.4 8°C
22:00 10°C 4.3 52 % 0.3 7°C
23:00 10°C 4.1 48 % 0 7°C

Weather API based on machine learning
models for best-in-class accuracy

To improve weather forecasts, we have developed cutting-edge machine learning models. All available weather measurements, along with local and global data, are incorporated into our meteorological AI technology to provide accurate hyperlocal weather forecasts anywhere in the world.

The world's most inovative companies use Meteosource.

We are meteorologists with over 10 years of experience

We have been providing professional weather services to our customers since 2007. Although we started out as a small team of weather enthusiasts, we quickly realised the great potential of new technologies and expanded our team to include AI experts and big data analysts. We now offer affordable but superior services and have never looked back.

Our mission is to help you utilise weather information, save costs, and maximise your returns. In addition to our weather API, we are happy to offer customised solutions based on your needs.

  • Expertise
    and know-how
  • Accurate
    forecasts
  • Affordable
    solutions
  • Reliable
    and fast

Interested in our Weather API?