The StatusGator API continues to expand with new end points to help support the wide variety of use cases our customers have. We just released two new APIs:
In case you missed, it component filtering is one of StatusGator’s most important features, allowing you to filter your service monitor to just the specific products, regions, or features you use. It’s an essential setup step that helps minimize noise.
How it works
You can already search the StatusGator service directory of more than 7,000 services and now, once you find the service you’re looking for, you can request the components of that service via the API.
/services/:service_id/components
{
"id": "5sTKvu7QZn",
"name": "Photoshop",
"group_name": "Adobe Creative Cloud",
"service_id": "vPromzDoNU",
"created_at": "2024-07-04T17:37:22.531Z",
"updated_at": "2025-10-09T09:36:02.549Z"
},
{
"id": "M3vZEponyl",
"name": "Illustrator",
"group_name": "Adobe Creative Cloud",
"service_id": "vPromzDoNU",
"created_at": "2024-07-04T17:37:22.531Z",
"updated_at": "2025-10-09T09:36:02.549Z"
},
You can also query a specific monitor on your board, getting back just the list of components you have filtered to, along with the current status of each of them:
/boards/:board_id/monitors/:monitor_id/components
{
"id": "XM00aRobb5",
"name": "Calling (Inbound/Outbound)",
"group_name": "Zoom Phone - NORTH AMERICA",
"service_id": "Z08MUPd7wV",
"created_at": "2024-04-14T00:04:04.382Z",
"updated_at": "2025-10-09T09:29:18.885Z",
"status": "up"
},
{
"id": "Zq11y6PMUP",
"name": "Devices (Softphones/Deskphones)",
"group_name": "Zoom Phone - NORTH AMERICA",
"service_id": "Z08MUPd7wV",
"created_at": "2024-04-14T00:04:04.382Z",
"updated_at": "2025-10-09T09:29:18.885Z",
"status": "up"
}
What’s next for components in the API?
We’re excited about the custom integrations this new feature allows you to build. Next up, is the ability to set up component filters via the API. This change will allow you to complete the entire lifecycle of monitoring via the API, ensuring even more rich integrations with our ever-growing service catalog.
Have ideas on what we should include in the API? Reach out to us.
Want to start getting status page data from the StatusGator API? Sign up for a free trial.



















