{
  "timestamp": "2026-07-16T03:32:30.096Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.2,
        "tempMax": 29.7,
        "rainProbability": 35,
        "windSpeed": 4.7,
        "humidity": 85
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.5,
        "tempMax": 27.3,
        "rainProbability": 71,
        "humidity": 87,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.86,
        "windSpeed": 10.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.3,
        "tempMax": 32.5,
        "rainProbability": 0,
        "humidity": 80,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 0.02,
        "windSpeed": 8.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 36.1,
        "rainProbability": 0,
        "humidity": 74,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 0.14,
        "windSpeed": 5.6
      }
    }
  ]
}