This tool allows you to look up DNS records for any domain. Simply enter the domain name, select the record type, and optionally specify a DNS server to query.
Common DNS record types:
You can also use our DNS lookup API directly:
curl -X POST https://tools.opsdepartment.com/dns-check \
-H "Content-Type: application/json" \
-d '{"record_name": "example.com", "type": "A", "dns_server": "8.8.8.8"}'