International validation
Parses numbers supplied in an international format and validates them against regional numbering rules.
API service
Phone Number Identify validates an international number and returns normalized phone, type, carrier, location, and country information when available.
GET /services/phonenumberHow it works
The service parses an international number, validates it for its detected region, normalizes the display format, and returns the available line type, carrier, location, and country code metadata.
UNDETECT or an empty location without making the number invalid.GET /services/phonenumberisValidShows whether the number is valid for its detected regiontypeLine category such as MOBILE, FIXED_LINE, VOIP, or another supported typecarrierCarrier name when metadata is availablelocationGeographic description when metadata is availablecountryCodeDetected two-letter region code for the numberIntegration examples
Submit an international number in E.164 format and parse its validity, normalized number, line type, carrier, location, and country code.
Replace the sample number and allow for a valid result where carrier or location metadata is unavailable. Read the complete Phone Number Identify documentation.
Core capabilities
Parses numbers supplied in an international format and validates them against regional numbering rules.
Returns a consistently formatted international phone number for valid input.
Identifies supported line categories including mobile, fixed line, toll-free, premium-rate, VoIP, and others.
Returns carrier, location, and country code information when the underlying numbering metadata provides it.
Use cases
Validate and normalize a number before it is stored on a customer profile.
Catch invalid number input while retaining a consistent international format.
Use line type, carrier, and region information as context in your own workflow.
Create an account, configure the service in the Stopbot panel, and follow the integration documentation for your application.