You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could get the information via SQL directly from the database. In v6.0 Pi-hole will get a completely new API, which might allow (@DL6ER ?) querying any number of top clients from the long-term database as well.
Please note that the linked documentation is still lacking somewhat behind the development and will be soon replaced by a documentation inbuilt into FTL (this has the benefit of being always correct for the version you have at hand).
Versions
Platform
Expected behavior
Calling
api_db.php?topClients=25
should return 25 records.Actual behavior / bug
Always returns 10.
(In addition, aggregation is done in php, so there is not even a performance advantage in doing so.)
Steps to reproduce
Call API as mentioned above.
The text was updated successfully, but these errors were encountered: