Deliverability Check
GET
https://email-deliverability-api.p.rapidapi.com
/v1/deliverability
Analyzes DNS records of a domain (SPF, DKIM, DMARC, PTR) and provides a deliverability score along with actionable improvements.
query Parameters
domainstring · requiredThe domain name to evaluate (e.g., example.com)
Example: example.comipstring · ipv4The IP address for PTR record validation
Example: 192.0.2.1
Responses
Successful operation
domainstring · requiredThe domain name that was evaluated
Example: example.comscoreinteger · min: 0 · max: 100 · requiredThe overall deliverability score (0-100)
Example: 85improvementsstring[] · requiredList of actionable improvements to enhance deliverability
Example: ["Add a valid DKIM record to help verify the sender's identity.","Configure a valid reverse DNS (PTR) record for better server reputation."]dns_resultsobject · required
recordsobjectreverse_dnsstringThe PTR record of the provided IP address (if available)
Example: mail.example.comip_in_spfbooleanIndicates whether the provided IP address is included in the SPF record
Example: true