Ultra Fast DNS Engine v2.0

Analyze Your Domains In Full Detail.

Instantly audit domain names, DNS configurations, WHOIS ownership carriers, global blacklists, SSL status, and live routing statistics.

Blacklists

8+ Blacklist checks

DNS Records

A, NS, MX, TXT, AAAA

WHOIS carrier

Registry & TLD analysis

SSL Certificate

In-depth SSL inspection

Ping & Route

Live terminal outputs

Performance

Lighthouse & Visualization

Free Developer API

Developer API

Query and parse global DNS records, WHOIS carrier registries, and SSL/TLS endpoint statistics over standard JSON responses.

Supports all domain extensions (.com, .tr, .io, etc.) with full compatibility.
CORS / JSON-formatted data structure.
DNSBL (blacklist), WHOIS, DNS records, and SSL information.
API Endpoint

curl -X GET "https://www.dnsblu.com/api.php?domain=google.com&type=all"

// JSON Response Sample:

{

"status": "success",

"domain": "google.com",

"dns_records": { "A": [...], "MX": [...] },

"whois": { "summary": { "registrar": "MarkMonitor" } },

"ssl_certificate": { "success": true, "issuer": "Google Trust Services" }

}