There is a similar tool inside NCID which returns information about a phone number, though it may not be as up-to-date as the API call to this commercial service.
The NTYPE field will be empty for an invalid number:
It is quite possible that this API uses the same original data as ncid ...
Another thing to consider is that by using this online API to validate incoming calls ,
One is actually sharing the list of incoming calls with the company (who ever that is , that is providing this online service ) . (Not great for privacy... ).
On the other hand , the NCID tool is fully local , but only updated every release .
(Althought manual updates are possible for "advanced" users ) .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've recently found a new API which will allow users to inspect and validate phone numbers, just sharing it here with the group
https://apilayer.com/marketplace/number_verification-api
Lookups AND number validation can be performed as follows:
example response
A free account gives you 100 lookups per month
Last edit: nospam 2023-01-18
There is a similar tool inside NCID which returns information about a phone number, though it may not be as up-to-date as the API call to this commercial service.
The NTYPE field will be empty for an invalid number:
It is quite possible that this API uses the same original data as ncid ...
Another thing to consider is that by using this online API to validate incoming calls ,
One is actually sharing the list of incoming calls with the company (who ever that is , that is providing this online service ) . (Not great for privacy... ).
On the other hand , the NCID tool is fully local , but only updated every release .
(Althought manual updates are possible for "advanced" users ) .