I’m wondering how can I show (get) disk space usage and monthly bandwidth transfer on my website in the same way as it’s shown when I login to my cPanel account. Is there an api from cPanel for this or is this a general method to do so? I’m using PHP.
I’m wondering how can I show (get) disk space usage and monthly bandwidth transfer
Share
cPanel/WHM has an API which offers access to both the elements you’re looking for. See the API docs for more details. The bandwidth and disk usage modules in API 1 output HTML, however API 2 has an account summary method which will return the
diskusedparameter in the appropriate format (XML/JSON as requested).