Data ValidationPopular
Email Validation API
Deep email validation with 500+ disposable domain detection, deliverability scoring, SPF/DMARC checks, and mail provider identification.
Endpoint:
/v1/email/validateMethod:GET
Latency:~50ms
Try it out
GET
/v1/email/validateParameters
Code
curl
curl -X GET "https://khaleejiapi.dev/api/v1/email/validate?email=test%40gmail.com" \ -H "X-API-Key: your_api_key"Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Required | Email address to validate |
Response Fields
valid, deliverabilityScore
Boolean validity and 0–100 deliverability confidence score
checks
Individual check results: syntax, disposable, mx, role, freeProvider, autoGenerated, plusAddressing, spf, dmarc
domain, localPart, mailProvider
Parsed email components and detected mail provider (Google, Microsoft, etc.)
mx
MX record data with records array and count
suggestion
Typo correction suggestion when a likely misspelling is detected (e.g. gmial.com → gmail.com)
Rate Limits
| Plan | Requests/Month | Rate Limit |
|---|---|---|
| Free | 1,000 | 10 req/min |
| Starter | 10,000 | 60 req/min |
| Professional | 100,000 | 300 req/min |
| Business | 500,000 | 1,000 req/min |