{
  "timestamp": "2026-05-10T00:53:29.924Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.8,
        "rainProbability": 0,
        "windSpeed": 2.5,
        "humidity": 76
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 28,
        "rainProbability": 46,
        "humidity": 70,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.46,
        "windSpeed": 15.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.5,
        "tempMax": 22.3,
        "rainProbability": 8,
        "humidity": 94,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.12,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 22.7,
        "rainProbability": 23,
        "humidity": 95,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.62,
        "windSpeed": 3.5
      }
    }
  ]
}