{
  "timestamp": "2026-04-04T05:22:09.839Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.4,
        "rainProbability": 33,
        "windSpeed": 11.7,
        "humidity": 62
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27,
        "rainProbability": 98,
        "humidity": 80,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 2.86,
        "windSpeed": 14.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 16.7,
        "rainProbability": 100,
        "humidity": 92,
        "seaSurfaceTemp": 13.4,
        "waveHeight": 0.28,
        "windSpeed": 4.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.8,
        "tempMax": 18,
        "rainProbability": 40,
        "humidity": 94,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 1.24,
        "windSpeed": 4
      }
    }
  ]
}