{
  "timestamp": "2026-05-09T10:36:28.009Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 17,
        "rainProbability": 0,
        "windSpeed": 4.3,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.1,
        "rainProbability": 99,
        "humidity": 61,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 3.02,
        "windSpeed": 22
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 20.5,
        "rainProbability": 20,
        "humidity": 66,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.2,
        "windSpeed": 2.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.2,
        "tempMax": 24,
        "rainProbability": 3,
        "humidity": 58,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.88,
        "windSpeed": 6.8
      }
    }
  ]
}