{
  "timestamp": "2026-05-03T06:05:16.959Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.3,
        "tempMax": 27.1,
        "rainProbability": 0,
        "windSpeed": 1.8,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.3,
        "tempMax": 27.7,
        "rainProbability": 2,
        "humidity": 61,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.08,
        "windSpeed": 17.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.4,
        "tempMax": 15.1,
        "rainProbability": 100,
        "humidity": 70,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 0.4,
        "windSpeed": 20.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 17.8,
        "rainProbability": 78,
        "humidity": 68,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.5,
        "windSpeed": 6.6
      }
    }
  ]
}