{
  "timestamp": "2026-04-16T02:25:08.412Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12,
        "tempMax": 18.6,
        "rainProbability": 3,
        "windSpeed": 3.4,
        "humidity": 70
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.7,
        "tempMax": 27.4,
        "rainProbability": 33,
        "humidity": 81,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.16,
        "windSpeed": 3.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 17.9,
        "rainProbability": 3,
        "humidity": 79,
        "seaSurfaceTemp": 14.9,
        "waveHeight": 0.18,
        "windSpeed": 4.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.8,
        "tempMax": 20.8,
        "rainProbability": 13,
        "humidity": 79,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 1.02,
        "windSpeed": 9.9
      }
    }
  ]
}