Browse the API reference
Reference
Live hosts
Chaos Monitor probes discovered subdomains with real HTTP and HTTPS requests — the same checks httpx performs — and records status code, page title, server header, technologies, CDN, IP and response time for every host that answers.
Run a probe
Sign in, open any program or domain page, and press Probe live hosts. The job runs in the background, a few hundred hosts per pass, and results stream into the Live view while it works. Large programs resume automatically until every host has been checked.
What gets recorded
- final URL after redirects, scheme and status code
- page title, content length, content type and response time
- web server header, detected technologies and CDN/WAF
- resolved IP, ASN and CNAME chain
- TLS issuer and certificate expiry when available
Public live lists
Live results are also published as open raw lists — no token:
- /raw/{domain}/live — live hosts for one root domain
- /raw/{platform}?scope=live — live hosts across a platform
- /raw/{platform}/{program}?scope=live — live hosts for one program
TXT returns one host per line; CSV adds URL, status, title and probe time; JSON returns the full row.
curl
# live hosts for one program (no token needed) curl -s "https://chaos.thescope.top/raw/tesla.com/live" # live hosts for a whole platform, as JSON curl -s "https://chaos.thescope.top/raw/bugcrowd?scope=live&format=json" # live hosts for one program on a platform curl -s "https://chaos.thescope.top/raw/hackerone/tesla?scope=live"