Public status pages and live uptime badges for your API.
Share reliability with a clean status page, a lightweight SVG badge, and a JSON endpoint designed for automation.
Enable public status per site. Your first site is free. A credit card is required to prevent abuse.
Built for sharing and integrations
Public pages for humans, JSON for systems, and badges for everywhere else.
Shareable Status Page
A clean public page with uptime, response time, and SSL details.
Live SVG Badge
Embed in GitHub READMEs, docs, dashboards, and internal tools.
Clean JSON Endpoint
Pull status into automations, workflows, and AI agents.
Live example
The badge is a simple SVG image. The status page is designed for sharing. The JSON endpoint is built for automation.
<a href="https://api.siteinformant.com/api/public/status/page/api.siteinformant.com%2Fapi%2Fhealth" target="_blank" rel="noopener">
<img src="https://api.siteinformant.com/api/public/status/badge.svg/api.siteinformant.com%2Fapi%2Fhealth" alt="api.siteinformant.com/api/health status" height="28" style="border:0; vertical-align:middle;" />
</a>
https://api.siteinformant.com/api/public/status/page/api.siteinformant.com%2Fapi%2Fhealth
https://api.siteinformant.com/api/public/status/api.siteinformant.com%2Fapi%2Fhealth
{
"domain": "api.siteinformant.com/api/health",
"uptimePercent": 100,
"isOnline": true,
"lastCheckUtc": "2026-03-01T02:15:00Z",
"averageResponseMs": 238,
"sslExpiresUtc": "2026-05-02T00:00:00Z",
"sslIssuer": "Let's Encrypt"
}
api.siteinformant.com/api/health.
Encode the target when building URLs, and the API will decode it.
What the public status page shows
Designed for sharing externally, but still useful internally. Simple, calm, and readable.
- Customers can verify status without waiting on support.
- Teams can post a single URL in docs and incident channels.
- Open-source maintainers can show reliability in READMEs.
- AI agents and automations can pull health signals via JSON.
Designed to be trusted
Ideal for
SaaS products, public APIs, AI tools, open-source repos, internal services, and agencies managing many endpoints.
FAQ
What is a public status page?
A public status page is a shareable, read-only page that shows uptime and health signals for an API or endpoint so customers and teams can verify status without logging in.
Does the badge work in GitHub READMEs and documentation?
Yes. The uptime badge is an SVG image, so you can embed it anywhere an image tag is supported, including GitHub READMEs and documentation sites.
Can I monitor API paths like /api/health instead of only root domains?
Yes. Public status supports host plus path targets, so you can publish status for specific endpoints such as
api.siteinformant.com/api/health.
Is the public status data available as JSON?
Yes. Site Informant exposes a clean JSON endpoint so you can pull uptime, response time, and SSL details into dashboards, workflows, and AI agents.
Publish your API status in minutes
Enable public status for a site, then share the page or embed the badge anywhere.
Try it free