πŸŽ† Live API Testing Playground

Test Email Validation API Instantly

Experience the power of our advanced email validation with all premium features enabled. See real-time results including MX records, SMTP verification, name detection, and domain intelligence.

{
  "loading": "..."
}

Complete Validation

Full email analysis including syntax validation, MX records, SMTP verification, and format checking

Lightning Fast

Get instant validation results with detailed JSON response showing all verification checks

Advanced Features

Test disposable detection, name extraction, domain age checking, and registration details

What You Can Test

βœ‰οΈ
Valid Emails
Real email addresses
πŸ—‘οΈ
Disposable
Temporary emails
✏️
Typos
Common mistakes
πŸ‘€
Name Detection
Extract names
❌
Invalid
Bad format/domain
πŸ†“
Free Providers
Gmail, Yahoo, etc
πŸ“…
Domain Age
Registration info
πŸ”
MX Records
Mail server check

Sample Emails to Test

βœ… Valid Emails

  • test@gmail.com
  • user@outlook.com
  • contact@example.com

❌ Invalid/Risky Emails

  • test@yopmail.com (disposable)
  • test@gmial.com (typo)
  • john.doe@example.com (name)

API Response Fields

email

The email address being validated

validMx

MX record validation result

isDisposable

Temporary email detection

validSmtp

SMTP connectivity check

validFormat

Email format validation

isFree

Free email provider detection

detectedName

Extracted first/last name + confidence

domainAge

Domain creation date and age info

domainRegistration

Complete domain registration details

Ready to Integrate Email Validation?

Start validating emails in production today

No credit card required β€’ Professional plans starting at $29/month

Quick Integration Examples

πŸ’» cURL

# Basic validation
curl -X GET "https://api.email-check.app/v1-get-email-details"
-H "accept: application/json"
-H "x-api-key: your-api-key"
-G -d "email=test@example.com"
-d "verifyMx=true"
-d "verifySmtp=true"
-d "detectName=true"

✨ JavaScript

/* Using fetch API */
const params = new URLSearchParams({
  email: 'test@example.com',
  verifyMx: 'true',
  verifySmtp: 'true',
  detectName: 'true'
});

const response = await fetch(
  'https://api.email-check.app/v1-get-email-details?' + params,
  {
    headers: {
      'accept': 'application/json',
      'x-api-key': 'your-api-key'
    }
  }
);

const result = await response.json();

Why Developers Choose Email-Check.app

⚑
25ms
Average Response Time
🌍
240+
Countries Supported
πŸ”’
99.9%
Uptime SLA
πŸ“Š
500M+
Emails Validated

Complete Feature Set

βœ“Real-time validation
βœ“SMTP verification
βœ“MX record check
βœ“Disposable detection
βœ“Typo correction
βœ“Name extraction
βœ“Domain intelligence
βœ“Bulk validation
βœ“Role detection
βœ“Catch-all detection
βœ“Free provider check
βœ“RESTful API