{
  "timestamp": "2026-05-02T11:07:43.629Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.9,
        "tempMax": 24.8,
        "rainProbability": 0,
        "windSpeed": 4,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 26.7,
        "rainProbability": 98,
        "humidity": 75,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.4,
        "windSpeed": 21.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 14.4,
        "rainProbability": 20,
        "humidity": 43,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.48,
        "windSpeed": 15.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 17.2,
        "rainProbability": 50,
        "humidity": 41,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.62,
        "windSpeed": 29.7
      }
    }
  ]
}