{
  "timestamp": "2026-04-05T18:39:06.163Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 22.7,
        "rainProbability": 3,
        "windSpeed": 13.7,
        "humidity": 36
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.8,
        "tempMax": 26.6,
        "rainProbability": 80,
        "humidity": 77,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 2.58,
        "windSpeed": 16
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.5,
        "tempMax": 19.3,
        "rainProbability": 5,
        "humidity": 71,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.08,
        "windSpeed": 3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 20,
        "rainProbability": 8,
        "humidity": 77,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.46,
        "windSpeed": 6.4
      }
    }
  ]
}