{
  "timestamp": "2026-04-18T23:31:44.180Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 17.3,
        "rainProbability": 98,
        "windSpeed": 2.9,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 27.4,
        "rainProbability": 13,
        "humidity": 82,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.28,
        "windSpeed": 13.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 18.9,
        "rainProbability": 38,
        "humidity": 89,
        "seaSurfaceTemp": 15.7,
        "waveHeight": 0.1,
        "windSpeed": 2.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.8,
        "tempMax": 20.4,
        "rainProbability": 25,
        "humidity": 81,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.48,
        "windSpeed": 6.9
      }
    }
  ]
}