{
  "timestamp": "2026-05-09T02:31:00.829Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 17.1,
        "rainProbability": 0,
        "windSpeed": 3.6,
        "humidity": 85
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22,
        "tempMax": 28.5,
        "rainProbability": 100,
        "humidity": 92,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.88,
        "windSpeed": 15.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.7,
        "rainProbability": 23,
        "humidity": 92,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.2,
        "windSpeed": 4.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.6,
        "tempMax": 24.6,
        "rainProbability": 8,
        "humidity": 88,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 1.16,
        "windSpeed": 6.5
      }
    }
  ]
}