{
  "timestamp": "2026-04-24T00:14:00.159Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.7,
        "tempMax": 16.9,
        "rainProbability": 0,
        "windSpeed": 4,
        "humidity": 63
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.3,
        "tempMax": 27.9,
        "rainProbability": 73,
        "humidity": 80,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.82,
        "windSpeed": 17.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.7,
        "tempMax": 18.6,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 15.6,
        "waveHeight": 0.08,
        "windSpeed": 3.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.7,
        "tempMax": 19.7,
        "rainProbability": 33,
        "humidity": 90,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.62,
        "windSpeed": 3.4
      }
    }
  ]
}