I'm using Pi-hole on multiply servers and I wish to have 1 single panel for all servers.
So I've started programming this with help of the API from Pi-hole, I wanted to hear is this the most recent doc on the API and are all still valid and are there any extra calls I should know?
I'll share my work soon and if you have a suggestion for what else could be on the panel, please let me know.
Yes. The one you are most probably interested in is api_FTL.php. api.php is for general actions like enabling/disabling Pi-hole, and api_db.php is for reading long term data (FTL's database).