Skip to main content

Status Page Badge

Powered by CheckUpstream.

Add a small attribution badge to your status page. Copy the HTML snippet below and paste it into your site footer.

Dark Theme

html
<a
  href="https://checkupstream.com"
  target="_blank"
  rel="noopener noreferrer"
  style="display:inline-flex;align-items:center;gap:6px;font-family:monospace;font-size:10px;letter-spacing:0.05em;color:rgba(255,255,255,0.5);text-decoration:none;"
>
  <span style="display:inline-block;width:6px;height:6px;border-radius:50%;background:rgba(0,255,135,0.5);"></span>
  Powered by CheckUpstream
</a>

Light Theme

html
<a
  href="https://checkupstream.com"
  target="_blank"
  rel="noopener noreferrer"
  style="display:inline-flex;align-items:center;gap:6px;font-family:monospace;font-size:10px;letter-spacing:0.05em;color:rgba(0,0,0,0.6);text-decoration:none;"
>
  <span style="display:inline-block;width:6px;height:6px;border-radius:50%;background:rgba(0,255,135,1);"></span>
  Powered by CheckUpstream
</a>

Machine-Readable Status API.

Every service status page has a JSON endpoint you can fetch programmatically:

GET /status/{slug}/status.json

Returns service name, current status, 30-day uptime percentage, and recent incidents as JSON. Cached for 30 seconds with stale-while-revalidate.

Monitor your dependencies.

Get real-time alerts when the services you depend on go down. Set up in 5 minutes.