Each status page exposes an API endpoint that gives 2 datapoints in real time.
{
"indicator": "up",
"uptime": "99.967%"
}
You can access this endpoint by adding "/status.json" after the status page's URL.
Example: https://meta.hyperping.app/status.json.
The "indicator" displays the real time top-level status of your status page.
The top level status can have one of those 4 statuses and indicators, in order of priority:
The "uptime" endpoint shows the average uptime across all services that have their "Show uptime" option enabled, for the past 90 days.