{
  "timestamp": "2026-05-02T06:01:55.681Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 6.9,
        "tempMax": 24.3,
        "rainProbability": 0,
        "windSpeed": 1.9,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 26.6,
        "rainProbability": 98,
        "humidity": 81,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.56,
        "windSpeed": 23.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.9,
        "tempMax": 14.2,
        "rainProbability": 20,
        "humidity": 52,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.58,
        "windSpeed": 20.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 17.3,
        "rainProbability": 50,
        "humidity": 58,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.64,
        "windSpeed": 12.5
      }
    }
  ]
}