DNS Lookup Tool

Check DNS records for any domain. A, AAAA, MX, NS, TXT, CNAME, and reverse DNS.

Looking up DNS records...

Results

API Access

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"

DNS Lookup FAQ

What is a DNS lookup?

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.

What DNS record types are checked?

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.

What is reverse DNS?

Reverse DNS (rDNS) maps an IP address back to a hostname. It's commonly used for email server verification and network troubleshooting.

Is this tool free?

Yes, completely free with no signup, no API key, and no rate limits. You can also use the API endpoint directly in your applications.