DNS Lookup
Frontend-only • Param-driven
Query DNS records with a clean, focused interface. Prefill via URL params like
?domain=example.com&type=A
.
Live UI
GET
/api/dns-lookup
Query builder
Client-side
URL-driven
Copy & shareable
Domain
e.g.
example.com
https://
Record type
Common types
A
AAAA
CNAME
MX
TXT
NS
SRV
CAA
SOA
ANY
▾
Show advanced
URL params:
domain
,
type
↻
Lookup
Idle
Ready
Endpoint:
/api/dns-lookup
Results
No query yet
—
—
Awaiting lookup
Enter a domain and record type, then hit
Lookup
. You can also deep-link with URL params.
?domain=example.com&type=A
?domain=example.com&type=MX
?domain=example.com&type=TXT
Shareable
Copy the URL after a lookup to reproduce the query.
Tip:
Wire this UI to your DNS API in
performLookup()
.