DNS toolbox

Inspect DNS from your browser.

A fast, browser-first DNS toolbox. Resolve a name, diagnose propagation and DNSSEC, investigate ownership and reputation, then save a shareable snapshot.

DNS lookup

Resolve a name to one record type — A, AAAA, MX, TXT, and more.

Examples:

Run a query above and results will appear here.

JSON API & automation endpoints

The browser panels use these endpoints; automation can call them directly.

GET /api/v1/lookup?name=example.com&type=MXGET /api/v1/propagation?name=example.com&type=A
GET /api/v1/dnssec?name=example.com
GET /api/v1/reverse?ip=1.1.1.1
GET /api/v1/rdap?q=example.com
GET /api/v1/mail?domain=example.com
GET /api/v1/discover?domain=example.com
GET /api/v1/trace?name=www.google.com
GET /api/v1/dnsbl?ip=1.2.3.4

API docs