API Get Status

Hey,

So I used to use this http://<>/admin/api.php?status&auth=<>

However, with the new API I am unsure how I can do this?

I basically want to use it for my uptime monitor so it would scan the page and if 'enabled' is not found, it will flag it as down.

When you run the Pi-hole v6.0 beta, your Pi-hole will offer you a self-hosted API documentation matching the exact version of Pi-hole you have locally at http://pi.hole/api/docs

We also have a copy online here index - powered by h5ai v0.30.0 (https://larsjung.de/h5ai/) that evolves together with the code.

If you are just interested in the DNS status being UP or DOWN (not if blocking is temporarily disabled, etc.), have a look at /info/login and the property dns (you won't even need auth for this).

/info/login returns a 404?

Did you use http://pi.hole/api/info/login ?