Browse the API reference
API v1
Chaos Monitor API
Every host this monitor discovers is available over a token-authenticated REST API. Each endpoint page ships with a runnable console and copy-paste samples in five languages.
Endpoints
23
Rate limit
Unlimited
Auth
Bearer token
Three steps to your first response
Create a key on the account page, send it as
Authorization: Bearer …, then open any endpoint below and press Send request.All endpoints
Getting started
Domains
Subdomains
Platforms
Scans
Stats
Export
First request
curl "https://chaos.thescope.top/api/v1/subdomains/new?hours=24&limit=50" \ -H "Authorization: Bearer chs_live_xxxxxxxxxxxx"