DNS Intelligence API — 36+ Endpoints

The complete DNS & Domain intelligence toolkit

50+ DNS & domain-intelligence endpoints via one API key.

curl -H "X-API-Key: YOUR_KEY" \
  "https://dnstoolkit.p.rapidapi.com/v1/propagation?domain=toolkitapi.io"
import httpx

resp = httpx.get(
    "https://dnstoolkit.p.rapidapi.com/v1/propagation",
    params={"domain": "toolkitapi.io"},
    headers={"X-API-Key": "YOUR_KEY"},
)
print(resp.json())
const resp = await fetch(
  "https://dnstoolkit.p.rapidapi.com/v1/propagation?domain=toolkitapi.io",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);
const data = await resp.json();
console.log(data);
Global Resolvers | DNSSEC Ready | Free Tier Available | JSON + Markdown

Popular Tools

Browse by Category

DNS lookups, domain intelligence, email security, and more.

Built for Developers

Fast, secure, and production-ready DNS intelligence.

Lightning Fast

Parallel resolver queries with sub-second response times.

🔒

Secure by Default

DNSSEC validation, certificate checks, and security header analysis.

📊

Dual Output

Every endpoint returns both JSON and human-readable markdown.

🌍

Global Coverage

20+ public resolvers and worldwide GeoIP data.

36+
API Endpoints
6
Categories
20+
Global Resolvers
2
Output Formats

Start querying DNS data today

Free tier. No credit card. JSON & Markdown output.

Get Free API Key →