{
  "timestamp": "2026-04-26T20:11:53.887Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6,
        "tempMax": 14.2,
        "rainProbability": 0,
        "windSpeed": 5.2,
        "humidity": 36
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.3,
        "tempMax": 29.2,
        "rainProbability": 88,
        "humidity": 88,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 2.1,
        "windSpeed": 14.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.1,
        "tempMax": 21.5,
        "rainProbability": 0,
        "humidity": 78,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.04,
        "windSpeed": 0.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.6,
        "rainProbability": 0,
        "humidity": 71,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.46,
        "windSpeed": 4.3
      }
    }
  ]
}