{
  "timestamp": "2026-04-06T00:41:09.166Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.9,
        "tempMax": 14,
        "rainProbability": 8,
        "windSpeed": 13.5,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27.6,
        "rainProbability": 13,
        "humidity": 75,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 2.26,
        "windSpeed": 16.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 19.7,
        "rainProbability": 0,
        "humidity": 84,
        "seaSurfaceTemp": 14,
        "waveHeight": 0.04,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.7,
        "tempMax": 20.6,
        "rainProbability": 10,
        "humidity": 79,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.4,
        "windSpeed": 5.2
      }
    }
  ]
}