Check DNS records for any domain. A, AAAA, MX, NS, TXT, CNAME, and reverse DNS.
Use the DNS lookup API directly:
GET https://ai.doxx.lat/api/dns?host=example.com
curl "https://ai.doxx.lat/api/dns?host=example.com"
A DNS lookup queries the Domain Name System to find the IP address and other records associated with a domain name. It translates human-readable domain names into machine-readable IP addresses.
This tool checks A records (IPv4), AAAA records (IPv6), and performs reverse DNS lookups. The API returns all available record types for the queried domain.
Reverse DNS (rDNS) maps an IP address back to a hostname. It's commonly used for email server verification and network troubleshooting.
Yes, completely free with no signup, no API key, and no rate limits. You can also use the API endpoint directly in your applications.