Lookup v1 Tutorial: Validation and Formatting
Version 2 of the Lookup API is now available! Lookup v2 has an improved developer experience and exciting features, such as Twilio Regions support and these new data packages:
- Line Type Intelligence: Get the line type of a phone number including mobile, landline, fixed VoIP, non-fixed VoIP, toll-free, and more.
- SIM Swap: Get information on the last SIM change for a mobile phone number.
- Call Forwarding: Get the unconditional call forwarding status of a mobile phone number.
- Identity Match: Get confirmation of ownership for a mobile phone number by comparing user-provided information against authoritative phone-based data sources.
You are currently viewing Version 1 content. Lookup v1 will be maintained for the time being, but any new features and development will be on v2. We strongly encourage you to do any new development with Lookup v2. Check out the migration guide or the API v2 Reference for more information.
Twilio Lookup can help you check that phone numbers you receive from your users are real. It can also provide you with the local format of an international phone number.
This guide will show you how to perform both kinds of lookups. You can skip to the carrier and caller name guide to learn about other information Lookup can provide about a phone number.
Validate a national phone number
Given a national phone number and an ISO country code, Lookup will confirm the phone number is valid and return the number in its E.164 format.
If the number is invalid, this request will return an HTTP 404 status code.
If you plan to store the phone number after validating, we recommend storing the full E.164 formatted number returned in the phone number field. Most other Twilio services require the E.164 format for phone numbers.
Format an International Phone Number
If you send Lookup an internationally formatted phone number, you can get the correct national format for that phone number from the national format field.
Though most other Twilio services require the E.164 formatted number, the national format is often better to display to end users.
Lookup can tell you even more about a phone number. Check out the carrier and caller name guide to learn how.
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.