{
  "timestamp": "2026-04-23T18:23:35.746Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.8,
        "tempMax": 18.9,
        "rainProbability": 0,
        "windSpeed": 12.4,
        "humidity": 38
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.2,
        "rainProbability": 63,
        "humidity": 77,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.9,
        "windSpeed": 27
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.5,
        "tempMax": 15.8,
        "rainProbability": 100,
        "humidity": 68,
        "seaSurfaceTemp": 15.6,
        "waveHeight": 0.14,
        "windSpeed": 7.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.7,
        "tempMax": 18.2,
        "rainProbability": 70,
        "humidity": 76,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.56,
        "windSpeed": 8.3
      }
    }
  ]
}