{
  "timestamp": "2026-04-19T12:52:41.512Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.1,
        "tempMax": 17,
        "rainProbability": 98,
        "windSpeed": 13.2,
        "humidity": 66
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.8,
        "tempMax": 27.5,
        "rainProbability": 13,
        "humidity": 79,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.36,
        "windSpeed": 30.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 18.5,
        "rainProbability": 5,
        "humidity": 64,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.06,
        "windSpeed": 13
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.1,
        "tempMax": 21,
        "rainProbability": 25,
        "humidity": 47,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.46,
        "windSpeed": 16.4
      }
    }
  ]
}