Considering that when Bubble has outages, this also creates an outage for my users, does anyone know how or what api I can hit to recreate their outages page to pass along to my own users?
Did you solve this?
Just set up a scheduled recurring API call to:
https://status.bubble.io/api/v2/status.json
and save the results to your database for use as needed. This is the closest you’ll get without using specialist services. Kudos to @georgecollier for identifying this one.
You can then create a live status page for you app like so
API Call looks like this