Loading...
Everything you need to get started and master AreWeUp
Sign up free in 30 seconds
HTTP, TCP, DNS, or SSL endpoint
Email, Slack, Discord, and more
Share uptime with your users
Set up your first monitor and learn the basics.
Configure checks, intervals, and multi-region probes.
AI-driven agents that automate your operations.
Machine learning models that forecast incidents.
Public status pages for your users and stakeholders.
Integrate AreWeUp into your existing toolchain.
Connect AreWeUp with your favorite tools.
Manage subscriptions, invoices, and plan changes.
Our REST API gives you full control over monitors, incidents, and status pages. Authenticate with a simple Bearer token and start building integrations in minutes.
Full OpenAPI spec available. Rate-limited at 100 req/min on free tier.
View Full API DocsGET /api/v1/monitors
Authorization: Bearer YOUR_API_KEY
{
"monitors": [
{
"id": "mon_abc123",
"name": "Production API",
"status": "operational",
"uptime": 99.98
}
]
}