{
  "timestamp": "2026-05-09T18:34:14.708Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 17.1,
        "rainProbability": 0,
        "windSpeed": 10.1,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.5,
        "rainProbability": 100,
        "humidity": 80,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.74,
        "windSpeed": 23.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 20.8,
        "rainProbability": 20,
        "humidity": 83,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.12,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.4,
        "tempMax": 24,
        "rainProbability": 3,
        "humidity": 84,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.76,
        "windSpeed": 3.8
      }
    }
  ]
}