Skip to main content
GET

Overview

The Caller ID Validation API performs a reverse phone lookup, returning the name registered to a phone number. It first validates the number, then queries name databases — with priority lookup for Indian numbers (IN) and Israeli numbers (IL) — and falls back to a global CNAM lookup via the Seven network.

Request Parameters

string
required
The phone number to look up. Accepts local or international format.
string
required
Your ProWebLook API key. See Authentication.
string
Optional. The end-user’s IP address for logging purposes. Defaults to 0.0.0.0.

Response

boolean
true if the lookup was successful, false otherwise.
string
The phone number in international format.
string
The registered name associated with the phone number (Caller ID). May be null if not found.
string
Phone number validation status: VALID_CONFIRMED or INVALID.
string
The type of phone line (e.g., Mobile, Fixed Line).
string
The mobile carrier/operator name.
string
ISO 3166-1 alpha-2 country code.
string
Full country name.
integer
Numeric country calling code.
string
National phone number format.
string
International phone number format.
string
Geographic location of the phone number.
array
Array of IANA timezone strings applicable to this number.

Credit Cost

1 callerinfo credit (callerinfo_balance) is deducted per call.

Lookup Coverage

India (IN) & Israel (IL): Looked up first in ProWebLook’s proprietary name databases for faster, more accurate results.All other countries: Queried via the Seven.io global CNAM network.