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"
Additional Information
For custom requirements or additional support, please contact us at support@interzoid.com.