v1
latestSwagger 2.02026-07-132830204.5 KBSecurity and Networking
Domain Lookup
Retrieve domain name details and detect potentially malicious or dangerous domains
get/domain-lookup
Query parameters
hoststring required
A domain name, hostname, FQDN, URL, HTML link or email address to lookup
liveboolean
For domains that we have never seen before then perform various live checks and realtime reconnaissance. <br> NOTE: this option may add additional non-deterministic delay to the request, if you require consistently fast API response times or just want to check our domain blocklists then you can disable this option
Response
OK
Example response
{
"age": 4447,
"blocklists": [],
"dns-provider": "constellix.com",
"domain": "neutrinoapi.com",
"expiry-date": "2031-09-15",
"fqdn": "neutrinoapi.com",
"is-adult": false,
"is-gov": false,
"is-malicious": false,
"is-opennic": false,
"is-pending": false,
"is-subdomain": false,
"mail-provider": "isx.net.nz",
"mail-status": "ok",
"rank": 746021,
"registered-date": "2013-09-15",
"registrar-id": 468,
"registrar-name": "Amazon Registrar, Inc.",
"sensors": [],
"tld": "com",
"tld-cc": "",
"valid": true,
"website-provider": "cloud.google.com",
"website-status": "ok"
}