DNS/SSL Monitor API
### What It Does DNS/SSL Monitor API provides DNS lookups, SSL certificate inspection, and full domain health audits — all in one clean JSON API. Built with Node.js native DNS resolver and TLS, direct lookups with no third-party data providers. It is designed for DevOps teams, web agencies, SaaS platforms, and monitoring tools that need reliable domain infrastructure data without scraping or…
DNS/SSL Monitor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| DNS | ||
| GET |
/dns/lookup /dns/lookup |
Query DNS records for a domain. Returns A, MX, NS, TXT, CNAME and other record types. |
| POST |
/batch /batch |
Run DNS and SSL checks on multiple domains in one request. |
| SSL | ||
| GET |
/ssl/check /ssl/check |
Check an HTTPS domain's SSL certificate for validity, expiry date, issuer, subject, and SANs (Subject Alternative Names). |
| Health | ||
| GET |
/domain/health /domain/health |
Combined check that queries DNS records, validates SSL certificate, and checks HTTP/HTTPS reachability. Returns a single health score. |
DNS/SSL Monitor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $9 / month | 60 / minute |
|
| ULTRA | $29 / month | 120 / minute |
|
| MEGA Recommended | $99 / month | 300 / minute |
|