GitHub outage on April 23, 2026

Read more >

Introducing StatusGator’s Accessibility Conformance Report (VPAT)

Read more >

StatusGator logo
Schedule a Demo
StatusGator logo
Use cases

IT Teams

Stay informed of outages and reduce tickets

DevOps

One status page for all your providers

Features designed specifically for K12

Advanced features designed for enterprise

Impress clients with proactive monitoring

Analyze and compare peer performance

Monitor dependencies to prevent revenue loss

Create and manage custom status pages for your product

Features

Status page

A status page with service, website, and custom monitors built-in

Status aggregation

Aggregate the status of all vendors to a single page

Monitor all your cloud services from a single dashboard

Monitor your website with uptime monitoring built-in

Monitor network connectivity

Control the status of custom monitors manually with incidents

Get notified of disruptions before they become public

Pricing

Business

From startup to enterprise and everything in between

Education

Special plans and discounts for K12 and higher ed

Integrations

Incident Management

Better Uptime
FireHydrant
Opsgenie
PagerDuty

Notifications

Private Status

AT&T status
AWS status
Azure status
Microsoft 365 status
Zendesk status

Status Pages

Atlassian Statuspage
StatusHub

Advanced

Sign In Sign Up

Component statuses: Now in the API

Component statuses: Now in the API

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.

Share this

Photo of author

Valeria Kurolapova

Valeria Kurolapova is the Senior Product Designer and UX Manager at StatusGator. She manages product design initiatives, focusing on improving user experience.