{
  "timestamp": "2026-05-13T01:41:37.851Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.9,
        "tempMax": 15,
        "rainProbability": 40,
        "windSpeed": 11.4,
        "humidity": 71
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 27.7,
        "rainProbability": 90,
        "humidity": 62,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.78,
        "windSpeed": 16.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 17.3,
        "tempMax": 24.6,
        "rainProbability": 33,
        "humidity": 74,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.26,
        "windSpeed": 3.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.9,
        "tempMax": 24.6,
        "rainProbability": 5,
        "humidity": 86,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.8,
        "windSpeed": 4.3
      }
    }
  ]
}