email-checker-api

# Email validation and analysis REST API

$ email-checker-api --interactive
Type an email address and press Enter to validate it
Shortcuts: Ctrl+K to focus, Esc to clear
email>
|
Result:
Response time: ms
Full response:
Analyzing email...
❌ Error

✓ What we check

  • • Disposable email detection
  • • DNS and MX record validation
  • • Suspicious pattern analysis
  • • Educational domain verification
  • • Risk scoring with reasoning
  • • Parked domain detection

⚡ API Usage

# Check any email via GET request
GET https://emailcheck-api.thexos.dev/check/{email}

⭐ Love this project? Give a star!

This project is open source and free to use. Your support helps us continue improving it!

GitHub stars
⚠️ Rate limited to 100 requests/hour for demo purposes