{
  "timestamp": "2026-04-19T02:32:32.974Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.9,
        "tempMax": 17.3,
        "rainProbability": 98,
        "windSpeed": 3.7,
        "humidity": 73
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.6,
        "tempMax": 27.4,
        "rainProbability": 13,
        "humidity": 80,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.26,
        "windSpeed": 15
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.4,
        "tempMax": 19.1,
        "rainProbability": 38,
        "humidity": 93,
        "seaSurfaceTemp": 15.6,
        "waveHeight": 0.12,
        "windSpeed": 1.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.5,
        "tempMax": 20.2,
        "rainProbability": 25,
        "humidity": 76,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.52,
        "windSpeed": 2.4
      }
    }
  ]
}