Zephiel API

Phone Number Lookup

Free tier

Validate, format, and enrich phone numbers in 232 countries.

4.612 reviewsby Zephiel Labs21k subscribers
phonehlrcarriervalidationsms

Starts at

$14/mo

Choose a plan

Create a free account to subscribe.

Latency
210ms
Uptime
99.96%
Endpoints
3

About this API

Parse any phone number into E.164, national, and international formats, then enrich it with carrier, line type, portability status, and active-line signals drawn from live HLR lookups.

Common use cases

SMS deliverability
Signup validation
CRM enrichment
Fraud prevention

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/phone-lookup/validate" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "number": "+2348031234567",
  "valid": true,
  "country_code": "NG",
  "line_type": "mobile",
  "carrier": "MTN Nigeria",
  "ported": false
}

Related APIs in Communication