{
  "timestamp": "2026-04-24T12:13:50.106Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 17,
        "rainProbability": 0,
        "windSpeed": 14.8,
        "humidity": 33
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.2,
        "tempMax": 27.5,
        "rainProbability": 63,
        "humidity": 78,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 1.9,
        "windSpeed": 21.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.6,
        "tempMax": 18.1,
        "rainProbability": 0,
        "humidity": 44,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.04,
        "windSpeed": 6.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 19.9,
        "rainProbability": 33,
        "humidity": 34,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.42,
        "windSpeed": 16.2
      }
    }
  ]
}