Data ValidationPopular
Phone Validation API
GCC phone validation with carrier detection for e&, du, STC, Mobily, Zain, and more. Returns MCC/MNC codes, area codes, and multiple format variants.
Endpoint:
/v1/phone/validateMethod:GET
Latency:~15ms
Try it out
GET
/v1/phone/validateParameters
Code
curl
curl -X GET "https://khaleejiapi.dev/api/v1/phone/validate?phone=%2B971501234567" \ -H "X-API-Key: your_api_key"Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| phone | string | Required | Phone number in any format (E.164, international, or local) |
Response Fields
valid, type
Boolean validity and line type (mobile, landline, unknown)
formats
Multiple format variants: E.164, international, local, RFC 3966
country
Country details with code, name (EN/AR), prefix, trunk prefix, and IDD code
carrier
Carrier detection: name (EN/AR), MCC/MNC codes, type, and parent network
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 |