+92 3122699633
Number Lookup

Number Lookup helps you keep your mobile numbers database up to date. Identify local-friendly number formats, reduce undelivered messages, and protect from spam and fraud. With Number Lookup, you can determine:

  • Which numbers are currently active
  • Is the mobile number in roaming
  • Is the mobile number ported
  • The optimal route for messages and voice


At eazita various packages are available for Number Lookup, so you can choose the one that best fits your business:

    Number Format: Identify number validity & country.
    Carrier: Identify the original network name, validity & country.
    CNAM: Get the caller name associated with a phone number.

Request URL:

https://api.eazita.com/lookup

Parameters:
ParametersDescription
api
required
You Authentication API key.

Example: api=1fdg55gf

pass
required
Your eazita account password.

Example: pass=abc-123

number
required
Number(s) must be in international number format without 0 or + (e.g. 923122699633). Separate each number with a semicolon.

Example: number=923122699633;923xxxxxxxx;44120xxxxxx


Note: Basic package only process one number in every request.
package
optional
You can choose your package on a per request, every package will output different results. Valid queries are basic (default), carrier & cnam.

Example: package=carrier

Try the code to see just how simple our number lookup API is.

#!/bin/bash

curl ‘https://api.eazita.com/lookup

-d api=$API_KEY

-d pass=$PASSWORD

-d number=923122699633

-d package=carrier

Here is your result in JSON:

{"code":1,"package":"carrier","data":[{"to":"923122699633","code":1,"status":"Ok","price":"0.0025","validity":"Valid","location":{"continent":"AS - Asia","country":"Pakistan","country_iso":"PK","country_code":"92"},"network":{"network":"Zong","network_prefix":"312","mobile_network_code":"04","mobile_country_code":"410"}}]}

Information

Depending on your package, some information may not be accessible.