DNS Record Lookup Tool

Check DNS Records

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:

  • A: IPv4 address records
  • AAAA: IPv6 address records
  • CNAME: Canonical name records
  • MX: Mail exchange records
  • TXT: Text records
  • NS: Name server records

Leave empty to use the default DNS server

API Usage

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"}'