{
  "timestamp": "2026-04-25T23:11:58.500Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.3,
        "tempMax": 14.7,
        "rainProbability": 0,
        "windSpeed": 11.5,
        "humidity": 34
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.1,
        "tempMax": 29.2,
        "rainProbability": 97,
        "humidity": 91,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 2.26,
        "windSpeed": 9.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 22,
        "rainProbability": 0,
        "humidity": 76,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.02,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 24.6,
        "rainProbability": 0,
        "humidity": 60,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.42,
        "windSpeed": 5.4
      }
    }
  ]
}