PUBLIC TOOL · AUTHENTICATION: NONE

DNS Record Lookup

Resolve DNS records through Cloudflare and Google DNS-over-HTTPS with automatic provider fallback.

dnsdomainnetwork debuggingdoh

Execute

POST https://casemesh.top/api/tools/dns-lookup/execute
Content-Type: application/json

{"name":"example.com","type":"A"}

Definition

{
  "aliases": [
    "dns query",
    "resolve domain",
    "mx lookup",
    "txt record"
  ],
  "authentication": "none",
  "capabilities": [
    "dns",
    "domain",
    "network debugging",
    "doh"
  ],
  "description": "Resolve DNS records through Cloudflare and Google DNS-over-HTTPS with automatic provider fallback.",
  "execute_url": "https://casemesh.top/api/tools/dns-lookup/execute",
  "executor": "casemesh",
  "input_example": {
    "name": "example.com",
    "type": "A"
  },
  "kind": "api",
  "name": "DNS Record Lookup",
  "sources": [
    "https://cloudflare-dns.com/dns-query",
    "https://dns.google/resolve"
  ],
  "tool_id": "dns-lookup",
  "transport": "http"
}