{
  "timestamp": "2026-04-08T13:20:57.182Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2,
        "tempMax": 13.4,
        "rainProbability": 0,
        "windSpeed": 8.3,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.2,
        "rainProbability": 43,
        "humidity": 68,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.74,
        "windSpeed": 28.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.9,
        "tempMax": 21.2,
        "rainProbability": 5,
        "humidity": 26,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.4,
        "windSpeed": 16.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 63,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.42,
        "windSpeed": 5
      }
    }
  ]
}