{
  "timestamp": "2026-04-19T20:25:16.208Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.2,
        "tempMax": 16.3,
        "rainProbability": 98,
        "windSpeed": 17.3,
        "humidity": 67
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.2,
        "tempMax": 27.8,
        "rainProbability": 40,
        "humidity": 82,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.36,
        "windSpeed": 28
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 18.9,
        "rainProbability": 5,
        "humidity": 77,
        "seaSurfaceTemp": 16,
        "waveHeight": 0.04,
        "windSpeed": 2.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.1,
        "tempMax": 21,
        "rainProbability": 25,
        "humidity": 73,
        "seaSurfaceTemp": 17.7,
        "waveHeight": 0.42,
        "windSpeed": 6.4
      }
    }
  ]
}