{
  "timestamp": "2026-04-26T14:45:54.344Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6,
        "tempMax": 14.4,
        "rainProbability": 0,
        "windSpeed": 10.4,
        "humidity": 30
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.8,
        "tempMax": 29.8,
        "rainProbability": 93,
        "humidity": 84,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 2.38,
        "windSpeed": 17.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.1,
        "tempMax": 21.4,
        "rainProbability": 0,
        "humidity": 49,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.02,
        "windSpeed": 8.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.4,
        "rainProbability": 0,
        "humidity": 24,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.4,
        "windSpeed": 11.7
      }
    }
  ]
}