{
  "timestamp": "2026-05-04T10:08:00.725Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 25,
        "rainProbability": 3,
        "windSpeed": 3.6,
        "humidity": 37
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 28.2,
        "rainProbability": 10,
        "humidity": 49,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.1,
        "windSpeed": 16.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18,
        "rainProbability": 0,
        "humidity": 32,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.14,
        "windSpeed": 3.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.5,
        "rainProbability": 3,
        "humidity": 44,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.42,
        "windSpeed": 9.8
      }
    }
  ]
}