Domain Intelligence API
Domain Intelligence API gives you a complete picture of any domain in a single API call — or drill into individual data layers when you only need one thing. **What you get:** - 🔍 **DNS Records** — A, AAAA, MX, TXT, NS, CAA, SOA - 🔒 **SSL/TLS Certificate** — issuer, validity dates, SANs, expiry countdown - 📋 **WHOIS / RDAP** — registrar, creation/expiry dates, registrant info via a 4-tier…
Domain Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| lookup | ||
| GET |
Full Lookup /lookup/{domain} |
Returns DNS, WHOIS, SSL, subdomains, and email-security data in one concurrent response. Internal lookups run in parallel for maximum speed. Sub-second response on cache hits. |
| domain | ||
| GET |
DNS only /domain/{domain}/dns |
Low-level DNS resolution for A, AAAA, MX, NS, TXT, SOA, and CAA records. Uses an asynchronous resolver with a strict 5-second timeout. |
| GET |
Subdomains only /domain/{domain}/subdomains |
Subdomain discovery via concurrent multi-source aggregation (crt.sh, certspotter, hackertarget) with a DNS bruteforce fallback. Returns up to 1,000 results. |
| GET |
WHOIS only /domain/{domain}/whois |
Domain registration data retrieved via a highly resilient three-tier fallback chain: rdap.org → IANA bootstrap → legacy WHOIS port 43. |
| GET |
Email Security only /domain/{domain}/email-security |
Analyzes the domain's email authentication posture. Inspects DNS TXT records to determine SPF, DKIM, DMARC, MTA-STS, and BIMI configurations. |
| GET |
SSL only /domain/{domain}/ssl |
Performs a live TLS handshake to port 443 and parses the leaf certificate. Returns the issuer, validity window, SANs, signature algorithm, and key info. |
Domain Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO | $9.99 / month | 60 / minute |
|
| ULTRA | $39.99 / month | 300 / minute |
|
| MEGA | $149.99 / month | 1000 / minute |
|