{
  "timestamp": "2026-09-12T00:37:51.826Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.1,
        "tempMax": 21.1,
        "rainProbability": 3,
        "windSpeed": 3.6,
        "humidity": 80
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.5,
        "tempMax": 25.6,
        "rainProbability": 86,
        "humidity": 78,
        "seaSurfaceTemp": 24.4,
        "waveHeight": 2.12,
        "windSpeed": 13.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 30.7,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 26.3,
        "waveHeight": 0.08,
        "windSpeed": 5.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 34.1,
        "rainProbability": 3,
        "humidity": 86,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.28,
        "windSpeed": 5.4
      }
    }
  ]
}