{
  "timestamp": "2026-04-22T09:27:41.883Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 1.4,
        "tempMax": 14.1,
        "rainProbability": 0,
        "windSpeed": 9.5,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.5,
        "rainProbability": 50,
        "humidity": 76,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.64,
        "windSpeed": 30.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 14.9,
        "rainProbability": 100,
        "humidity": 82,
        "seaSurfaceTemp": 16.1,
        "waveHeight": 0.58,
        "windSpeed": 16.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 20.7,
        "rainProbability": 3,
        "humidity": 66,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.4,
        "windSpeed": 9.1
      }
    }
  ]
}