{
  "timestamp": "2026-04-09T04:23:12.986Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2.3,
        "tempMax": 13.1,
        "rainProbability": 0,
        "windSpeed": 2.2,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 26.9,
        "rainProbability": 18,
        "humidity": 69,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.96,
        "windSpeed": 29.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.2,
        "tempMax": 16.4,
        "rainProbability": 30,
        "humidity": 83,
        "seaSurfaceTemp": 14.4,
        "waveHeight": 0.32,
        "windSpeed": 11.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 21.5,
        "rainProbability": 0,
        "humidity": 82,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.52,
        "windSpeed": 4.2
      }
    }
  ]
}