{
  "timestamp": "2026-04-18T20:31:02.186Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.3,
        "tempMax": 20.8,
        "rainProbability": 3,
        "windSpeed": 3.7,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 27.5,
        "rainProbability": 13,
        "humidity": 79,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.3,
        "windSpeed": 13.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 19,
        "rainProbability": 33,
        "humidity": 73,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 0.12,
        "windSpeed": 6.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.4,
        "tempMax": 24.7,
        "rainProbability": 3,
        "humidity": 76,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.48,
        "windSpeed": 6
      }
    }
  ]
}