{
  "timestamp": "2026-05-04T01:36:38.072Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 25.2,
        "rainProbability": 3,
        "windSpeed": 3.2,
        "humidity": 53
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.6,
        "tempMax": 28,
        "rainProbability": 16,
        "humidity": 82,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.16,
        "windSpeed": 9.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11,
        "tempMax": 17.7,
        "rainProbability": 0,
        "humidity": 83,
        "seaSurfaceTemp": 16.2,
        "waveHeight": 0.36,
        "windSpeed": 3.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.5,
        "tempMax": 21,
        "rainProbability": 13,
        "humidity": 49,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.5,
        "windSpeed": 6.5
      }
    }
  ]
}