{
  "name": "Domain Intel API",
  "description": "WHOIS, DNS, SSL, reputation, and phishing detection for any domain.",
  "version": "1.0",
  "endpoints": [
    {
      "path": "/domain-intel?domain=example.com",
      "method": "GET",
      "desc": "Full domain intel report"
    },
    {
      "path": "/domain-intel/dns?domain=example.com",
      "method": "GET",
      "desc": "DNS records (A, AAAA, MX, TXT, NS)"
    },
    {
      "path": "/domain-intel/headers?domain=example.com",
      "method": "GET",
      "desc": "HTTP security headers check"
    }
  ]
}