Machine‑readable and subscription‑based access to incident and maintenance updates.
The JSON feed contains a structured overview of recent incidents and maintenance events. It is suitable for integrations, scripts, dashboards, and monitoring tools.
Endpoint
Typical use cases
Example response
{
"generated_at": "2026-01-13T18:42:00+00:00",
"items": [
{
"type": "incident",
"id": 27,
"title": "API latency issues",
"status": "investigating",
"started_at": "2026-01-12T14:13:00+00:00",
"resolved_at": null,
"summary": "Some users may experience increased response times."
},
{
"type": "maintenance",
"id": 43,
"title": "Database maintenance",
"status": "completed",
"scheduled_at": "2026-01-12T15:00:00+00:00",
"ended_at": "2026-01-12T15:30:00+00:00",
"summary": "Scheduled database upgrades completed successfully."
}
]
}
The RSS feed is designed for humans and can be subscribed to using standard RSS readers. Each entry represents an incident or maintenance event.
Endpoint
Typical use cases