Network Tool

DNS Lookup

Query any domain’s DNS records — A, AAAA, MX, NS, TXT, and CNAME — in a single request powered by native PHP DNS resolution.

e.g. example.com
dns
dataset A / AAAA / MX / NS / TXT / CNAME
bolt Native DNS Resolver

DNS Records

PENDING

API Integration

v1.0
Request to /tools/dns-lookup/lookup
curl -X GET "https://toolkitcatalog.com/tools/dns-lookup/lookup?domain=example.com" \
  -H "Accept: application/json"
hub

6 Record Types

Single query for A, AAAA, MX, NS, TXT, and CNAME records — no need to chain multiple lookups.

memory

Native PHP DNS

Built on PHP's dns_get_record() function with DNS_ALL flag for sub-millisecond resolution.

category

Categorized JSON

Records are pre-grouped by type, ready to drop into monitoring, security audits, or migration tooling.