{
  "timestamp": "2026-04-27T08:26:26.902Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 3.9,
        "tempMax": 16.2,
        "rainProbability": 0,
        "windSpeed": 2.9,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.4,
        "rainProbability": 94,
        "humidity": 65,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.78,
        "windSpeed": 12.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 17.7,
        "rainProbability": 0,
        "humidity": 53,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.22,
        "windSpeed": 34.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.3,
        "rainProbability": 0,
        "humidity": 58,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.3,
        "windSpeed": 6.8
      }
    }
  ]
}