{
  "timestamp": "2026-05-16T04:49:17.209Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.8,
        "tempMax": 15,
        "rainProbability": 90,
        "windSpeed": 7,
        "humidity": 77
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.3,
        "rainProbability": 98,
        "humidity": 65,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.64,
        "windSpeed": 25.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.9,
        "tempMax": 21.9,
        "rainProbability": 53,
        "humidity": 91,
        "seaSurfaceTemp": 19.3,
        "waveHeight": 0.12,
        "windSpeed": 7.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.3,
        "tempMax": 20,
        "rainProbability": 93,
        "humidity": 87,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.72,
        "windSpeed": 11.6
      }
    }
  ]
}