{
  "timestamp": "2026-04-17T02:57:39.308Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 9.3,
        "tempMax": 20,
        "rainProbability": 18,
        "windSpeed": 2.7,
        "humidity": 79
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 27,
        "tempMax": 27.5,
        "rainProbability": 45,
        "humidity": 73,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.36,
        "windSpeed": 6.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 20,
        "rainProbability": 0,
        "humidity": 87,
        "seaSurfaceTemp": 15.4,
        "waveHeight": 0.24,
        "windSpeed": 5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.2,
        "tempMax": 24.1,
        "rainProbability": 15,
        "humidity": 78,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.54,
        "windSpeed": 6.6
      }
    }
  ]
}