{
  "timestamp": "2026-04-08T10:34:24.214Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2,
        "tempMax": 13.4,
        "rainProbability": 0,
        "windSpeed": 5,
        "humidity": 33
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.2,
        "rainProbability": 43,
        "humidity": 71,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.66,
        "windSpeed": 31
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.9,
        "tempMax": 21.1,
        "rainProbability": 5,
        "humidity": 36,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.42,
        "windSpeed": 18.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 72,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.34,
        "windSpeed": 6
      }
    }
  ]
}