{
  "timestamp": "2026-04-30T12:18:48.716Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.6,
        "tempMax": 14.8,
        "rainProbability": 0,
        "windSpeed": 6.4,
        "humidity": 22
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.7,
        "rainProbability": 85,
        "humidity": 76,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.04,
        "windSpeed": 11.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.5,
        "tempMax": 18.2,
        "rainProbability": 100,
        "humidity": 55,
        "seaSurfaceTemp": 17.4,
        "waveHeight": 0.26,
        "windSpeed": 17.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 24.5,
        "rainProbability": 5,
        "humidity": 40,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.08,
        "windSpeed": 4.9
      }
    }
  ]
}