{
  "timestamp": "2026-04-09T13:10:48.290Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.7,
        "tempMax": 13.1,
        "rainProbability": 0,
        "windSpeed": 9,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 26.9,
        "rainProbability": 18,
        "humidity": 74,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 2.32,
        "windSpeed": 30.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.9,
        "tempMax": 16.5,
        "rainProbability": 30,
        "humidity": 41,
        "seaSurfaceTemp": 14.9,
        "waveHeight": 0.2,
        "windSpeed": 8.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 21.2,
        "rainProbability": 0,
        "humidity": 30,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.64,
        "windSpeed": 20.7
      }
    }
  ]
}