Back to Tool
📧

Email Risk Scorer API

Score email addresses for fraud risk and validity

Endpoint

POST/api/v1/email-validator

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
emailstringNoSingle email address to validate
emailsarrayNoArray of email addresses to validate (max 50)

Response

FieldTypeDescription
isValidbooleanWhether email format is valid
isDeliverableboolean|nullWhether email can receive messages (based on MX records)
isDisposablebooleanWhether email is from a disposable/temporary email service
isRoleBasedbooleanWhether email uses role-based prefix (admin, support, etc.)
isFreeProviderbooleanWhether email is from a free provider (Gmail, Yahoo, etc.)
hasMxRecordsbooleanWhether domain has MX records configured
mxRecordsarrayList of MX records for the domain
riskScorenumberRisk score from 0-100 (higher = riskier)
riskLevelstringRisk level: low, medium, high, or critical
riskFactorsarrayList of detected risk factors

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/email-validator \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"email": "user@example.com"}'

Pricing

First 100 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com