Summary
Get a snapshot of the entire status page, including the overall indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenance events. Most consumers only need this endpoint.
REQUEST
Programmatic access to Cloudflare service status, incidents, and scheduled maintenance.
Most endpoints return JSON and require no authentication. The URLs below reflect the host you're currently viewing, so the same examples work in any environment.
Get a snapshot of the entire status page, including the overall indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenance events. Most consumers only need this endpoint.
REQUEST
Get the overall status for the whole page. Returns a single indicator, one of none, minor, major, or critical, plus a human-readable description like "All Systems Operational" or "Partial System Outage".
REQUEST
Get the components for the page. Each component is listed along with its status: operational, degraded_performance, partial_outage, or major_outage.
REQUEST
Get a list of any unresolved incidents. Returns only incidents in the investigating, identified, or monitoring state.
REQUEST
Get the 50 most recent incidents. Includes all unresolved incidents as described above, plus those in the resolved and postmortem state.
REQUEST
Get a list of any upcoming maintenance events. Returns only maintenance events still in the scheduled state.
REQUEST
Get a list of any active maintenance events. Returns only maintenance events in the in_progress or verifying state.
REQUEST
Get the 50 most recent scheduled maintenance events. Includes upcoming and active maintenance events as described above, plus those in the completed state.
REQUEST
RSS 2.0 feed of the 50 most recent incidents. Each item links back to the public incident page.
REQUEST
Atom 1.0 feed of the 50 most recent incidents. Each entry links back to the public incident page.
REQUEST
RSS 2.0 feed of the 50 most recent scheduled maintenance events. Each item includes the maintenance window's end date.
REQUEST
Atom 1.0 feed of the 50 most recent scheduled maintenance events. Each entry links back to the public maintenance page.
REQUEST