{
  "timestamp": "2026-04-27T11:29:41.090Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 3.9,
        "tempMax": 16.7,
        "rainProbability": 0,
        "windSpeed": 1.4,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.4,
        "rainProbability": 94,
        "humidity": 70,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.7,
        "windSpeed": 7.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 17.5,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.48,
        "windSpeed": 23.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.4,
        "rainProbability": 0,
        "humidity": 35,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.3,
        "windSpeed": 3.3
      }
    }
  ]
}