KhaleejiAPIKhaleejiAPI
PricingDocumentationAbout
Sign InGet Started
Back to all APIs

Emirates ID Validation

Validate UAE Emirates ID numbers with age calculation, generation labeling, and ICP authority metadata

Category: Identity & SecurityEndpoint: /api/v1/validation/emirates-id

Avg Response

<150ms

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.validateEmiratesId({ id: '784-1990-1234567-1' });
console.log(result);
// {
// valid: true, formatted: "784-1990-1234567-1",
// details: {
// birthYear: 1990, estimatedAge: 36,
// ageRange: "Adult (30–44)",
// generation: "Millennial (1981–1996)"
// },
// authority: { name: "Federal Authority for Identity, Citizenship, Customs & Port Security (ICP)",
// nameAr: "الهيئة الاتحادية للهوية والجنسية والجمارك وأمن المنافذ" }
// }

Python

python
from khaleejiapi import KhaleejiAPI
client = KhaleejiAPI('your_api_key')
result = client.validation.validate_emirates_id(id="784-1990-1234567-1")
print(f"Valid: {result['valid']}")
print(f"Age: ~{result['details']['estimatedAge']} ({result['details']['ageRange']})")
print(f"Authority: {result['authority']['nameAr']}")

cURL

curl
curl -X GET "https://khaleejiapi.dev/api/v1/validation/emirates-id?id=784-1990-1234567-1" \
-H "Authorization: Bearer your_api_key"
Get Your API KeyView Documentation

Related APIs

Fraud Detection

Multi-signal fraud risk assessment with MaxMind IP intelligence, disposable email detection, cross-field analysis, and bot fingerprinting

DLT Transaction Validator

Validate DLT transaction structure against UAE VARA regulations — checks address formats, hash encoding, value constraints, prohibited assets, AML thresholds, and chain ID compliance

PDF GenerationFraud Detection
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

Stay Updated

Get the latest API updates, tutorials, and MENA developer news.

© 2026 KhaleejiAPI. All rights reserved.

Made with love in Dubai by Berd-i & Sons