{
  "timestamp": "2026-07-16T01:24:23.202Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.2,
        "tempMax": 29.6,
        "rainProbability": 35,
        "windSpeed": 4.7,
        "humidity": 79
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.5,
        "tempMax": 27.3,
        "rainProbability": 73,
        "humidity": 89,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.88,
        "windSpeed": 10.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.3,
        "tempMax": 32.5,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 0.02,
        "windSpeed": 2.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 36.1,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 0.16,
        "windSpeed": 4.7
      }
    }
  ]
}