{
  "timestamp": "2026-04-22T18:01:48.862Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.4,
        "tempMax": 15,
        "rainProbability": 0,
        "windSpeed": 12.9,
        "humidity": 37
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.5,
        "rainProbability": 50,
        "humidity": 77,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.78,
        "windSpeed": 23.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 14.9,
        "rainProbability": 100,
        "humidity": 88,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 0.28,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 20.8,
        "rainProbability": 10,
        "humidity": 84,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.38,
        "windSpeed": 3
      }
    }
  ]
}