Context
When building applications, you may want to display the current status of your services or notify users about ongoing incidents directly within your application, rather than requiring them to visit your status page separately.Answer
The Status Page Widget API allows you to programmatically retrieve information about your status page incidents, including active incidents and scheduled maintenance. To use the Widget API:- Navigate to your status page settings in the dashboard
- Locate and enable the Widget API option
- Once enabled, you can use the API endpoint to retrieve:
- Ongoing incidents (status will be one of
investigating,identified,monitoringorresolved) - In-progress maintenance
- Scheduled maintenance

- The Widget API works regardless of whether your status page is live or not
- You can’t use the API to create or update status page incidents. It’s read-only at present but if you’d like to see an API for making changes in the future just let us know via help@incident.io.