DNS Lookup Online

Look up DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME. Free, instant, no signup.

What is DNS Lookup?

DNS (Domain Name System) translates domain names to IP addresses. A DNS lookup reveals the records associated with a domain: A records (IPv4), AAAA records (IPv6), MX records (mail servers), NS records (nameservers), TXT records (verification, SPF, DKIM), and CNAME records (aliases).

DNS Lookup API

Query DNS records programmatically:

curl "https://api.fengdeagents.site/api/dns?domain=example.com" \
  -H "X-API-Key: YOUR_KEY"

Get a free API key · View all tools