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.
Site Informant dashboard showing uptime percent, response time, and SSL status.

Built for sharing and integrations

Public pages for humans, JSON for systems, and badges for everywhere else.

public

Shareable Status Page

A clean public page with uptime, response time, and SSL details.

badge

Live SVG Badge

Embed in GitHub READMEs, docs, dashboards, and internal tools.

data_object

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.

Badge preview
Embed code (HTML)
<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>
Share URL
https://api.siteinformant.com/api/public/status/page/api.siteinformant.com%2Fapi%2Fhealth
JSON endpoint
https://api.siteinformant.com/api/public/status/api.siteinformant.com%2Fapi%2Fhealth
Example response (simplified)
{
  "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"
}
Supports host + path targets such as 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.

check_circle
Online or down based on the latest check.
check_circle
Uptime percent using recent check history.
check_circle
Average response time for performance visibility.
check_circle
SSL expiration and issuer so cert renewals do not become incidents.
Why this matters
  • 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


visibility
Shareable by default with stable URLs and calm presentation.
code
No scripts for embeds. A badge is just an image.
lock
Read-only public data with per-site control.
speed
Fast checks with signal-first reporting.
Built for dev teams that care about reliability and clarity.

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