{
  "timestamp": "2026-05-03T01:39:37.408Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.6,
        "tempMax": 27.4,
        "rainProbability": 0,
        "windSpeed": 3.2,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.3,
        "tempMax": 27.7,
        "rainProbability": 2,
        "humidity": 78,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.06,
        "windSpeed": 15.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.1,
        "tempMax": 15,
        "rainProbability": 93,
        "humidity": 79,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.48,
        "windSpeed": 14.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 18.1,
        "rainProbability": 80,
        "humidity": 65,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.4,
        "windSpeed": 8
      }
    }
  ]
}