{
  "timestamp": "2026-04-19T05:22:59.595Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.9,
        "tempMax": 17.1,
        "rainProbability": 98,
        "windSpeed": 2.9,
        "humidity": 83
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.8,
        "tempMax": 27.4,
        "rainProbability": 13,
        "humidity": 78,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.26,
        "windSpeed": 16.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.2,
        "tempMax": 19,
        "rainProbability": 20,
        "humidity": 92,
        "seaSurfaceTemp": 15.5,
        "waveHeight": 0.12,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 20.6,
        "rainProbability": 25,
        "humidity": 79,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.56,
        "windSpeed": 2.2
      }
    }
  ]
}