Bulk WHOIS API
Domain API (WHOIS, Check, Batch)
Latency
19ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/batch
Get your batches
/batch
Create batch. Batch is then being processed until all provided items have been completed. At any time it can be `get` to provide current status with results optionally.
/batch/{id}
Delete batch
/batch/{id}
Get batch
/db
Query domain database
/domains/{domain}/check
Check domain availability
/domains/{domain}/rank
Check domain rank (authority).
/domains/{domain}/whois
WHOIS query for a domain
8 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-API-KEY" header. No OAuth required.
curl -X GET \ "http://localhost:5000/batch" \ -H "X-API-KEY: YOUR_API_KEY"
localhost:5000 · HTTPS only