{
  "timestamp": "2026-04-24T06:03:15.674Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 17.4,
        "rainProbability": 0,
        "windSpeed": 5.5,
        "humidity": 67
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 28.2,
        "rainProbability": 63,
        "humidity": 76,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.84,
        "windSpeed": 21.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 18.4,
        "rainProbability": 0,
        "humidity": 76,
        "seaSurfaceTemp": 15.5,
        "waveHeight": 0.04,
        "windSpeed": 0.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.7,
        "tempMax": 19.5,
        "rainProbability": 33,
        "humidity": 76,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.56,
        "windSpeed": 8.7
      }
    }
  ]
}