Check out our High Performance Batch Processing API: Match and Enrich Data Using CSV/TSV Files as Input Data to our APIs Learn More

Global Telephone Number Location Finder API

Analyze international phone numbers to retrieve geographic and organizational information

API Overview

This API analyzes international phone numbers and provides corresponding geographic information. It also attempts to identify the owning organization for numbers belonging to companies or entities.

Global Coverage

Supports phone numbers from countries around the world.

Detailed Location

Provides country, locale, and city information for each number.

Organization Identification

Attempts to identify the organization for business numbers.

How It Works

Number Country Locale City Organization
+49 30 220000 Germany Brandenburg Berlin Deutsche Bahn
604 684 3131 Canada British Columbia Vancouver Fairmont Vancouver
+216 71 100 300 Tunisia Tunis Sheraton Tunis
357 25 862000 Cyprus Limassol District Limassol Parklane Resort
(+966) 12 667 0080 Saudi Arabia Makkah Province Jeddah US Embassy Riyadh

API Details

Endpoint

https://api.interzoid.com/getglobalphoneinfo

Request Format

https://api.interzoid.com/getglobalphoneinfo?license=[api-licensekey]&number=[character string]

Sample Request

https://api.interzoid.com/getglobalphoneinfo?license=fh5hs7*****&number=+4906979550

Sample Response

{"Country":"Germany","Locale":"Lower Saxony","City":"Hanover","Organization":"Frankfurt Marriott Reservations","Code":"Success","Credits":"19997878"}

cURL Example (with API key in header)

curl --header "x-api-key: fh5hs7*****" "https://api.interzoid.com/getglobalphoneinfo?number=+4906979550"

High Performance Batch Example (CSV source, provides results for entire file):

curl "https://connect.interzoid.com/run?function=phone-info&apikey=your-api-key&source=csv&connection=https://your-file-location.csv&table=csv&column=1"

Additional Information

Optional OpenAPI Specification

An OpenAPI Specification (OAS) is a standardized format for describing the structure, endpoints, and functionality of a RESTful API in a machine-readable format.

It is a blueprint for developers and enables integration by defining request and response schemas, authentication methods, and available operations.

YAML JSON

For custom requirements or additional support, please contact us at support@interzoid.com.