Integrate domain deliverability audits and DNS lookup capabilities directly into your SaaS or internal infrastructure.
Audit a domain's SPF, DMARC, and MX setup programmatically.
curl -X GET "https://blacklistmail.com/api/v1/health-score?domain=example.com"
{
"domain": "example.com",
"score": 100,
"checks": {
"spf": true,
"dmarc": true,
"mx": true
},
"timestamp": "2026-08-22T14:40:00Z"
}
Check an IP address or domain against 50+ major real-time DNSBL databases.
curl -X GET "https://blacklistmail.com/api/v1/blacklist-check?target=1.1.1.1"
Automated high-rate-limit API access is currently available for beta integration partners.
Request API Access