{
  "timestamp": "2026-05-01T13:56:08.978Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 20.8,
        "rainProbability": 0,
        "windSpeed": 6.1,
        "humidity": 28
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 27.1,
        "rainProbability": 100,
        "humidity": 81,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 3.02,
        "windSpeed": 20.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 13.7,
        "rainProbability": 100,
        "humidity": 52,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.54,
        "windSpeed": 17.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14,
        "tempMax": 19.9,
        "rainProbability": 43,
        "humidity": 60,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.66,
        "windSpeed": 15
      }
    }
  ]
}