{
  "timestamp": "2026-04-29T02:43:09.316Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 3.9,
        "tempMax": 14.6,
        "rainProbability": 0,
        "windSpeed": 4.8,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28.9,
        "rainProbability": 96,
        "humidity": 86,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.3,
        "windSpeed": 1.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.3,
        "tempMax": 21.1,
        "rainProbability": 3,
        "humidity": 89,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.04,
        "windSpeed": 3.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.6,
        "tempMax": 24.4,
        "rainProbability": 0,
        "humidity": 95,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.12,
        "windSpeed": 5.5
      }
    }
  ]
}