{
  "timestamp": "2026-04-28T05:30:57.769Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.3,
        "tempMax": 17.3,
        "rainProbability": 0,
        "windSpeed": 2.5,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 28.3,
        "rainProbability": 100,
        "humidity": 96,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 1.5,
        "windSpeed": 6.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 19.6,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.26,
        "windSpeed": 4.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 23.6,
        "rainProbability": 0,
        "humidity": 95,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.22,
        "windSpeed": 1
      }
    }
  ]
}