{
  "timestamp": "2026-04-28T23:32:38.603Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4,
        "tempMax": 14.8,
        "rainProbability": 0,
        "windSpeed": 5.9,
        "humidity": 38
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 28.5,
        "rainProbability": 92,
        "humidity": 90,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.32,
        "windSpeed": 0.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 20.9,
        "rainProbability": 3,
        "humidity": 88,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.08,
        "windSpeed": 3.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.8,
        "tempMax": 24.3,
        "rainProbability": 0,
        "humidity": 93,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.12,
        "windSpeed": 3.8
      }
    }
  ]
}