{
  "timestamp": "2026-04-28T21:10:14.640Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.3,
        "tempMax": 17.9,
        "rainProbability": 0,
        "windSpeed": 10.5,
        "humidity": 31
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 28.5,
        "rainProbability": 92,
        "humidity": 90,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.32,
        "windSpeed": 3.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.3,
        "tempMax": 21,
        "rainProbability": 0,
        "humidity": 79,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.1,
        "windSpeed": 1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.6,
        "tempMax": 24.2,
        "rainProbability": 0,
        "humidity": 94,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.14,
        "windSpeed": 5.2
      }
    }
  ]
}