···11+---
22+title: Status Widget
33+publishedAt: 2023-10-05
44+image: /assets/changelog/status-widget.png
55+---
66+77+You can now access the status of your status page via a public api endpoint.
88+This allows you to build your own custom status widget with your unique `:slug`.
99+1010+```
1111+$ curl https://api.openstatus.dev/public/status/:slug
1212+```
1313+1414+You can find the documentation
1515+[here](https://docs.openstatus.dev/api-server/status-widget).