{
  "timestamp": "2026-04-11T06:05:22.898Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": -0.5,
        "tempMax": 10.8,
        "rainProbability": 0,
        "windSpeed": 2.3,
        "humidity": 92
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.7,
        "tempMax": 27.4,
        "rainProbability": 10,
        "humidity": 73,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 2.14,
        "windSpeed": 21.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 13.5,
        "rainProbability": 25,
        "humidity": 76,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.2,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 19.2,
        "rainProbability": 0,
        "humidity": 92,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.14,
        "windSpeed": 4.8
      }
    }
  ]
}