Number Insight
You use Number Insight to gather information about phone numbers.
Number Insight Basic APIRetrieve local and international representations of a phone number in order to pretty-print numbers in a user interface |
Number Insight Standard APIUse all the features from Number Insight Basic API and identify the network a phone number is registered with |
Number Insight Advanced APIUse all the features in Number Insight Standard API and retrieve roaming information about a phone number synchronously |
Number Insight Advanced Async APIUse all the features in Number Insight Standard API and retrieve roaming information about a phone number asynchronously |
Note: the endpoints for Number Insight API have changed:
| Product | Old endpoint | New endpoint |
|---|---|---|
| Number Insight Basic API | https://api.nexmo.com/number/format | https://api.nexmo.com/ni/basic |
| Number Insight Standard API | https://api.nexmo.com/number/lookup | https://api.nexmo.com/ni/standard |
| Number Insight Advanced Sync API | https://api.nexmo.com/number/insight | https://api.nexmo.com/ni/advanced |
| Number Insight Advanced Async API | https://rest.nexmo.com/ni | https://api.nexmo.com/ni/advanced/async |
You can find information about the deprecated endpoints in Number Insight Deprecated API