{
  "timestamp": "2026-04-04T02:24:47.939Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.5,
        "rainProbability": 25,
        "windSpeed": 8.3,
        "humidity": 57
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27,
        "rainProbability": 98,
        "humidity": 82,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 2.58,
        "windSpeed": 14.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.2,
        "tempMax": 16.5,
        "rainProbability": 93,
        "humidity": 91,
        "seaSurfaceTemp": 13.4,
        "waveHeight": 0.32,
        "windSpeed": 2.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 17.7,
        "rainProbability": 40,
        "humidity": 95,
        "seaSurfaceTemp": 16,
        "waveHeight": 1.38,
        "windSpeed": 4.7
      }
    }
  ]
}