Phone Lookup Tool

Phone Number Lookup

Analyze and validate any phone number instantly. Get detailed

information about country, format, type, and technical details.

Our phone number lookup tool provides comprehensive analysis of any phone number.

Simply enter a phone number with its country code and get instant validation, formatting,

and detailed information.

Perfect for developers, businesses, and anyone who needs to validate or analyze phone numbers.

Supports international numbers from all countries worldwide.

Enter any phone number with country code (e.g., +1, +44, +33)

Examples: +12345678900 +44 20 7946 0958 +33 1 42 86 83 26

API Documentation & Demo

Test our phone lookup API with your data below.

GET API Endpoint
/api

Required Parameter

phone - The phone number to analyze (with country code)

Example Request

/api?phone=+12345678900

Example Response

{
  "valid": true,
  "possible": true,
  "input": "+44 20 7946 0958",
  "country": {
    "code": "GB",
    "name": "United Kingdom",
    "callingCode": "+44"
  },
  "number": {
    "national": "2079460958",
    "type": "Fixed Line"
  },
  "formats": {
    "international": "+44 20 7946 0958",
    "national": "020 7946 0958",
    "e164": "+442079460958",
    "rfc3966": "tel:+442079460958"
  },
  "analysis": {
    "isValid": true,
    "isPossible": true,
    "isNonGeographic": false,
    "possibleCountries": ["GB"]
  }
}

This tool is provided for project development and testing purposes only.