DNS Lookup
Instant records for A, AAAA, MX, NS, SOA, and TXT.
A Records (IPv4)
AAAA Records (IPv6)
Mail Servers (MX)
Nameservers
Start of Authority (SOA)
TXT Records
CLI Access
Text Report
$ curl https://dns.wiredalter.com/google.com
COPY
JSON Data
$ curl https://dns.wiredalter.com/api/lookup/google.com
COPY
What is this?
A free tool to check DNS propagation and record details directly from our servers.
Does it cache results?
We respect the TTL (Time To Live) of the records, but our lookups are performed in real-time.
API Usage?
You can use /api/lookup/domain.com to get a JSON response for your applications.
Fully Open Source
For full transparency, this service runs entirely in memory and logs nothing. Inspect the code, audit the security, or host it yourself.
GitHub