{
  "timestamp": "2026-04-29T23:07:29.716Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2,
        "tempMax": 14.8,
        "rainProbability": 0,
        "windSpeed": 3,
        "humidity": 38
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 28.3,
        "rainProbability": 84,
        "humidity": 94,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.06,
        "windSpeed": 3.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 18.8,
        "rainProbability": 100,
        "humidity": 82,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.08,
        "windSpeed": 4.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 24.8,
        "rainProbability": 5,
        "humidity": 65,
        "seaSurfaceTemp": 18.7,
        "waveHeight": 0.1,
        "windSpeed": 4.7
      }
    }
  ]
}