{
  "timestamp": "2026-04-30T17:52:37.548Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 15,
        "rainProbability": 0,
        "windSpeed": 8.9,
        "humidity": 29
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 29.3,
        "rainProbability": 85,
        "humidity": 90,
        "seaSurfaceTemp": 28,
        "waveHeight": 1.24,
        "windSpeed": 14.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 18.2,
        "rainProbability": 100,
        "humidity": 89,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.22,
        "windSpeed": 13.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 24.3,
        "rainProbability": 13,
        "humidity": 56,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.16,
        "windSpeed": 9
      }
    }
  ]
}