Summary
Get a snapshot of the entire status page — overall indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenances. 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 — overall indicator, component statuses, unresolved incidents, and any upcoming or in-progress scheduled maintenances. Most consumers only need this endpoint.
REQUEST
Get the rollup 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 — one of 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 maintenances. Returns only scheduled maintenances still in the scheduled state.
REQUEST
Get a list of any active maintenances. Returns only scheduled maintenances in the in_progress or verifying state.
REQUEST
Get the 50 most recent scheduled maintenances. Includes upcoming and active maintenances 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 maintenances. Each item includes the maintenance window's end date.
REQUEST
Atom 1.0 feed of the 50 most recent scheduled maintenances. Each entry links back to the public maintenance page.
REQUEST