{
  "timestamp": "2026-05-09T14:38:49.205Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 16.7,
        "rainProbability": 0,
        "windSpeed": 7.1,
        "humidity": 48
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.5,
        "rainProbability": 100,
        "humidity": 78,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.9,
        "windSpeed": 22.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 20.4,
        "rainProbability": 20,
        "humidity": 70,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.14,
        "windSpeed": 6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.3,
        "tempMax": 24,
        "rainProbability": 3,
        "humidity": 63,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.86,
        "windSpeed": 8.6
      }
    }
  ]
}