detectdown
Your testing location: Near Columbus, US tested from Raleigh tested from North America

Paid API early access

Status data for alert suppression, vendor dashboards, and reliability reports.

Paid API early access is for operators who need third-party status in the workflows that decide what gets paged, shown, and reported.

Built for operational decisions

Use early access to evaluate programmatic status reads for the operational jobs that depend on knowing when a vendor is the likely cause.

Suppress noisy alerts. Check vendor status before paging your team for a dependency outage.

Feed status dashboards. Put third-party verdicts beside your own service health.

Build vendor reports. Track SLA and reliability history for services your business depends on.

Separate regional trouble. Compare per-region reads before declaring a broader vendor incident.

First concept

Ask for the last-known verdict for a monitored service. Cached reads keep the measurement time populated; when the answer is past the short fresh window, stale is true.

GET https://api.detectdown.me/v1/status/github
{
  "slug": "github",
  "name": "GitHub",
  "verdict": "Up",
  "verdict_class": "up",
  "per_region": {"NA":"Up","EU":"Up","AS":"Up"},
  "regions_monitored": ["NA","EU","AS"],
  "measured_at_unix": 1700000000,
  "measured_at": "2023-11-14T22:13:20Z",
  "stale": true
}