{
  "timestamp": "2026-04-26T17:33:35.037Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6,
        "tempMax": 14.2,
        "rainProbability": 0,
        "windSpeed": 9,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.8,
        "tempMax": 29.8,
        "rainProbability": 95,
        "humidity": 86,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 2.26,
        "windSpeed": 16.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.1,
        "tempMax": 21.5,
        "rainProbability": 0,
        "humidity": 69,
        "seaSurfaceTemp": 17.4,
        "waveHeight": 0.04,
        "windSpeed": 5.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.6,
        "rainProbability": 0,
        "humidity": 42,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.46,
        "windSpeed": 6.2
      }
    }
  ]
}