Live Badge Examples
Operational
Degraded
Outage
🟢 Real-Time Status
Badges update automatically based on your endpoint's current status.
🎨 Customizable
Match your brand with custom colors, text, and styles.
âš¡ Zero JavaScript
Pure SVG/HTML badges work everywhere, no dependencies.
📊 Uptime Display
Show your 30-day uptime percentage to build trust.
Quick Start
Copy and paste this code snippet to display your status badge:
<a href="https://orionapps.org/status/YOUR-MONITOR-ID">
<img src="https://orionapps.org/badge/YOUR-MONITOR-ID.svg"
alt="System Status" />
</a>
Badge Options
Customize your badge with query parameters:
?style=flat # Flat design (default)
?style=flat-square # Square corners
?style=for-the-badge # Large badge
?uptime=show # Display 30-day uptime %
?label=API # Custom label text
JSON Status Endpoint
For custom integrations, access the JSON endpoint:
GET https://orionapps.org/api/status/YOUR-MONITOR-ID
{
"status": "operational",
"uptime_30d": 99.97,
"last_check": "2026-03-17T14:15:00Z",
"response_time_ms": 142
}
Get Your Badge in 5 Minutes
Add your first monitor and copy the badge code instantly.
Get Started Free