Request Domain Information.
POST/v1/domain/info
A POST request to retrieve general information about the specified domains, including WHOIS information, PassiveDNS, DNS Security / PAN-DB category, and the DGA score.
⚠️ Batch limit is 20 entries
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 415
- 429
- 500
200 Ok
Response Headers
X-Quota-Limit-Remaining
The remaining number of quota in this window (per day). When it drops to 0, return HTTP StatusCode = 429
X-Quota-Limit-Reset
The unix timestamp at which the current quota window resets. Quota is refreshed every day.
X-Quota-Limit-Total
Total number of quota in this window (per day).
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
415 Unsupported Media Type
429 Too Many Requests
500 Internal Error