Globální počasí - API

Přesné aktuální počasí, předpověď a archiv měření

Za dostupnou cenu dostanete přesná a spolehlivá data. Naše API jednoduše implementujete
do svého webu či aplikace. Pomáháme optimalizovat činnosti závislé na počasí.

  • Předpověď pro libovolné GPS nebo město
  • Nejaktuálnější data pro každou minutu
  • Předpověď počasí na 30 dní
Request
{
    "place_id": "prague",
    "language": "cs",
    "unit": "metric"
}
Response
{
    "timezone": "Europe/Prague",
    "units": "metric",
    "current": {
        "icon_num": 7,
        "weather": "Zataženo",
        "temperature": 8.5,
        "feels_like": 5,
        "dew_point": 1.2,
        "wind": {
            "speed": 2.7,
            "gusts": 6.8,
            "angle": 243,
            "dir": "ZJZ"
        },
        "precipitation": {
            "total": 0
        },
        "cloud_cover": 93,
        "irradiance": 146.87,
        "pressure": 1019,
        "uv_index": 0.58,
        "humidity": 66
    },
    "hourly": {
        "data": [
            {
                "date": "2023-03-29T16:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.5,
                "feels_like": 5,
                "dew_point": 4,
                "wind": {
                    "speed": 2.7,
                    "gusts": 6.8,
                    "dir": "ZJZ",
                    "angle": 243
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1019,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 146.87,
                "humidity": 73
            },
            {
                "date": "2023-03-29T17:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.8,
                "feels_like": 5.5,
                "dew_point": 4.2,
                "wind": {
                    "speed": 2.6,
                    "gusts": 6.7,
                    "dir": "ZJZ",
                    "angle": 248
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1019,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 106.87,
                "humidity": 73
            },
            {
                "date": "2023-03-29T18:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9,
                "feels_like": 6.2,
                "dew_point": 4,
                "wind": {
                    "speed": 1.7,
                    "gusts": 5.9,
                    "dir": "ZJZ",
                    "angle": 247
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 46.12,
                "humidity": 70
            },
            {
                "date": "2023-03-29T19:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.2,
                "feels_like": 5.8,
                "dew_point": 4.2,
                "wind": {
                    "speed": 2,
                    "gusts": 4.1,
                    "dir": "JJZ",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 3.01,
                "humidity": 75
            },
            {
                "date": "2023-03-29T20:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.8,
                "feels_like": 5.2,
                "dew_point": 4,
                "wind": {
                    "speed": 2.1,
                    "gusts": 4.4,
                    "dir": "JJV",
                    "angle": 168
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0,
                "humidity": 77
            },
            {
                "date": "2023-03-29T21:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.2,
                "feels_like": 4,
                "dew_point": 4,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.2,
                    "dir": "J",
                    "angle": 187
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.04,
                "humidity": 79
            },
            {
                "date": "2023-03-29T22:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7,
                "feels_like": 4.2,
                "dew_point": 4.8,
                "wind": {
                    "speed": 2.4,
                    "gusts": 5.1,
                    "dir": "JJZ",
                    "angle": 207
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.01,
                "humidity": 85
            },
            {
                "date": "2023-03-29T23:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7,
                "feels_like": 3.8,
                "dew_point": 5.2,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.9,
                    "dir": "JJZ",
                    "angle": 194
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 0.05,
                "humidity": 88
            },
            {
                "date": "2023-03-30T00:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7,
                "feels_like": 4,
                "dew_point": 5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.6,
                    "dir": "JJZ",
                    "angle": 193
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0,
                "humidity": 87
            },
            {
                "date": "2023-03-30T01:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.8,
                "feels_like": 4,
                "dew_point": 5.2,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.5,
                    "dir": "J",
                    "angle": 190
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 0,
                "humidity": 90
            },
            {
                "date": "2023-03-30T02:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 7,
                "feels_like": 4,
                "dew_point": 5.2,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.5,
                    "dir": "J",
                    "angle": 188
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 73
                },
                "irradiance": 0,
                "humidity": 88
            },
            {
                "date": "2023-03-30T03:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.2,
                "feels_like": 4.5,
                "dew_point": 5.8,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.9,
                    "dir": "J",
                    "angle": 184
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1016,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 50
                },
                "irradiance": 0,
                "humidity": 90
            },
            {
                "date": "2023-03-30T04:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.2,
                "feels_like": 4.8,
                "dew_point": 6,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.7,
                    "dir": "J",
                    "angle": 174
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1016,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0,
                "humidity": 91
            },
            {
                "date": "2023-03-30T05:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.5,
                "feels_like": 5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.7,
                    "dir": "JJZ",
                    "angle": 194
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0.03,
                "humidity": 93
            },
            {
                "date": "2023-03-30T06:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.5,
                "feels_like": 4.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.8,
                    "dir": "J",
                    "angle": 186
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.76,
                "humidity": 91
            },
            {
                "date": "2023-03-30T07:00:00",
                "icon": 6,
                "summary": "Skoro zataženo",
                "temperature": 7.5,
                "feels_like": 4.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 2.4,
                    "gusts": 5.1,
                    "dir": "J",
                    "angle": 180
                },
                "cloud_cover": {
                    "total": 83
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 35.15,
                "humidity": 91
            },
            {
                "date": "2023-03-30T08:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8,
                "feels_like": 4.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 2.3,
                    "gusts": 6.1,
                    "dir": "JJZ",
                    "angle": 204
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 93.61,
                "humidity": 88
            },
            {
                "date": "2023-03-30T09:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.8,
                "feels_like": 6.8,
                "dew_point": 6.8,
                "wind": {
                    "speed": 3,
                    "gusts": 6.9,
                    "dir": "JZ",
                    "angle": 225
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 234.03,
                "humidity": 81
            },
            {
                "date": "2023-03-30T10:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 11.5,
                "feels_like": 7.5,
                "dew_point": 7.5,
                "wind": {
                    "speed": 3.7,
                    "gusts": 7.3,
                    "dir": "ZJZ",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 47
                },
                "irradiance": 225.68,
                "humidity": 76
            },
            {
                "date": "2023-03-30T11:00:00",
                "icon": 11,
                "summary": "Déšť",
                "temperature": 12.8,
                "feels_like": 9.8,
                "dew_point": 10,
                "wind": {
                    "speed": 4.3,
                    "gusts": 9.4,
                    "dir": "ZJZ",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0.8
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 140.29,
                "humidity": 83
            },
            {
                "date": "2023-03-30T12:00:00",
                "icon": 11,
                "summary": "Déšť",
                "temperature": 12.5,
                "feels_like": 10,
                "dew_point": 10.2,
                "wind": {
                    "speed": 4,
                    "gusts": 9.5,
                    "dir": "JZ",
                    "angle": 216
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 1
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 97.09,
                "humidity": 86
            },
            {
                "date": "2023-03-30T13:00:00",
                "icon": 11,
                "summary": "Déšť",
                "temperature": 12.2,
                "feels_like": 9,
                "dew_point": 10.5,
                "wind": {
                    "speed": 5.1,
                    "gusts": 10.8,
                    "dir": "JZ",
                    "angle": 215
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0.7
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 208.54,
                "humidity": 89
            },
            {
                "date": "2023-03-30T14:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 13.2,
                "feels_like": 10.2,
                "dew_point": 11.2,
                "wind": {
                    "speed": 5,
                    "gusts": 10.2,
                    "dir": "JJZ",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 23
                },
                "irradiance": 212.46,
                "humidity": 87
            },
            {
                "date": "2023-03-30T15:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 14,
                "feels_like": 10.5,
                "dew_point": 11,
                "wind": {
                    "speed": 5.1,
                    "gusts": 10.5,
                    "dir": "JZ",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 281.61,
                "humidity": 82
            },
            {
                "date": "2023-03-30T16:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 15.2,
                "feels_like": 11.8,
                "dew_point": 10.8,
                "wind": {
                    "speed": 5.5,
                    "gusts": 11.5,
                    "dir": "ZJZ",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 37
                },
                "irradiance": 187.4,
                "humidity": 74
            },
            {
                "date": "2023-03-30T17:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 14.8,
                "feels_like": 10.8,
                "dew_point": 10.2,
                "wind": {
                    "speed": 6,
                    "gusts": 11.8,
                    "dir": "ZJZ",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 106.06,
                "humidity": 74
            },
            {
                "date": "2023-03-30T18:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 14,
                "feels_like": 10.2,
                "dew_point": 10,
                "wind": {
                    "speed": 5.9,
                    "gusts": 11.8,
                    "dir": "ZJZ",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 41.75,
                "humidity": 76
            },
            {
                "date": "2023-03-30T19:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 13.2,
                "feels_like": 10,
                "dew_point": 10,
                "wind": {
                    "speed": 5.3,
                    "gusts": 11.8,
                    "dir": "ZJZ",
                    "angle": 238
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 54
                },
                "irradiance": 2.41,
                "humidity": 80
            },
            {
                "date": "2023-03-30T20:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 12.2,
                "feels_like": 8.5,
                "dew_point": 9,
                "wind": {
                    "speed": 5.1,
                    "gusts": 12.3,
                    "dir": "JZ",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 63
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 39
                },
                "irradiance": 0.13,
                "humidity": 80
            },
            {
                "date": "2023-03-30T21:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 11.8,
                "feels_like": 8.2,
                "dew_point": 8.5,
                "wind": {
                    "speed": 4.7,
                    "gusts": 10.3,
                    "dir": "ZJZ",
                    "angle": 241
                },
                "cloud_cover": {
                    "total": 47
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 4
                },
                "irradiance": 0,
                "humidity": 80
            },
            {
                "date": "2023-03-30T22:00:00",
                "icon": 27,
                "summary": "Skoro jasno",
                "temperature": 10.8,
                "feels_like": 7,
                "dew_point": 7.8,
                "wind": {
                    "speed": 4.7,
                    "gusts": 10,
                    "dir": "ZJZ",
                    "angle": 248
                },
                "cloud_cover": {
                    "total": 19
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 0.01,
                "humidity": 81
            },
            {
                "date": "2023-03-30T23:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 10,
                "feels_like": 7,
                "dew_point": 8,
                "wind": {
                    "speed": 5,
                    "gusts": 9.8,
                    "dir": "ZJZ",
                    "angle": 242
                },
                "cloud_cover": {
                    "total": 40
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 0.01,
                "humidity": 87
            },
            {
                "date": "2023-03-31T00:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 9.5,
                "feels_like": 5.8,
                "dew_point": 7.5,
                "wind": {
                    "speed": 4.7,
                    "gusts": 9.4,
                    "dir": "ZJZ",
                    "angle": 246
                },
                "cloud_cover": {
                    "total": 57
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 87
            },
            {
                "date": "2023-03-31T01:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 9.5,
                "feels_like": 5.5,
                "dew_point": 7.5,
                "wind": {
                    "speed": 4.7,
                    "gusts": 9.5,
                    "dir": "ZJZ",
                    "angle": 254
                },
                "cloud_cover": {
                    "total": 36
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 87
            },
            {
                "date": "2023-03-31T02:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 9.2,
                "feels_like": 5.8,
                "dew_point": 7.2,
                "wind": {
                    "speed": 4.5,
                    "gusts": 9.3,
                    "dir": "ZJZ",
                    "angle": 251
                },
                "cloud_cover": {
                    "total": 31
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0.03,
                "humidity": 87
            },
            {
                "date": "2023-03-31T03:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 9,
                "feels_like": 6.2,
                "dew_point": 7.5,
                "wind": {
                    "speed": 4.2,
                    "gusts": 9,
                    "dir": "ZJZ",
                    "angle": 246
                },
                "cloud_cover": {
                    "total": 34
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 4
                },
                "irradiance": 0.07,
                "humidity": 90
            },
            {
                "date": "2023-03-31T04:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9,
                "feels_like": 6.5,
                "dew_point": 7.2,
                "wind": {
                    "speed": 3.9,
                    "gusts": 8,
                    "dir": "ZJZ",
                    "angle": 245
                },
                "cloud_cover": {
                    "total": 94
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 88
            },
            {
                "date": "2023-03-31T05:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 8.5,
                "feels_like": 5.8,
                "dew_point": 6.2,
                "wind": {
                    "speed": 3.4,
                    "gusts": 7.4,
                    "dir": "ZJZ",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 33
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 85
            },
            {
                "date": "2023-03-31T06:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 8.2,
                "feels_like": 5,
                "dew_point": 6,
                "wind": {
                    "speed": 3.2,
                    "gusts": 7.1,
                    "dir": "JZ",
                    "angle": 224
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 1.95,
                "humidity": 85
            },
            {
                "date": "2023-03-31T07:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8,
                "feels_like": 5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 2.9,
                    "gusts": 6.3,
                    "dir": "JJZ",
                    "angle": 211
                },
                "cloud_cover": {
                    "total": 92
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 66.11,
                "humidity": 90
            },
            {
                "date": "2023-03-31T08:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.8,
                "feels_like": 6.5,
                "dew_point": 7,
                "wind": {
                    "speed": 2.6,
                    "gusts": 6,
                    "dir": "JJZ",
                    "angle": 202
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 174.05,
                "humidity": 88
            },
            {
                "date": "2023-03-31T09:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.2,
                "feels_like": 7.8,
                "dew_point": 7.2,
                "wind": {
                    "speed": 3,
                    "gusts": 6.2,
                    "dir": "JJZ",
                    "angle": 206
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 204.6,
                "humidity": 81
            },
            {
                "date": "2023-03-31T10:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 11,
                "feels_like": 8,
                "dew_point": 7,
                "wind": {
                    "speed": 3.7,
                    "gusts": 7.3,
                    "dir": "JJZ",
                    "angle": 200
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 70
                },
                "irradiance": 244.34,
                "humidity": 76
            },
            {
                "date": "2023-03-31T11:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 11.2,
                "feels_like": 7.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 4.4,
                    "gusts": 8.4,
                    "dir": "JJZ",
                    "angle": 210
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0.4
                },
                "probability": {
                    "precipitation": 81
                },
                "irradiance": 150.56,
                "humidity": 71
            },
            {
                "date": "2023-03-31T12:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 11.5,
                "feels_like": 8.2,
                "dew_point": 8.5,
                "wind": {
                    "speed": 4.4,
                    "gusts": 9,
                    "dir": "JJZ",
                    "angle": 213
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 145.72,
                "humidity": 81
            },
            {
                "date": "2023-03-31T13:00:00",
                "icon": 11,
                "summary": "Déšť",
                "temperature": 11.8,
                "feels_like": 7.8,
                "dew_point": 9.2,
                "wind": {
                    "speed": 5.4,
                    "gusts": 10.2,
                    "dir": "JZ",
                    "angle": 225
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0.8
                },
                "probability": {
                    "precipitation": 95
                },
                "irradiance": 108.8,
                "humidity": 84
            },
            {
                "date": "2023-03-31T14:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 11.5,
                "feels_like": 8,
                "dew_point": 9.2,
                "wind": {
                    "speed": 4.9,
                    "gusts": 11.7,
                    "dir": "JZ",
                    "angle": 214
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 326.55,
                "humidity": 86
            },
            {
                "date": "2023-03-31T15:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 13.8,
                "feels_like": 9.5,
                "dew_point": 9.8,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.2,
                    "dir": "JZ",
                    "angle": 221
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 69
                },
                "irradiance": 239.66,
                "humidity": 76
            },
            {
                "date": "2023-03-31T16:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 13.8,
                "feels_like": 10,
                "dew_point": 9.5,
                "wind": {
                    "speed": 5.7,
                    "gusts": 13.3,
                    "dir": "JZ",
                    "angle": 229
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0.5
                },
                "probability": {
                    "precipitation": 83
                },
                "irradiance": 255.68,
                "humidity": 75
            },
            {
                "date": "2023-03-31T17:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 13,
                "feels_like": 7.8,
                "dew_point": 8,
                "wind": {
                    "speed": 6.9,
                    "gusts": 14.2,
                    "dir": "ZJZ",
                    "angle": 250
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 32
                },
                "irradiance": 151.25,
                "humidity": 71
            },
            {
                "date": "2023-03-31T18:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 12.5,
                "feels_like": 8.2,
                "dew_point": 7.5,
                "wind": {
                    "speed": 5.8,
                    "gusts": 12.5,
                    "dir": "ZJZ",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 6
                },
                "irradiance": 67.84,
                "humidity": 71
            },
            {
                "date": "2023-03-31T19:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 11.8,
                "feels_like": 7.5,
                "dew_point": 8,
                "wind": {
                    "speed": 5.4,
                    "gusts": 11.4,
                    "dir": "ZJZ",
                    "angle": 239
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 5.18,
                "humidity": 77
            },
            {
                "date": "2023-03-31T20:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 11,
                "feels_like": 6.8,
                "dew_point": 8,
                "wind": {
                    "speed": 5.2,
                    "gusts": 10.9,
                    "dir": "ZJZ",
                    "angle": 246
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.01,
                "humidity": 81
            },
            {
                "date": "2023-03-31T21:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10,
                "feels_like": 5.5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 5,
                    "gusts": 10.7,
                    "dir": "ZJZ",
                    "angle": 248
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.08,
                "humidity": 78
            },
            {
                "date": "2023-03-31T22:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.5,
                "feels_like": 4.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 5.1,
                    "gusts": 10.4,
                    "dir": "ZJZ",
                    "angle": 245
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 0,
                "humidity": 81
            },
            {
                "date": "2023-03-31T23:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.5,
                "feels_like": 4.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 5.4,
                    "gusts": 9.9,
                    "dir": "ZJZ",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0.23,
                "humidity": 81
            },
            {
                "date": "2023-04-01T00:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.2,
                "feels_like": 4.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 5.4,
                    "gusts": 9.8,
                    "dir": "ZJZ",
                    "angle": 258
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 0,
                "humidity": 81
            },
            {
                "date": "2023-04-01T01:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 9,
                "feels_like": 4.5,
                "dew_point": 6,
                "wind": {
                    "speed": 5.1,
                    "gusts": 9.8,
                    "dir": "ZJZ",
                    "angle": 252
                },
                "cloud_cover": {
                    "total": 70
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0,
                "humidity": 81
            },
            {
                "date": "2023-04-01T02:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 9,
                "feels_like": 4.5,
                "dew_point": 6,
                "wind": {
                    "speed": 5.3,
                    "gusts": 10.4,
                    "dir": "ZJZ",
                    "angle": 253
                },
                "cloud_cover": {
                    "total": 57
                },
                "pressure": 1001,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 0,
                "humidity": 81
            },
            {
                "date": "2023-04-01T03:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 8.5,
                "feels_like": 4.2,
                "dew_point": 5.8,
                "wind": {
                    "speed": 5.2,
                    "gusts": 10.5,
                    "dir": "ZJZ",
                    "angle": 257
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.09,
                "humidity": 82
            },
            {
                "date": "2023-04-01T04:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 8.5,
                "feels_like": 3.8,
                "dew_point": 5,
                "wind": {
                    "speed": 5.2,
                    "gusts": 10.3,
                    "dir": "Z",
                    "angle": 264
                },
                "cloud_cover": {
                    "total": 57
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 0.01,
                "humidity": 78
            },
            {
                "date": "2023-04-01T05:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 8.2,
                "feels_like": 4,
                "dew_point": 4.8,
                "wind": {
                    "speed": 5,
                    "gusts": 9.9,
                    "dir": "Z",
                    "angle": 262
                },
                "cloud_cover": {
                    "total": 57
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 0.01,
                "humidity": 78
            },
            {
                "date": "2023-04-01T06:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 8,
                "feels_like": 3.8,
                "dew_point": 4.2,
                "wind": {
                    "speed": 5,
                    "gusts": 9.9,
                    "dir": "ZJZ",
                    "angle": 258
                },
                "cloud_cover": {
                    "total": 62
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 1.79,
                "humidity": 77
            },
            {
                "date": "2023-04-01T07:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 8,
                "feels_like": 4.5,
                "dew_point": 4.5,
                "wind": {
                    "speed": 4.6,
                    "gusts": 9.8,
                    "dir": "ZJZ",
                    "angle": 257
                },
                "cloud_cover": {
                    "total": 59
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 25
                },
                "irradiance": 45.31,
                "humidity": 78
            },
            {
                "date": "2023-04-01T08:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 8.2,
                "feels_like": 3.8,
                "dew_point": 5.5,
                "wind": {
                    "speed": 5.2,
                    "gusts": 10.4,
                    "dir": "ZJZ",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 66
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 193.21,
                "humidity": 82
            },
            {
                "date": "2023-04-01T09:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 9.5,
                "feels_like": 5.8,
                "dew_point": 5.5,
                "wind": {
                    "speed": 5.7,
                    "gusts": 11.8,
                    "dir": "ZJZ",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 73
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 201.15,
                "humidity": 76
            },
            {
                "date": "2023-04-01T10:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.2,
                "feels_like": 5.5,
                "dew_point": 6.2,
                "wind": {
                    "speed": 6.5,
                    "gusts": 13.8,
                    "dir": "ZJZ",
                    "angle": 242
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 26
                },
                "irradiance": 250.38,
                "humidity": 76
            },
            {
                "date": "2023-04-01T11:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.5,
                "feels_like": 5.8,
                "dew_point": 8.2,
                "wind": {
                    "speed": 7.3,
                    "gusts": 14.7,
                    "dir": "ZJZ",
                    "angle": 245
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 34
                },
                "irradiance": 186.92,
                "humidity": 85
            },
            {
                "date": "2023-04-01T12:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.5,
                "feels_like": 6,
                "dew_point": 8.5,
                "wind": {
                    "speed": 6.9,
                    "gusts": 14.7,
                    "dir": "ZJZ",
                    "angle": 242
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 29
                },
                "irradiance": 143.97,
                "humidity": 87
            },
            {
                "date": "2023-04-01T13:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.8,
                "feels_like": 5.2,
                "dew_point": 8,
                "wind": {
                    "speed": 6.8,
                    "gusts": 14.2,
                    "dir": "ZJZ",
                    "angle": 250
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 23
                },
                "irradiance": 129.66,
                "humidity": 88
            },
            {
                "date": "2023-04-01T14:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10,
                "feels_like": 5.2,
                "dew_point": 7.8,
                "wind": {
                    "speed": 6.5,
                    "gusts": 13.4,
                    "dir": "ZJZ",
                    "angle": 255
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 22
                },
                "irradiance": 146.52,
                "humidity": 85
            },
            {
                "date": "2023-04-01T15:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10,
                "feels_like": 5.5,
                "dew_point": 7.5,
                "wind": {
                    "speed": 6.4,
                    "gusts": 13.5,
                    "dir": "ZJZ",
                    "angle": 257
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 139.22,
                "humidity": 84
            },
            {
                "date": "2023-04-01T16:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.2,
                "feels_like": 6,
                "dew_point": 8,
                "wind": {
                    "speed": 6,
                    "gusts": 13.6,
                    "dir": "ZJZ",
                    "angle": 258
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1002,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 106.2,
                "humidity": 85
            },
            {
                "date": "2023-04-01T17:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10.2,
                "feels_like": 6,
                "dew_point": 8,
                "wind": {
                    "speed": 5.8,
                    "gusts": 13,
                    "dir": "Z",
                    "angle": 260
                },
                "cloud_cover": {
                    "total": 100
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 31
                },
                "irradiance": 59.15,
                "humidity": 85
            },
            {
                "date": "2023-04-01T18:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 10,
                "feels_like": 6,
                "dew_point": 8,
                "wind": {
                    "speed": 5.6,
                    "gusts": 12,
                    "dir": "Z",
                    "angle": 264
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 36
                },
                "irradiance": 32.27,
                "humidity": 87
            },
            {
                "date": "2023-04-01T19:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9.5,
                "feels_like": 6.2,
                "dew_point": 7.8,
                "wind": {
                    "speed": 4.9,
                    "gusts": 11.2,
                    "dir": "Z",
                    "angle": 268
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1003,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 33
                },
                "irradiance": 1.97,
                "humidity": 88
            },
            {
                "date": "2023-04-01T20:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 9,
                "feels_like": 6.2,
                "dew_point": 7,
                "wind": {
                    "speed": 4.5,
                    "gusts": 10.3,
                    "dir": "Z",
                    "angle": 270
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 30
                },
                "irradiance": 0.05,
                "humidity": 87
            },
            {
                "date": "2023-04-01T21:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.8,
                "feels_like": 5.2,
                "dew_point": 6.8,
                "wind": {
                    "speed": 4.5,
                    "gusts": 9.9,
                    "dir": "Z",
                    "angle": 272
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1004,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 27
                },
                "irradiance": 0.02,
                "humidity": 87
            },
            {
                "date": "2023-04-01T22:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.8,
                "feels_like": 5.5,
                "dew_point": 6.8,
                "wind": {
                    "speed": 4.4,
                    "gusts": 9.6,
                    "dir": "Z",
                    "angle": 273
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 25
                },
                "irradiance": 0.02,
                "humidity": 87
            },
            {
                "date": "2023-04-01T23:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.2,
                "feels_like": 5.5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 4.2,
                    "gusts": 9,
                    "dir": "Z",
                    "angle": 274
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1005,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 28
                },
                "irradiance": 0.01,
                "humidity": 88
            },
            {
                "date": "2023-04-02T00:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.2,
                "feels_like": 5.5,
                "dew_point": 6.5,
                "wind": {
                    "speed": 3.9,
                    "gusts": 8.9,
                    "dir": "Z",
                    "angle": 274
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 33
                },
                "irradiance": 0.04,
                "humidity": 88
            },
            {
                "date": "2023-04-02T01:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8,
                "feels_like": 5.8,
                "dew_point": 6.5,
                "wind": {
                    "speed": 3.5,
                    "gusts": 8.5,
                    "dir": "Z",
                    "angle": 281
                },
                "cloud_cover": {
                    "total": 99
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 42
                },
                "irradiance": 0,
                "humidity": 90
            },
            {
                "date": "2023-04-02T02:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.5,
                "feels_like": 5,
                "dew_point": 6,
                "wind": {
                    "speed": 3.4,
                    "gusts": 8.3,
                    "dir": "ZSZ",
                    "angle": 300
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1006,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 51
                },
                "irradiance": 0.04,
                "humidity": 90
            },
            {
                "date": "2023-04-02T03:00:00",
                "icon": 10,
                "summary": "Slabý déšť",
                "temperature": 7,
                "feels_like": 4,
                "dew_point": 5.8,
                "wind": {
                    "speed": 3.7,
                    "gusts": 8.2,
                    "dir": "SSZ",
                    "angle": 338
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1007,
                "precipitation": {
                    "total": 0.3
                },
                "probability": {
                    "precipitation": 62
                },
                "irradiance": 0.06,
                "humidity": 91
            },
            {
                "date": "2023-04-02T04:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.8,
                "feels_like": 3,
                "dew_point": 6.2,
                "wind": {
                    "speed": 3.9,
                    "gusts": 8,
                    "dir": "SSV",
                    "angle": 20
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 44
                },
                "irradiance": 0.03,
                "humidity": 96
            },
            {
                "date": "2023-04-02T05:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.8,
                "feels_like": 3.5,
                "dew_point": 6,
                "wind": {
                    "speed": 3.6,
                    "gusts": 7.6,
                    "dir": "VSV",
                    "angle": 70
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1008,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 34
                },
                "irradiance": 0.05,
                "humidity": 94
            },
            {
                "date": "2023-04-02T06:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.5,
                "feels_like": 2.8,
                "dew_point": 5.5,
                "wind": {
                    "speed": 3.4,
                    "gusts": 7.1,
                    "dir": "VSV",
                    "angle": 77
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1009,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 16
                },
                "irradiance": 1.08,
                "humidity": 93
            },
            {
                "date": "2023-04-02T07:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.2,
                "feels_like": 2.2,
                "dew_point": 4.5,
                "wind": {
                    "speed": 3.1,
                    "gusts": 6.4,
                    "dir": "VSV",
                    "angle": 68
                },
                "cloud_cover": {
                    "total": 90
                },
                "pressure": 1010,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 22
                },
                "irradiance": 26.01,
                "humidity": 88
            },
            {
                "date": "2023-04-02T08:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.2,
                "feels_like": 2.2,
                "dew_point": 3,
                "wind": {
                    "speed": 2.9,
                    "gusts": 5.8,
                    "dir": "VSV",
                    "angle": 65
                },
                "cloud_cover": {
                    "total": 93
                },
                "pressure": 1011,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 13
                },
                "irradiance": 79.65,
                "humidity": 79
            },
            {
                "date": "2023-04-02T09:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.8,
                "feels_like": 2.5,
                "dew_point": 3.5,
                "wind": {
                    "speed": 3,
                    "gusts": 6.4,
                    "dir": "VSV",
                    "angle": 66
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1012,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 13
                },
                "irradiance": 153.44,
                "humidity": 79
            },
            {
                "date": "2023-04-02T10:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7.5,
                "feels_like": 3.2,
                "dew_point": 4,
                "wind": {
                    "speed": 3.1,
                    "gusts": 6.8,
                    "dir": "VSV",
                    "angle": 66
                },
                "cloud_cover": {
                    "total": 98
                },
                "pressure": 1013,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 202.16,
                "humidity": 78
            },
            {
                "date": "2023-04-02T11:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.2,
                "feels_like": 4.5,
                "dew_point": 4.2,
                "wind": {
                    "speed": 3.3,
                    "gusts": 7.3,
                    "dir": "SV",
                    "angle": 50
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 263.94,
                "humidity": 75
            },
            {
                "date": "2023-04-02T12:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.5,
                "feels_like": 5,
                "dew_point": 3,
                "wind": {
                    "speed": 3.3,
                    "gusts": 7.5,
                    "dir": "SSV",
                    "angle": 32
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1014,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 338.53,
                "humidity": 68
            },
            {
                "date": "2023-04-02T13:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 8.8,
                "feels_like": 5.5,
                "dew_point": 2,
                "wind": {
                    "speed": 3.3,
                    "gusts": 7.7,
                    "dir": "SSV",
                    "angle": 32
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 425.82,
                "humidity": 62
            },
            {
                "date": "2023-04-02T14:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 9,
                "feels_like": 5.5,
                "dew_point": -0.5,
                "wind": {
                    "speed": 3.3,
                    "gusts": 8,
                    "dir": "SSV",
                    "angle": 25
                },
                "cloud_cover": {
                    "total": 44
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 495.2,
                "humidity": 51
            },
            {
                "date": "2023-04-02T15:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 9.2,
                "feels_like": 7,
                "dew_point": -2.5,
                "wind": {
                    "speed": 3.6,
                    "gusts": 8.1,
                    "dir": "SSV",
                    "angle": 16
                },
                "cloud_cover": {
                    "total": 44
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 429.63,
                "humidity": 43
            },
            {
                "date": "2023-04-02T16:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 9.2,
                "feels_like": 5.5,
                "dew_point": -3.8,
                "wind": {
                    "speed": 4.1,
                    "gusts": 8.2,
                    "dir": "S",
                    "angle": 8
                },
                "cloud_cover": {
                    "total": 44
                },
                "pressure": 1015,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 319.59,
                "humidity": 39
            },
            {
                "date": "2023-04-02T17:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 9,
                "feels_like": 5,
                "dew_point": -3.8,
                "wind": {
                    "speed": 4.4,
                    "gusts": 8.4,
                    "dir": "SSV",
                    "angle": 14
                },
                "cloud_cover": {
                    "total": 45
                },
                "pressure": 1016,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 16
                },
                "irradiance": 207.63,
                "humidity": 40
            },
            {
                "date": "2023-04-02T18:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 8.2,
                "feels_like": 3.8,
                "dew_point": -3.5,
                "wind": {
                    "speed": 4.2,
                    "gusts": 8.1,
                    "dir": "SSV",
                    "angle": 17
                },
                "cloud_cover": {
                    "total": 44
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 12
                },
                "irradiance": 90.32,
                "humidity": 43
            },
            {
                "date": "2023-04-02T19:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 7.2,
                "feels_like": 3.5,
                "dew_point": -3.5,
                "wind": {
                    "speed": 3.8,
                    "gusts": 7.9,
                    "dir": "SSV",
                    "angle": 14
                },
                "cloud_cover": {
                    "total": 53
                },
                "pressure": 1017,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 5
                },
                "irradiance": 6.69,
                "humidity": 46
            },
            {
                "date": "2023-04-02T20:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 6.2,
                "feels_like": 3,
                "dew_point": -3.5,
                "wind": {
                    "speed": 3.5,
                    "gusts": 7.7,
                    "dir": "SSV",
                    "angle": 13
                },
                "cloud_cover": {
                    "total": 63
                },
                "pressure": 1018,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0.01,
                "humidity": 49
            },
            {
                "date": "2023-04-02T21:00:00",
                "icon": 30,
                "summary": "Skoro zataženo",
                "temperature": 5.8,
                "feels_like": 2.8,
                "dew_point": -3,
                "wind": {
                    "speed": 3.1,
                    "gusts": 6.9,
                    "dir": "SSV",
                    "angle": 12
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 1019,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 12
                },
                "irradiance": 0.01,
                "humidity": 53
            },
            {
                "date": "2023-04-02T22:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 5.2,
                "feels_like": 1.5,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.7,
                    "gusts": 6.2,
                    "dir": "S",
                    "angle": 2
                },
                "cloud_cover": {
                    "total": 91
                },
                "pressure": 1020,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 0.03,
                "humidity": 57
            },
            {
                "date": "2023-04-02T23:00:00",
                "icon": 30,
                "summary": "Skoro zataženo",
                "temperature": 5,
                "feels_like": 0.5,
                "dew_point": -2.2,
                "wind": {
                    "speed": 2.8,
                    "gusts": 5.9,
                    "dir": "S",
                    "angle": 360
                },
                "cloud_cover": {
                    "total": 86
                },
                "pressure": 1020,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 0.01,
                "humidity": 59
            },
            {
                "date": "2023-04-03T00:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 4.2,
                "feels_like": 0.2,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.7,
                    "gusts": 5.6,
                    "dir": "S",
                    "angle": 1
                },
                "cloud_cover": {
                    "total": 69
                },
                "pressure": 1020,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 0.02,
                "humidity": 61
            },
            {
                "date": "2023-04-03T01:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 3.2,
                "feels_like": 0.2,
                "dew_point": -3,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.2,
                    "dir": "S",
                    "angle": 356
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 21
                },
                "irradiance": 0.02,
                "humidity": 63
            },
            {
                "date": "2023-04-03T02:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 3.2,
                "feels_like": 1.2,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 4.9,
                    "dir": "S",
                    "angle": 351
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 0.04,
                "humidity": 65
            },
            {
                "date": "2023-04-03T03:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 2.8,
                "feels_like": 0.5,
                "dew_point": -3,
                "wind": {
                    "speed": 2.1,
                    "gusts": 4.7,
                    "dir": "SSZ",
                    "angle": 344
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 17
                },
                "irradiance": 0.06,
                "humidity": 65
            },
            {
                "date": "2023-04-03T04:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 3,
                "feels_like": 1,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.1,
                    "gusts": 4.5,
                    "dir": "SSZ",
                    "angle": 336
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 13
                },
                "irradiance": 0.03,
                "humidity": 67
            },
            {
                "date": "2023-04-03T05:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 2.8,
                "feels_like": 0.5,
                "dew_point": -2.2,
                "wind": {
                    "speed": 1.9,
                    "gusts": 4.2,
                    "dir": "SZ",
                    "angle": 326
                },
                "cloud_cover": {
                    "total": 72
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 0.05,
                "humidity": 69
            },
            {
                "date": "2023-04-03T06:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 2.5,
                "feels_like": 0.5,
                "dew_point": -2,
                "wind": {
                    "speed": 1.8,
                    "gusts": 4.1,
                    "dir": "SZ",
                    "angle": 314
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 24
                },
                "irradiance": 2.66,
                "humidity": 72
            },
            {
                "date": "2023-04-03T07:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 2.5,
                "feels_like": 1,
                "dew_point": -2,
                "wind": {
                    "speed": 1.7,
                    "gusts": 4,
                    "dir": "SZ",
                    "angle": 304
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 28
                },
                "irradiance": 66.24,
                "humidity": 72
            },
            {
                "date": "2023-04-03T08:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 3.2,
                "feels_like": 1.2,
                "dew_point": -3.5,
                "wind": {
                    "speed": 1.9,
                    "gusts": 3.9,
                    "dir": "SZ",
                    "angle": 312
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 47
                },
                "irradiance": 151.71,
                "humidity": 61
            },
            {
                "date": "2023-04-03T09:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 4.2,
                "feels_like": 1,
                "dew_point": -4,
                "wind": {
                    "speed": 3.5,
                    "gusts": 7.6,
                    "dir": "SZ",
                    "angle": 321
                },
                "cloud_cover": {
                    "total": 70
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 51
                },
                "irradiance": 217.97,
                "humidity": 54
            },
            {
                "date": "2023-04-03T10:00:00",
                "icon": 13,
                "summary": "Dešťové přeháňky",
                "temperature": 4.8,
                "feels_like": 0.8,
                "dew_point": -5,
                "wind": {
                    "speed": 3.7,
                    "gusts": 7.6,
                    "dir": "SSZ",
                    "angle": 328
                },
                "cloud_cover": {
                    "total": 66
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0.2
                },
                "probability": {
                    "precipitation": 53
                },
                "irradiance": 291.79,
                "humidity": 49
            },
            {
                "date": "2023-04-03T11:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 5.2,
                "feels_like": 0.2,
                "dew_point": -6.2,
                "wind": {
                    "speed": 3.9,
                    "gusts": 7.8,
                    "dir": "SSZ",
                    "angle": 333
                },
                "cloud_cover": {
                    "total": 68
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 50
                },
                "irradiance": 370.57,
                "humidity": 43
            },
            {
                "date": "2023-04-03T12:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 6,
                "feels_like": 0.5,
                "dew_point": -6.2,
                "wind": {
                    "speed": 4.2,
                    "gusts": 8.2,
                    "dir": "SSZ",
                    "angle": 329
                },
                "cloud_cover": {
                    "total": 67
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 48
                },
                "irradiance": 391.65,
                "humidity": 41
            },
            {
                "date": "2023-04-03T13:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 6.8,
                "feels_like": 1,
                "dew_point": -6.8,
                "wind": {
                    "speed": 4.5,
                    "gusts": 8.7,
                    "dir": "SZ",
                    "angle": 326
                },
                "cloud_cover": {
                    "total": 70
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 45
                },
                "irradiance": 406.85,
                "humidity": 37
            },
            {
                "date": "2023-04-03T14:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 7.5,
                "feels_like": 1.5,
                "dew_point": -7,
                "wind": {
                    "speed": 4.8,
                    "gusts": 9.2,
                    "dir": "SZ",
                    "angle": 322
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 41
                },
                "irradiance": 445.72,
                "humidity": 34
            },
            {
                "date": "2023-04-03T15:00:00",
                "icon": 6,
                "summary": "Skoro zataženo",
                "temperature": 7.2,
                "feels_like": 3.5,
                "dew_point": -7,
                "wind": {
                    "speed": 5.1,
                    "gusts": 9.9,
                    "dir": "SZ",
                    "angle": 325
                },
                "cloud_cover": {
                    "total": 87
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 33
                },
                "irradiance": 321.82,
                "humidity": 35
            },
            {
                "date": "2023-04-03T16:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 7,
                "feels_like": 3,
                "dew_point": -7,
                "wind": {
                    "speed": 5.5,
                    "gusts": 10.6,
                    "dir": "SSZ",
                    "angle": 328
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 8
                },
                "irradiance": 195.12,
                "humidity": 36
            },
            {
                "date": "2023-04-03T17:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.8,
                "feels_like": 2.2,
                "dew_point": -7.2,
                "wind": {
                    "speed": 5.8,
                    "gusts": 11.6,
                    "dir": "SSZ",
                    "angle": 330
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 156.39,
                "humidity": 36
            },
            {
                "date": "2023-04-03T18:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 5.8,
                "feels_like": 2.5,
                "dew_point": -6,
                "wind": {
                    "speed": 5.4,
                    "gusts": 11.2,
                    "dir": "SSZ",
                    "angle": 330
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 68.58,
                "humidity": 42
            },
            {
                "date": "2023-04-03T19:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 5,
                "feels_like": 2.5,
                "dew_point": -5,
                "wind": {
                    "speed": 4.9,
                    "gusts": 11.1,
                    "dir": "SSZ",
                    "angle": 329
                },
                "cloud_cover": {
                    "total": 97
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 10
                },
                "irradiance": 3.66,
                "humidity": 48
            },
            {
                "date": "2023-04-03T20:00:00",
                "icon": 30,
                "summary": "Skoro zataženo",
                "temperature": 3.5,
                "feels_like": 2,
                "dew_point": -4.8,
                "wind": {
                    "speed": 4.6,
                    "gusts": 10.7,
                    "dir": "SSZ",
                    "angle": 328
                },
                "cloud_cover": {
                    "total": 87
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 29
                },
                "irradiance": 0.04,
                "humidity": 54
            },
            {
                "date": "2023-04-03T21:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 3.2,
                "feels_like": -1,
                "dew_point": -4,
                "wind": {
                    "speed": 4.3,
                    "gusts": 10.2,
                    "dir": "SZ",
                    "angle": 320
                },
                "cloud_cover": {
                    "total": 75
                },
                "pressure": 1024,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 0.03,
                "humidity": 58
            },
            {
                "date": "2023-04-03T22:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2.8,
                "feels_like": -0.2,
                "dew_point": -3.5,
                "wind": {
                    "speed": 3.8,
                    "gusts": 9.5,
                    "dir": "SZ",
                    "angle": 310
                },
                "cloud_cover": {
                    "total": 58
                },
                "pressure": 1024,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 46
                },
                "irradiance": 0.02,
                "humidity": 63
            },
            {
                "date": "2023-04-03T23:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2,
                "feels_like": 0,
                "dew_point": -3.8,
                "wind": {
                    "speed": 3.5,
                    "gusts": 9,
                    "dir": "ZSZ",
                    "angle": 294
                },
                "cloud_cover": {
                    "total": 59
                },
                "pressure": 1024,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 38
                },
                "irradiance": 0.01,
                "humidity": 65
            },
            {
                "date": "2023-04-04T00:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2,
                "feels_like": -0.2,
                "dew_point": -3.2,
                "wind": {
                    "speed": 3.2,
                    "gusts": 8.2,
                    "dir": "ZSZ",
                    "angle": 283
                },
                "cloud_cover": {
                    "total": 60
                },
                "pressure": 1024,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 29
                },
                "irradiance": 0,
                "humidity": 68
            },
            {
                "date": "2023-04-04T01:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 1.8,
                "feels_like": 0.2,
                "dew_point": -2.8,
                "wind": {
                    "speed": 3,
                    "gusts": 7.4,
                    "dir": "Z",
                    "angle": 271
                },
                "cloud_cover": {
                    "total": 65
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 0.02,
                "humidity": 72
            },
            {
                "date": "2023-04-04T02:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 1.5,
                "feels_like": 0.8,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.8,
                    "gusts": 6.4,
                    "dir": "Z",
                    "angle": 259
                },
                "cloud_cover": {
                    "total": 69
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 16
                },
                "irradiance": 0.06,
                "humidity": 74
            },
            {
                "date": "2023-04-04T03:00:00",
                "icon": 29,
                "summary": "Oblačno",
                "temperature": 1.5,
                "feels_like": -1.5,
                "dew_point": -2.8,
                "wind": {
                    "speed": 2.9,
                    "gusts": 6.9,
                    "dir": "Z",
                    "angle": 267
                },
                "cloud_cover": {
                    "total": 74
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 14
                },
                "irradiance": 0.05,
                "humidity": 73
            },
            {
                "date": "2023-04-04T04:00:00",
                "icon": 30,
                "summary": "Skoro zataženo",
                "temperature": 1.5,
                "feels_like": -1.5,
                "dew_point": -2.8,
                "wind": {
                    "speed": 3.1,
                    "gusts": 7.3,
                    "dir": "Z",
                    "angle": 274
                },
                "cloud_cover": {
                    "total": 80
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 10
                },
                "irradiance": 0.08,
                "humidity": 73
            },
            {
                "date": "2023-04-04T05:00:00",
                "icon": 30,
                "summary": "Skoro zataženo",
                "temperature": 1.5,
                "feels_like": -1,
                "dew_point": -2.5,
                "wind": {
                    "speed": 3.1,
                    "gusts": 7.6,
                    "dir": "ZSZ",
                    "angle": 281
                },
                "cloud_cover": {
                    "total": 81
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 13
                },
                "irradiance": 0.09,
                "humidity": 74
            },
            {
                "date": "2023-04-04T06:00:00",
                "icon": 6,
                "summary": "Skoro zataženo",
                "temperature": 1.5,
                "feels_like": -1.5,
                "dew_point": -3,
                "wind": {
                    "speed": 3.3,
                    "gusts": 7.9,
                    "dir": "ZSZ",
                    "angle": 286
                },
                "cloud_cover": {
                    "total": 80
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 13
                },
                "irradiance": 2,
                "humidity": 71
            },
            {
                "date": "2023-04-04T07:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 1.8,
                "feels_like": -1.5,
                "dew_point": -2.8,
                "wind": {
                    "speed": 3.5,
                    "gusts": 8.4,
                    "dir": "ZSZ",
                    "angle": 289
                },
                "cloud_cover": {
                    "total": 79
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 11
                },
                "irradiance": 54.2,
                "humidity": 72
            },
            {
                "date": "2023-04-04T08:00:00",
                "icon": 6,
                "summary": "Skoro zataženo",
                "temperature": 2,
                "feels_like": -1.2,
                "dew_point": -2.5,
                "wind": {
                    "speed": 3.8,
                    "gusts": 8.8,
                    "dir": "ZSZ",
                    "angle": 292
                },
                "cloud_cover": {
                    "total": 85
                },
                "pressure": 1023,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 16
                },
                "irradiance": 136.08,
                "humidity": 72
            },
            {
                "date": "2023-04-04T09:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 2.5,
                "feels_like": -0.8,
                "dew_point": -3,
                "wind": {
                    "speed": 4.1,
                    "gusts": 9.2,
                    "dir": "SZ",
                    "angle": 308
                },
                "cloud_cover": {
                    "total": 90
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 252.47,
                "humidity": 67
            },
            {
                "date": "2023-04-04T10:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 3.2,
                "feels_like": -1,
                "dew_point": -3,
                "wind": {
                    "speed": 4.5,
                    "gusts": 9.6,
                    "dir": "SZ",
                    "angle": 320
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 344.93,
                "humidity": 63
            },
            {
                "date": "2023-04-04T11:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 4,
                "feels_like": -1,
                "dew_point": -3.2,
                "wind": {
                    "speed": 5,
                    "gusts": 10,
                    "dir": "SSZ",
                    "angle": 329
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 416.96,
                "humidity": 59
            },
            {
                "date": "2023-04-04T12:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 4.8,
                "feels_like": -0.8,
                "dew_point": -3.8,
                "wind": {
                    "speed": 5.1,
                    "gusts": 10.4,
                    "dir": "SSZ",
                    "angle": 331
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 321.95,
                "humidity": 54
            },
            {
                "date": "2023-04-04T13:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 5.8,
                "feels_like": -0.5,
                "dew_point": -4,
                "wind": {
                    "speed": 5.2,
                    "gusts": 10.7,
                    "dir": "SSZ",
                    "angle": 333
                },
                "cloud_cover": {
                    "total": 95
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 17
                },
                "irradiance": 253.79,
                "humidity": 49
            },
            {
                "date": "2023-04-04T14:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.5,
                "feels_like": -0.2,
                "dew_point": -4.5,
                "wind": {
                    "speed": 5.3,
                    "gusts": 11,
                    "dir": "SSZ",
                    "angle": 336
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 357.84,
                "humidity": 45
            },
            {
                "date": "2023-04-04T15:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.2,
                "feels_like": 1.8,
                "dew_point": -4.5,
                "wind": {
                    "speed": 5.5,
                    "gusts": 11.2,
                    "dir": "SSZ",
                    "angle": 339
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 276,
                "humidity": 46
            },
            {
                "date": "2023-04-04T16:00:00",
                "icon": 7,
                "summary": "Zataženo",
                "temperature": 6.2,
                "feels_like": 1.5,
                "dew_point": -4.8,
                "wind": {
                    "speed": 5.7,
                    "gusts": 11.4,
                    "dir": "SSZ",
                    "angle": 341
                },
                "cloud_cover": {
                    "total": 96
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 19
                },
                "irradiance": 187.53,
                "humidity": 45
            },
            {
                "date": "2023-04-04T17:00:00",
                "icon": 6,
                "summary": "Skoro zataženo",
                "temperature": 6,
                "feels_like": 0.8,
                "dew_point": -5,
                "wind": {
                    "speed": 6,
                    "gusts": 11.6,
                    "dir": "SSZ",
                    "angle": 343
                },
                "cloud_cover": {
                    "total": 83
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 169.36,
                "humidity": 45
            },
            {
                "date": "2023-04-04T18:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 5.2,
                "feels_like": 1.8,
                "dew_point": -3.8,
                "wind": {
                    "speed": 5.4,
                    "gusts": 11,
                    "dir": "SSZ",
                    "angle": 343
                },
                "cloud_cover": {
                    "total": 74
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 86.38,
                "humidity": 52
            },
            {
                "date": "2023-04-04T19:00:00",
                "icon": 5,
                "summary": "Oblačno",
                "temperature": 4.5,
                "feels_like": 2,
                "dew_point": -3,
                "wind": {
                    "speed": 4.7,
                    "gusts": 10.5,
                    "dir": "SSZ",
                    "angle": 344
                },
                "cloud_cover": {
                    "total": 66
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 20
                },
                "irradiance": 5.61,
                "humidity": 58
            },
            {
                "date": "2023-04-04T20:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 3.8,
                "feels_like": 2.2,
                "dew_point": -2,
                "wind": {
                    "speed": 4,
                    "gusts": 9.9,
                    "dir": "SSZ",
                    "angle": 345
                },
                "cloud_cover": {
                    "total": 64
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 18
                },
                "irradiance": 0.05,
                "humidity": 66
            },
            {
                "date": "2023-04-04T21:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 3,
                "feels_like": -0.5,
                "dew_point": -2.2,
                "wind": {
                    "speed": 3.5,
                    "gusts": 8.6,
                    "dir": "SSZ",
                    "angle": 336
                },
                "cloud_cover": {
                    "total": 58
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 15
                },
                "irradiance": 0.04,
                "humidity": 68
            },
            {
                "date": "2023-04-04T22:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2.8,
                "feels_like": 0.2,
                "dew_point": -1.5,
                "wind": {
                    "speed": 3.1,
                    "gusts": 7.6,
                    "dir": "SZ",
                    "angle": 322
                },
                "cloud_cover": {
                    "total": 49
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 10
                },
                "irradiance": 0.03,
                "humidity": 73
            },
            {
                "date": "2023-04-04T23:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2.5,
                "feels_like": 1.8,
                "dew_point": -1.2,
                "wind": {
                    "speed": 2.7,
                    "gusts": 6.6,
                    "dir": "ZSZ",
                    "angle": 302
                },
                "cloud_cover": {
                    "total": 49
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 9
                },
                "irradiance": 0.03,
                "humidity": 76
            },
            {
                "date": "2023-04-05T00:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2.5,
                "feels_like": 1.5,
                "dew_point": -0.8,
                "wind": {
                    "speed": 2.5,
                    "gusts": 6.2,
                    "dir": "Z",
                    "angle": 278
                },
                "cloud_cover": {
                    "total": 48
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 7
                },
                "irradiance": 0.01,
                "humidity": 79
            },
            {
                "date": "2023-04-05T01:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2,
                "feels_like": 1.5,
                "dew_point": -1,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.6,
                    "dir": "ZJZ",
                    "angle": 254
                },
                "cloud_cover": {
                    "total": 48
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0.03,
                "humidity": 80
            },
            {
                "date": "2023-04-05T02:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 2,
                "feels_like": 2.2,
                "dew_point": -0.5,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.2,
                    "dir": "ZJZ",
                    "angle": 236
                },
                "cloud_cover": {
                    "total": 52
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 4
                },
                "irradiance": 0.04,
                "humidity": 83
            },
            {
                "date": "2023-04-05T03:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 1.2,
                "feels_like": 0.2,
                "dew_point": -1.2,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.1,
                    "dir": "JZ",
                    "angle": 233
                },
                "cloud_cover": {
                    "total": 52
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 0.08,
                "humidity": 83
            },
            {
                "date": "2023-04-05T04:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 1,
                "feels_like": -0.2,
                "dew_point": -1.2,
                "wind": {
                    "speed": 2.4,
                    "gusts": 5,
                    "dir": "JZ",
                    "angle": 230
                },
                "cloud_cover": {
                    "total": 56
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 0.1,
                "humidity": 84
            },
            {
                "date": "2023-04-05T05:00:00",
                "icon": 28,
                "summary": "Polojasno",
                "temperature": 0.8,
                "feels_like": 0,
                "dew_point": -1.5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 5,
                    "dir": "JZ",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 56
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 0.07,
                "humidity": 84
            },
            {
                "date": "2023-04-05T06:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 0.5,
                "feels_like": -1,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.3,
                    "gusts": 5.3,
                    "dir": "JZ",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 51
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 3
                },
                "irradiance": 2.32,
                "humidity": 80
            },
            {
                "date": "2023-04-05T07:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 1,
                "feels_like": -1.2,
                "dew_point": -2.5,
                "wind": {
                    "speed": 2.4,
                    "gusts": 5.4,
                    "dir": "JZ",
                    "angle": 226
                },
                "cloud_cover": {
                    "total": 47
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 64.04,
                "humidity": 77
            },
            {
                "date": "2023-04-05T08:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 1.2,
                "feels_like": -2,
                "dew_point": -3,
                "wind": {
                    "speed": 2.5,
                    "gusts": 5.7,
                    "dir": "JZ",
                    "angle": 227
                },
                "cloud_cover": {
                    "total": 46
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 2
                },
                "irradiance": 107.22,
                "humidity": 73
            },
            {
                "date": "2023-04-05T09:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 2.8,
                "feels_like": 0.2,
                "dew_point": -3.2,
                "wind": {
                    "speed": 2.6,
                    "gusts": 6.3,
                    "dir": "ZJZ",
                    "angle": 239
                },
                "cloud_cover": {
                    "total": 50
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 1
                },
                "irradiance": 264.59,
                "humidity": 64
            },
            {
                "date": "2023-04-05T10:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 4,
                "feels_like": 0.5,
                "dew_point": -3.8,
                "wind": {
                    "speed": 2.9,
                    "gusts": 6.5,
                    "dir": "ZJZ",
                    "angle": 249
                },
                "cloud_cover": {
                    "total": 52
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 440.93,
                "humidity": 56
            },
            {
                "date": "2023-04-05T11:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 5.5,
                "feels_like": 0.8,
                "dew_point": -4,
                "wind": {
                    "speed": 3,
                    "gusts": 6.6,
                    "dir": "ZJZ",
                    "angle": 258
                },
                "cloud_cover": {
                    "total": 55
                },
                "pressure": 1022,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 567.28,
                "humidity": 50
            },
            {
                "date": "2023-04-05T12:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 6.5,
                "feels_like": 1.2,
                "dew_point": -4.5,
                "wind": {
                    "speed": 3,
                    "gusts": 6.7,
                    "dir": "Z",
                    "angle": 269
                },
                "cloud_cover": {
                    "total": 56
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 612.41,
                "humidity": 45
            },
            {
                "date": "2023-04-05T13:00:00",
                "icon": 4,
                "summary": "Polojasno",
                "temperature": 7.2,
                "feels_like": 1.8,
                "dew_point": -5.2,
                "wind": {
                    "speed": 2.9,
                    "gusts": 6.5,
                    "dir": "Z",
                    "angle": 280
                },
                "cloud_cover": {
                    "total": 58
                },
                "pressure": 1021,
                "precipitation": {
                    "total": 0
                },
                "probability": {
                    "precipitation": 0
                },
                "irradiance": 720.58,
                "humidity": 40
            }
        ]
    },
    "daily": {
        "data": [
            {
                "day": "2023-03-29",
                "icon": 7,
                "summary": "Zataženo. Teploty -1/10 °C.",
                "all_day": {
                    "temperature_min": -0.8,
                    "temperature_max": 9.5,
                    "wind_speed": 2.4,
                    "probability": {
                        "precipitation": 4
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-29T06:45:46",
                        "set": "2023-03-29T19:28:53"
                    }
                }
            },
            {
                "day": "2023-03-30",
                "icon": 12,
                "summary": "Ojedinělý déšť, odpoledne zataženo. Teplota vzroste na 16 °C. Odpoledne vítr z JZ.",
                "all_day": {
                    "temperature_min": 7,
                    "temperature_max": 15.8,
                    "wind_speed": 3.9,
                    "probability": {
                        "precipitation": 31
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-30T06:43:36",
                        "set": "2023-03-30T19:30:28"
                    }
                }
            },
            {
                "day": "2023-03-31",
                "icon": 12,
                "summary": "Ojedinělý déšť, večer zataženo. Teploty 8/14 °C. Odpoledne vítr z JZ.",
                "all_day": {
                    "temperature_min": 8.2,
                    "temperature_max": 13.8,
                    "wind_speed": 4.6,
                    "probability": {
                        "precipitation": 26
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-03-31T06:41:26",
                        "set": "2023-03-31T19:32:02"
                    }
                }
            },
            {
                "day": "2023-04-01",
                "icon": 7,
                "summary": "Zataženo. Teploty 8/11 °C. Vítr z JZ.",
                "all_day": {
                    "temperature_min": 8,
                    "temperature_max": 11,
                    "wind_speed": 5.5,
                    "probability": {
                        "precipitation": 20
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-01T06:39:16",
                        "set": "2023-04-01T19:33:36"
                    }
                }
            },
            {
                "day": "2023-04-02",
                "icon": 5,
                "summary": "Zataženo, odpoledne polojasno. Teploty 5/10 °C.",
                "all_day": {
                    "temperature_min": 4.8,
                    "temperature_max": 9.5,
                    "wind_speed": 3.5,
                    "probability": {
                        "precipitation": 22
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-02T06:37:07",
                        "set": "2023-04-02T19:35:10"
                    }
                }
            },
            {
                "day": "2023-04-03",
                "icon": 5,
                "summary": "Oblačno, odpoledne a večer více oblačnosti. Teploty 2/8 °C. Odpoledne vítr ze SZ.",
                "all_day": {
                    "temperature_min": 2.2,
                    "temperature_max": 8,
                    "wind_speed": 3.6,
                    "probability": {
                        "precipitation": 30
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-03T06:34:57",
                        "set": "2023-04-03T19:36:45"
                    }
                }
            },
            {
                "day": "2023-04-04",
                "icon": 6,
                "summary": "Zataženo, večer polojasno. Teploty 2/7 °C. Odpoledne vítr ze SZ.",
                "all_day": {
                    "temperature_min": 1.5,
                    "temperature_max": 7,
                    "wind_speed": 4.1,
                    "probability": {
                        "precipitation": 16
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-04T06:32:48",
                        "set": "2023-04-04T19:38:19"
                    }
                }
            },
            {
                "day": "2023-04-05",
                "icon": 4,
                "summary": "Polojasno, večer zataženo. Teploty 0/9 °C.",
                "all_day": {
                    "temperature_min": 0,
                    "temperature_max": 8.8,
                    "wind_speed": 2.6,
                    "probability": {
                        "precipitation": 12
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-05T06:30:40",
                        "set": "2023-04-05T19:39:53"
                    }
                }
            },
            {
                "day": "2023-04-06",
                "icon": 13,
                "summary": "Polojasno, odpoledne mírný déšť. Teploty 1/8 °C.",
                "all_day": {
                    "temperature_min": 0.5,
                    "temperature_max": 7.8,
                    "wind_speed": 1.8,
                    "probability": {
                        "precipitation": 52
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-06T06:28:31",
                        "set": "2023-04-06T19:41:27"
                    }
                }
            },
            {
                "day": "2023-04-07",
                "icon": 12,
                "summary": "Zataženo, odpoledne mírný déšť. Teploty 3/8 °C.",
                "all_day": {
                    "temperature_min": 3,
                    "temperature_max": 7.5,
                    "wind_speed": 2.2,
                    "probability": {
                        "precipitation": 71
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-07T06:26:23",
                        "set": "2023-04-07T19:43:01"
                    }
                }
            },
            {
                "day": "2023-04-08",
                "icon": 10,
                "summary": "Mírný déšť. Teploty 4/10 °C.",
                "all_day": {
                    "temperature_min": 4,
                    "temperature_max": 9.5,
                    "wind_speed": 2.2,
                    "probability": {
                        "precipitation": 93
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-08T06:24:16",
                        "set": "2023-04-08T19:44:35"
                    }
                }
            },
            {
                "day": "2023-04-09",
                "icon": 13,
                "summary": "Polojasno, odpoledne přeháňky. Teploty 3/11 °C.",
                "all_day": {
                    "temperature_min": 3,
                    "temperature_max": 11,
                    "wind_speed": 1.1,
                    "probability": {
                        "precipitation": 35
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-09T06:22:09",
                        "set": "2023-04-09T19:46:09"
                    }
                }
            },
            {
                "day": "2023-04-10",
                "icon": 13,
                "summary": "Oblačno, odpoledne přeháňky. Teploty 4/11 °C.",
                "all_day": {
                    "temperature_min": 4.2,
                    "temperature_max": 10.5,
                    "wind_speed": 2.5,
                    "probability": {
                        "precipitation": 54
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-10T06:20:02",
                        "set": "2023-04-10T19:47:43"
                    }
                }
            },
            {
                "day": "2023-04-11",
                "icon": 10,
                "summary": "Mírný déšť. Teploty 5/8 °C.",
                "all_day": {
                    "temperature_min": 5,
                    "temperature_max": 8,
                    "wind_speed": 2.8,
                    "probability": {
                        "precipitation": 87
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-11T06:17:57",
                        "set": "2023-04-11T19:49:17"
                    }
                }
            },
            {
                "day": "2023-04-12",
                "icon": 12,
                "summary": "Oblačno, odpoledne mírný déšť. Teploty 3/7 °C.",
                "all_day": {
                    "temperature_min": 3,
                    "temperature_max": 7,
                    "wind_speed": 3,
                    "probability": {
                        "precipitation": 89
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-12T06:15:51",
                        "set": "2023-04-12T19:50:51"
                    }
                }
            },
            {
                "day": "2023-04-13",
                "icon": 13,
                "summary": "Oblačno, odpoledne přeháňky. Teplota vzroste na 13 °C.",
                "all_day": {
                    "temperature_min": 2,
                    "temperature_max": 12.5,
                    "wind_speed": 1.8,
                    "probability": {
                        "precipitation": 48
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-13T06:13:46",
                        "set": "2023-04-13T19:52:25"
                    }
                }
            },
            {
                "day": "2023-04-14",
                "icon": 12,
                "summary": "Zataženo, odpoledne mírný déšť. Teploty 5/11 °C.",
                "all_day": {
                    "temperature_min": 4.5,
                    "temperature_max": 11,
                    "wind_speed": 1.8,
                    "probability": {
                        "precipitation": 58
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-14T06:11:42",
                        "set": "2023-04-14T19:54:00"
                    }
                }
            },
            {
                "day": "2023-04-15",
                "icon": 12,
                "summary": "Zataženo, odpoledne mírný déšť. Teploty 5/11 °C.",
                "all_day": {
                    "temperature_min": 4.8,
                    "temperature_max": 11,
                    "wind_speed": 0.7,
                    "probability": {
                        "precipitation": 58
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-15T06:09:39",
                        "set": "2023-04-15T19:55:34"
                    }
                }
            },
            {
                "day": "2023-04-16",
                "icon": 6,
                "summary": "Oblačno, odpoledne a večer více oblačnosti. Teploty 5/12 °C.",
                "all_day": {
                    "temperature_min": 4.5,
                    "temperature_max": 12.2,
                    "wind_speed": 0.9,
                    "probability": {
                        "precipitation": 73
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-16T06:07:36",
                        "set": "2023-04-16T19:57:08"
                    }
                }
            },
            {
                "day": "2023-04-17",
                "icon": 12,
                "summary": "Oblačno, odpoledne mírný déšť. Teploty 5/12 °C.",
                "all_day": {
                    "temperature_min": 5,
                    "temperature_max": 12.2,
                    "wind_speed": 0.9,
                    "probability": {
                        "precipitation": 64
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-17T06:05:34",
                        "set": "2023-04-17T19:58:42"
                    }
                }
            },
            {
                "day": "2023-04-18",
                "icon": 13,
                "summary": "Polojasno, odpoledne přeháňky. Teploty 5/10 °C.",
                "all_day": {
                    "temperature_min": 5.2,
                    "temperature_max": 10.2,
                    "wind_speed": 1.9,
                    "probability": {
                        "precipitation": 95
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-18T06:03:33",
                        "set": "2023-04-18T20:00:16"
                    }
                }
            },
            {
                "day": "2023-04-19",
                "icon": 13,
                "summary": "Polojasno, odpoledne mírný déšť. Teploty 4/11 °C.",
                "all_day": {
                    "temperature_min": 3.8,
                    "temperature_max": 11.2,
                    "wind_speed": 0.7,
                    "probability": {
                        "precipitation": 75
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-19T06:01:33",
                        "set": "2023-04-19T20:01:50"
                    }
                }
            },
            {
                "day": "2023-04-20",
                "icon": 4,
                "summary": "Polojasno. Teploty 5/13 °C.",
                "all_day": {
                    "temperature_min": 5.2,
                    "temperature_max": 12.5,
                    "wind_speed": 1.1,
                    "probability": {
                        "precipitation": 74
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-20T05:59:33",
                        "set": "2023-04-20T20:03:25"
                    }
                }
            },
            {
                "day": "2023-04-21",
                "icon": 4,
                "summary": "Polojasno. Teploty 6/14 °C.",
                "all_day": {
                    "temperature_min": 5.8,
                    "temperature_max": 13.5,
                    "wind_speed": 1.1,
                    "probability": {
                        "precipitation": 38
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-21T05:57:35",
                        "set": "2023-04-21T20:04:59"
                    }
                }
            },
            {
                "day": "2023-04-22",
                "icon": 13,
                "summary": "Slunečno, odpoledne přeháňky. Teploty 6/13 °C.",
                "all_day": {
                    "temperature_min": 6,
                    "temperature_max": 13,
                    "wind_speed": 1.3,
                    "probability": {
                        "precipitation": 89
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-22T05:55:37",
                        "set": "2023-04-22T20:06:32"
                    }
                }
            },
            {
                "day": "2023-04-23",
                "icon": 4,
                "summary": "Polojasno, odpoledne více oblačnosti. Teploty 7/15 °C.",
                "all_day": {
                    "temperature_min": 6.5,
                    "temperature_max": 14.8,
                    "wind_speed": 1,
                    "probability": {
                        "precipitation": 59
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-23T05:53:40",
                        "set": "2023-04-23T20:08:06"
                    }
                }
            },
            {
                "day": "2023-04-24",
                "icon": 10,
                "summary": "Přeháňky, odpoledne a večer mírný déšť. Teploty 8/15 °C.",
                "all_day": {
                    "temperature_min": 7.5,
                    "temperature_max": 14.5,
                    "wind_speed": 1.3,
                    "probability": {
                        "precipitation": 83
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-24T05:51:45",
                        "set": "2023-04-24T20:09:40"
                    }
                }
            },
            {
                "day": "2023-04-25",
                "icon": 12,
                "summary": "Mírný déšť, odpoledne zataženo. Teploty 7/13 °C.",
                "all_day": {
                    "temperature_min": 6.5,
                    "temperature_max": 13,
                    "wind_speed": 0.7,
                    "probability": {
                        "precipitation": 65
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-25T05:49:50",
                        "set": "2023-04-25T20:11:14"
                    }
                }
            },
            {
                "day": "2023-04-26",
                "icon": 7,
                "summary": "Zataženo, večer mírný déšť. Teploty 8/15 °C.",
                "all_day": {
                    "temperature_min": 7.5,
                    "temperature_max": 14.8,
                    "wind_speed": 1.3,
                    "probability": {
                        "precipitation": 42
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-26T05:47:56",
                        "set": "2023-04-26T20:12:47"
                    }
                }
            },
            {
                "day": "2023-04-27",
                "icon": 4,
                "summary": "Oblačno, odpoledne méně oblačnosti. Teploty 7/16 °C.",
                "all_day": {
                    "temperature_min": 7,
                    "temperature_max": 15.5,
                    "wind_speed": 0.9,
                    "probability": {
                        "precipitation": 70
                    }
                },
                "astro": {
                    "sun": {
                        "rise": "2023-04-27T05:46:04",
                        "set": "2023-04-27T20:14:20"
                    }
                }
            }
        ]
    },
    "minutely": {
        "summary": "Nejbližší hodinu neočekáváme srážky."
    }
}
06:45
19:28

Zataženo. Teploty -1/10 °C.

Nejbližší hodinu neočekáváme srážky.

čas počasí teplota vítr (m/s) pravděp. srážek srážky (mm) pocitová teplota
Nyní 9°C 632.7 - % 0 5°C
16:00 9°C 2.7 <5 % 0 5°C
17:00 9°C 2.6 <5 % 0 6°C
18:00 9°C 1.7 <5 % 0 6°C
19:00 8°C 2 <5 % 0 6°C
20:00 8°C 2.1 <5 % 0 5°C
21:00 7°C 2.5 <5 % 0 4°C
22:00 7°C 2.4 <5 % 0 4°C
23:00 7°C 2.3 <5 % 0 4°C

Vlastní AI modely pro přesné počasí

Vyvíjíme naše vlastní modely, které využívají metod strojového učení. Vycházíme z několika globálních modelů, pomocí kterých minimalizujeme výslednou chybu podle jejich přesnosti při různých meteorologických situacích v minulosti. Následně data vstupují do velice jemného lokálního modelu, kde jsou předpovědi dále zpřesňovány pro lokální podmínky daného místa.

Metosource API používají velké globální firmy.

Profesionální služby s více jak 10 lety zkušeností

Již od roku 2007 poskytujeme profesionální meteorologický servis pro naše zákazníky. Začali jsme jako malý tým motivovaných meteorologů. Rychle jsme však našli zalíbení v nově dostupných technologiích a rozšířili náš tým o experty na strojové učení a velká data. Dnes nabízíme dostupný, přesto kvalitní servis s velmi dobrými výsledky.

Náš cíl je pomoci našim zákazníkům co nejlépe využít informace o počasí, ušetřit náklady a maximalizovat Váš zisk. Kromě našeho API počasí Vám rádi vytvoříme nabídku služeb na míru podle Vašich požadavků.

  • Zkušenosti
    a profesionalita
  • Přesné
    předpovědi
  • Dostupné řešení
    pro všechny
  • Spolehlivost
    a stabilita

Zaujalo Vás naše API pro meteorologická data?