Domain in.Data out.
Read DNS answers directly. Switch between records and JSON, then export the data you need.
INPUT: FQDNOUTPUT: RECORDS / JSON / FILES
QUERY INTERFACE
DNS / LIVEDNS record console
Quick typesNo https:// or path
| Name | Type | Data | TTL / sec |
|---|
Resolver: Google Public DNS
01ALLRead the record set
02TXTInspect full text
03SRVCheck service fields
DOCUMENTATION
Docs ↗Understand the data
Console notes
What are the core JSON fields?
name identifies the record’s owner, type identifies its record type, data contains a text representation, and ttl is the remaining cache lifetime in seconds returned by the resolver. A name and type can have multiple answers; do not assume the first array item is the only one.
Does “All types” include every subdomain?
No. It queries common types for the name you enter. Subdomains, service records and email authentication records require their own complete names.
Why can this differ from my DNS control panel?
These answers come from a recursive resolver and can reflect its cache, proxy settings or provider-specific features. Compare TTL and the actual configuration; a single lookup is not a global propagation test.