{
  "timestamp": "2026-04-30T23:03:51.942Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.8,
        "tempMax": 20.7,
        "rainProbability": 0,
        "windSpeed": 1.5,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.3,
        "tempMax": 27.2,
        "rainProbability": 98,
        "humidity": 92,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 1.82,
        "windSpeed": 18.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 14.3,
        "rainProbability": 100,
        "humidity": 86,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.6,
        "windSpeed": 19.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 19.4,
        "rainProbability": 50,
        "humidity": 84,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.14,
        "windSpeed": 4.1
      }
    }
  ]
}