{
  "timestamp": "2026-05-15T04:57:14.057Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 15.8,
        "rainProbability": 63,
        "windSpeed": 3.8,
        "humidity": 72
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 27.7,
        "rainProbability": 100,
        "humidity": 78,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.3,
        "windSpeed": 22.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 20.1,
        "rainProbability": 13,
        "humidity": 93,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.06,
        "windSpeed": 1.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.7,
        "tempMax": 21.7,
        "rainProbability": 55,
        "humidity": 96,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.94,
        "windSpeed": 2.6
      }
    }
  ]
}