{
  "timestamp": "2026-05-05T02:50:16.151Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 13.9,
        "tempMax": 24.4,
        "rainProbability": 45,
        "windSpeed": 3.8,
        "humidity": 76
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.6,
        "rainProbability": 2,
        "humidity": 68,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.92,
        "windSpeed": 16.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 22.4,
        "rainProbability": 0,
        "humidity": 75,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.04,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.3,
        "tempMax": 22.4,
        "rainProbability": 3,
        "humidity": 86,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.4,
        "windSpeed": 4
      }
    }
  ]
}