Downdetector: Get Active Outages
Downdetector via Parse · developer_tools
Returns services currently experiencing outages (status 'danger' or 'warning') along with the total number of user-submitted problem reports in the past 24 hours. Each outage includes a sparkline array of 96 values representing report counts per 15-minute interval over the past 24 hours. Results are sorted by reports descending. The data reflects the top ~48 trending services monitored by Downdetector for the United States region; services with a 'success' status are excluded. Supports optional filtering by category slug and service name substring. Retrieve currently active service outages and their report counts from Downdetector. Fulfilled by Parse from downdetector.com.
- b2b-directory
- developer-tools
- downdetector
- downdetector-com
- other
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b6b394ee-f67f-4e48-8ea9-5960836c8f31/get_active_outages
- Interface artifact
- sha256:2adc947e8d79e508cc0755b3ef56f2ded64abeed61006ef77abb03668d08507f
- Manifest digest
- sha256:3c1df68eb0f68dae38f96e8b783361a4c558f5fb82969f06b443ef60514dbf55
Request fields
- name (string): Filter outages to only those whose service name contains the given string (case-insensitive substring match).
- category (string): Filter outages to only those matching a specific category slug (e.g. 'messaging', 'gaming', 'social-media'). Use get_categories to discover available slugs.
Example queries
- {"category":"banking"}