KhaleejiAPIKhaleejiAPI
PricingDocumentationAbout
Sign InGet Started
Back to all APIs

Email Validation

Popular

Deep email validation with 500+ disposable domain detection, deliverability scoring, SPF/DMARC checks, and mail provider identification

Category: Data ValidationEndpoint: /v1/email/validate

Avg Response

<50ms

Uptime SLA

99.99%

Free Tier

1,000/mo

Quick Start

JavaScript / TypeScript

javascript
import { KhaleejiAPI } from '@khaleejiapi/sdk';
const client = new KhaleejiAPI('your_api_key');
const result = await client.validation.validateEmail({ email: 'user@gmail.com' });
console.log(result);
// {
// email: "user@gmail.com",
// valid: true,
// deliverabilityScore: 95,
// checks: { format: true, mx: true, disposable: false, role: false, freeProvider: true },
// provider: { name: "Google Workspace", type: "consumer" },
// spf: true, dmarc: true,
// suggestion: null
// }

Python

python
from khaleejiapi import KhaleejiAPI
client = KhaleejiAPI('your_api_key')
result = client.validation.validate_email(email="user@gmail.com")
print(f"Score: {result['deliverabilityScore']}/100")
print(f"Provider: {result['provider']['name']}")
print(f"SPF: {result['spf']}, DMARC: {result['dmarc']}")

cURL

curl
curl -X GET "https://khaleejiapi.dev/api/v1/email/validate?email=user@gmail.com" \
-H "x-api-key: your_api_key"
Get Your API KeyView Documentation

Related APIs

Phone Validation

GCC phone validation with carrier detection (e&, du, STC, Mobily, Zain), MCC/MNC codes, area codes, and multiple format variants

VAT Validation

Multi-GCC VAT/TIN validation for UAE, Saudi Arabia, Bahrain, and Oman with check digit verification, authority info, and tax rate details

IBAN Validation

Validate IBANs with bank and branch information for MENA region

Phone Validation
KhaleejiAPIKhaleejiAPI

Fast, affordable APIs built in Dubai for developers across the Middle East.

All systems operational

APIs

  • Email Validation
  • Phone Validation
  • VAT Validation
  • IP Geolocation
  • Exchange Rates
  • Image Processing
  • View all →

Resources

  • Documentation
  • API Reference
  • SDKs
  • Status
  • Changelog

Company

  • About
  • Blog
  • Careers
  • Contact

Legal

  • Privacy
  • Terms
  • DPA

© 2026 KhaleejiAPI. All rights reserved.

Made with love in Dubai by Berd-i & Sons