{
  "timestamp": "2026-04-22T00:14:28.760Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 2.7,
        "tempMax": 14.5,
        "rainProbability": 0,
        "windSpeed": 3.2,
        "humidity": 63
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27.4,
        "rainProbability": 60,
        "humidity": 79,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.54,
        "windSpeed": 30.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.6,
        "tempMax": 14.9,
        "rainProbability": 100,
        "humidity": 90,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.06,
        "windSpeed": 18.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 20.8,
        "rainProbability": 8,
        "humidity": 94,
        "seaSurfaceTemp": 17.8,
        "waveHeight": 0.44,
        "windSpeed": 4.3
      }
    }
  ]
}