Support for Quick Stats #50

Open
opened 2023-08-23 01:19:07 +02:00 by Subbeh · 0 comments
Subbeh commented 2023-08-23 01:19:07 +02:00 (Migrated from github.com)

I don't know if this is a feature I overlooked, but it would be great to be able to get the quick stats for all monitors, without having to call the API for each individual monitor.

image

Ideally something like get_quick_stats() which returns:

{
    "up": 71,
    "down": 0,
    "maintenance": 0,
    "unknown": 0,
    "pause": 2
}
I don't know if this is a feature I overlooked, but it would be great to be able to get the quick stats for all monitors, without having to call the API for each individual monitor. ![image](https://github.com/lucasheld/uptime-kuma-api/assets/1278086/7571e7f9-225e-41f0-b024-b64164429520) Ideally something like `get_quick_stats()` which returns: ```json { "up": 71, "down": 0, "maintenance": 0, "unknown": 0, "pause": 2 } ```
Sign in to join this conversation.
No description provided.