{
  "timestamp": "2026-05-02T03:51:27.217Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 24.6,
        "rainProbability": 0,
        "windSpeed": 2.9,
        "humidity": 69
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 26.6,
        "rainProbability": 98,
        "humidity": 85,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.64,
        "windSpeed": 19.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.7,
        "tempMax": 14.2,
        "rainProbability": 20,
        "humidity": 55,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.66,
        "windSpeed": 21.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 17.4,
        "rainProbability": 50,
        "humidity": 58,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.72,
        "windSpeed": 10.5
      }
    }
  ]
}