{
  "timestamp": "2026-04-30T06:49:02.234Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 14.6,
        "rainProbability": 0,
        "windSpeed": 1.9,
        "humidity": 43
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28.5,
        "rainProbability": 85,
        "humidity": 70,
        "seaSurfaceTemp": 28,
        "waveHeight": 1.02,
        "windSpeed": 8.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 18.5,
        "rainProbability": 100,
        "humidity": 69,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.08,
        "windSpeed": 6.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 24.6,
        "rainProbability": 10,
        "humidity": 51,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.1,
        "windSpeed": 0.7
      }
    }
  ]
}