{
  "timestamp": "2026-07-21T01:48:23.056Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 13.6,
        "tempMax": 21.1,
        "rainProbability": 3,
        "windSpeed": 3.3,
        "humidity": 74
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.7,
        "tempMax": 26.9,
        "rainProbability": 27,
        "humidity": 87,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 2.14,
        "windSpeed": 3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 33.8,
        "rainProbability": 5,
        "humidity": 82,
        "seaSurfaceTemp": 29.1,
        "waveHeight": 0.04,
        "windSpeed": 1.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 37.7,
        "rainProbability": 0,
        "humidity": 89,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.08,
        "windSpeed": 3.4
      }
    }
  ]
}