![]() |
VOOZH | about |
Prerequisite :
In this article, we are going to see how we get Caller Id information using numverify API. Numverify offers a powerful tool to deliver phone number validation and information lookup in portable JSON format by Just making a request using a simple URL.
For the following program to work you must have an API key and to get one simply Click here.
Module needed:
pip install bs4
pip install requests
Approach:
Program:
Output:
{
"valid":true,
"number":"919852638787",
"local_format":"09852638787",
"international_format":"+919852638787",
"country_prefix":"+91",
"country_code":"IN",
"country_name":"India (Republic of)",
"location":"Bihar",
"carrier":"Aircel Cellular Ltd",
"line_type":"mobile"
}