{
  "timestamp": "2026-04-30T04:05:23.990Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2,
        "tempMax": 14.8,
        "rainProbability": 0,
        "windSpeed": 2.6,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 28.5,
        "rainProbability": 93,
        "humidity": 91,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 1.04,
        "windSpeed": 4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.4,
        "tempMax": 18.4,
        "rainProbability": 100,
        "humidity": 74,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.06,
        "windSpeed": 5.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.1,
        "tempMax": 25,
        "rainProbability": 10,
        "humidity": 60,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.1,
        "windSpeed": 5.5
      }
    }
  ]
}