{
  "timestamp": "2026-07-15T03:47:58.541Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.7,
        "tempMax": 27.4,
        "rainProbability": 93,
        "windSpeed": 2.8,
        "humidity": 85
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.7,
        "tempMax": 27.2,
        "rainProbability": 86,
        "humidity": 81,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 2.4,
        "windSpeed": 13.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 31.7,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 0.04,
        "windSpeed": 2.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22,
        "tempMax": 33.5,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 0.38,
        "windSpeed": 3.6
      }
    }
  ]
}