Enter a domain, URL, IP, email, or record and get a focused result without setup.
Comprehensive health analysis for any domain
GET /v1/health?domain=example.com
Use the browser tool for a fast answer, then move the same logic into scripts, monitoring, or product flows when it becomes repeatable.
Enter a domain, URL, IP, email, or record and get a focused result without setup.
Outputs highlight statuses, risks, records, and next actions instead of raw provider noise.
Use the request and response examples to turn a one-off check into an API call or recipe.
Used by people at amazing companies
Each page is shaped around a practical operational question, not just a raw lookup.
See the current DNS, registration, security, pricing, or reputation evidence.
Compare the result with related checks so the next move is easier to trust.
Copy examples, open linked tools, or move into API documentation when you need scale.
Transparent docs, authenticated requests, and visible reliability details make it easier to evaluate DomScan before you ship.
OpenAPI, Swagger, Postman, CLI, SDK, and MCP links are one click away.
Authenticated endpoints use API keys with clear credit costs before you call them.
Start with 10,000 monthly credits and upgrade only when usage grows.
Start from the curl and HTTP samples, then map the parameters into your application code.
We perform 15+ checks across categories: HTTP/HTTPS connectivity and redirect chains, SSL certificate validity and expiration, DNS configuration (A, MX, NS records), email authentication (SPF, DKIM, DMARC), security headers (HSTS, CSP, X-Frame-Options), response times, and DNSSEC validation. Each check contributes to a weighted health score from 0-100.
Grade A (90-100): Excellent configuration with all security best practices. Grade B (80-89): Good configuration with minor improvements possible. Grade C (70-79): Acceptable but missing important security features. Grade D (60-69): Needs attention - potential deliverability or security issues. Grade F (below 60): Critical issues requiring immediate action.
Focus on failing checks first: install valid SSL from our SSL checker, configure email authentication using DNS records (SPF, DKIM, DMARC), add security headers to your web server, enable DNSSEC with your registrar, and ensure fast response times. Our detailed report shows exactly what to fix with remediation steps.
GET /v1/health?domain=example.com
{
"health_score": 88,
"grade": "B",
"warnings": ["Missing SPF record"]
}
The browser experience previews DomScan's structured endpoints, so teams can validate a use case before writing code.
We perform 15+ checks across categories: HTTP/HTTPS connectivity and redirect chains, SSL certificate validity and expiration, DNS configuration (A, MX, NS records), email authentication (SPF, DKIM, DMARC), security headers (HSTS, CSP, X-Frame-Options), response times, and DNSSEC validation. Each check contributes to a weighted health score from 0-100.
Grade A (90-100): Excellent configuration with all security best practices. Grade B (80-89): Good configuration with minor improvements possible. Grade C (70-79): Acceptable but missing important security features. Grade D (60-69): Needs attention - potential deliverability or security issues. Grade F (below 60): Critical issues requiring immediate action.
Focus on failing checks first: install valid SSL from our SSL checker, configure email authentication using DNS records (SPF, DKIM, DMARC), add security headers to your web server, enable DNSSEC with your registrar, and ensure fast response times. Our detailed report shows exactly what to fix with remediation steps.
Email authentication (SPF, DKIM, DMARC) prevents email spoofing and improves deliverability. Without proper authentication, emails from your domain may be marked as spam or rejected. Our health check verifies these records are correctly configured. Use our DNS lookup tool to inspect your current email authentication records.
Yes! Use GET /v1/health?domain=example.com for single checks or POST /v1/health/bulk for batch analysis. Add domains to your watchlist for automated monitoring with alerts. Perfect for agencies managing multiple client domains, IT teams, and MSPs needing regular compliance audits.