Skip to main content
The global_phone_lookup tool provides detailed information about international phone numbers outside North America. It returns country, region, carrier, timezone, and geographic coordinates.

When to Use

  • If you are only calling in North America, use other tools instead
  • Determining timezone and location for international contacts
  • Identifying carrier and line type for international numbers

Parameters

internationalCode
string
required
Country calling code without the + sign (e.g., "44" for UK, "49" for Germany, "81" for Japan).
phone
string
required
Phone number without the country code (e.g., "2079460123" for a UK number).
loginId
string
API key. Only required if not provided via the x-dncscrub-api-key HTTP header.

Response

success
boolean
Whether the API call succeeded.
country
string
Full country name.
countryCode
string
2-letter ISO country code.
regionCode
string
Region/state/province code.
regionName
string
Full region/state/province name.
city
string
City name.
timezone
string
Timezone name.
utcOffset
string
UTC offset string.
hasDST
string
DST indicator.
latitude
string
Latitude coordinate.
longitude
string
Longitude coordinate.
numberType
string
Type of number (mobile, landline, etc).
carrier
string
Carrier/operator name.
language
string
Primary language in the region.
errorCode
string
Machine-readable error code (when failed).
errorMessage
string
Human-readable error description (when failed).

Examples

{
  "internationalCode": "44",
  "phone": "2079460123"
}

Common Country Codes

CountryCode
United Kingdom44
Germany49
France33
Japan81
Australia61
India91
Brazil55
Mexico52