DNS Lookup
Query any DNS record type for any domain — A, AAAA, MX, TXT, NS, CNAME, SOA, PTR. Instant server-side results.
Try:
DNS record types
AIPv4 address of a hostname
AAAAIPv6 address of a hostname
MXMail servers for a domain (with priority)
TXTText records — used for SPF, DKIM, domain verification
NSAuthoritative nameservers for a domain
CNAMECanonical name — alias pointing to another domain
SOAStart of Authority — primary nameserver and zone info
PTRReverse DNS — IP address to hostname lookup
REST API
curl "https://hatchloop.dev/api/tools/dns?domain=example.com&type=MX"
# → {"domain":"example.com","type":"MX","records":[...],"queriedAt":"..."}