One API for Every Domain Question

DNS records, email auth, WHOIS, IP geolocation, tech detection, security scoring — 92 endpoints across 10 categories. One API key replaces your entire toolkit.

200 free requests per month

10
Intelligence Categories
92
API Endpoints
0
SDKs Required

Get Started in 30 Seconds

Sign up, get your API key, and make your first request. No complex setup, no SDK required, just simple HTTP requests with JSON responses.

  • RESTful JSON API
  • Simple API key authentication
  • Works with any HTTP client
  • Comprehensive documentation
Your first API call
// Get started in 30 seconds
const response = await fetch(
  'https://api.edgedns.dev/v1/dns/lookup?domain=example.com&type=MX',
  { headers: { 'Authorization': 'Bearer YOUR_API_KEY' } }
);

const { data, meta } = await response.json();
console.log(data);
// {
//   domain: "example.com",
//   record_type: "MX",
//   records: [
//     { type: "MX", value: "mail.example.com", priority: 10, ttl: 3600 }
//   ]
// }
console.log(meta.response_time_ms); // 12

Built for Developer Experience

One API, Not Ten

DNS, WHOIS, email auth, IP geo, tech detection — stop juggling providers.

Consolidation, Not Fragmentation

Multiple intelligence categories, 100+ endpoints. Stop paying for 6 APIs when one does everything.

Just HTTP

No SDK to install or update. Any language, any framework, any HTTP client.

Try Before You Code

Interactive playground with real responses. Understand the schema, then integrate.

Try Before You Code

Test any endpoint in our interactive playground. No API key required to explore. See real responses, understand the schema, then integrate.

Build smarter with domain intelligence

Get your free API key and make your first request in minutes. 200 free requests per month, no credit card required.

No credit card required