Endpoint
To get intelligence for a domain, make a GET
request to the following endpoint:
GET /intelligence/v1/domain/{domain}
Path Parameters
domain
(string, required): The domain name you want to analyze. Example:google.com
.
Information Provided
A successful request returns a rich JSON object with the following information:
- WHOIS & Registration: Access detailed WHOIS data, including the registrar (
MarkMonitor Inc.
), key registration dates (creation_date
,expiration_date
), and registrant contact information. - DNS Records: Get a full enumeration of the domain's DNS records, including
A
,AAAA
,MX
,TXT
,NS
, andSOA
records. - Infrastructure: See the IP addresses and ASNs that host the domain's services, allowing you to connect domains to physical infrastructure.
- Certificates & Subdomains: The response includes information on active SSL/TLS certificates and provides a sample of known subdomains.
- Streaming Support: This endpoint also supports Server-Sent Events (
text/event-stream
) for receiving data as it becomes available, which is ideal for complex domains.
Common Use Cases
This service is essential for domain investigation, brand protection, security assessments, and competitive intelligence.
Next Steps
View the full Domain Intelligence API Reference