https://devtools.solutions/tools/network/dns-view.html

View DNS Records

Look up DNS records for any domain by querying the Google DNS API. Results include A, AAAA, MX, TXT, and CNAME records.

DNS Record Viewer


    

Example input/output

Input: example.com (type: A)

Output: 93.184.216.34

How it works

This tool sends an HTTPS request to the Google Public DNS JSON API (https://dns.google/resolve) with your domain and record type. The response is parsed and displayed. Note: this is one of the few tools that makes a network request — your query goes to dns.google.

Common use cases

Related tools