{
  "timestamp": "2026-07-18T19:48:16.558Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 19,
        "tempMax": 26.4,
        "rainProbability": 40,
        "windSpeed": 4.7,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.5,
        "tempMax": 25.7,
        "rainProbability": 9,
        "humidity": 87,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.42,
        "windSpeed": 4.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 33.2,
        "rainProbability": 3,
        "humidity": 57,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 0.06,
        "windSpeed": 2.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 25.1,
        "tempMax": 36.8,
        "rainProbability": 0,
        "humidity": 68,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.16,
        "windSpeed": 3.1
      }
    }
  ]
}