{
  "timestamp": "2026-07-20T03:33:47.183Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.4,
        "tempMax": 22.4,
        "rainProbability": 0,
        "windSpeed": 4,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.5,
        "tempMax": 25.4,
        "rainProbability": 98,
        "humidity": 77,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.88,
        "windSpeed": 2.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 33.3,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.04,
        "windSpeed": 4.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 38.1,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.14,
        "windSpeed": 1.9
      }
    }
  ]
}