{
  "timestamp": "2026-05-14T18:01:36.908Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.9,
        "tempMax": 15.8,
        "rainProbability": 53,
        "windSpeed": 11.5,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 27.6,
        "rainProbability": 94,
        "humidity": 72,
        "seaSurfaceTemp": 27.3,
        "waveHeight": 1.94,
        "windSpeed": 21.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 20.1,
        "rainProbability": 100,
        "humidity": 80,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.18,
        "windSpeed": 7.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.8,
        "tempMax": 22.2,
        "rainProbability": 48,
        "humidity": 66,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.92,
        "windSpeed": 9.6
      }
    }
  ]
}