{
  "timestamp": "2026-05-03T14:50:38.317Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.3,
        "tempMax": 27.1,
        "rainProbability": 0,
        "windSpeed": 11.6,
        "humidity": 19
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 28.1,
        "rainProbability": 4,
        "humidity": 64,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.16,
        "windSpeed": 12.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 15.4,
        "rainProbability": 100,
        "humidity": 46,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.36,
        "windSpeed": 6.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 17.2,
        "rainProbability": 88,
        "humidity": 55,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.62,
        "windSpeed": 15.7
      }
    }
  ]
}