DEV Community

Cover image for Risky Phone Numbers Lookup API
Ameed Jamous
Ameed Jamous

Posted on

1 1

Risky Phone Numbers Lookup API

Find out more information about a phone number before answering or making a call routing decision.

API Call:


curl --location --request GET 'https://apiv2.telecomsxchange.com/buyers/tools/numberscore/?cld=19542301111'

Enter fullscreen mode Exit fullscreen mode

Example Response


{
  "status": "success",
  "country_code": "ua",
  "phone_number": "+380913104000",
  "carrier": {
    "country_code": "ua",
    "country_name": "Ukraine",
    "description": "Ukr Telecom Mobile",
    "prefix": "38091",
    "number_score": "Risky number"
  }
}

Enter fullscreen mode Exit fullscreen mode

Good

The number has been seen in TCXC network before and had high durations and most probably a good number that belongs to a real person.

Risky

TCXC have never seen this number before or it had too many incomplete calls that never connected. Answer at your own risk.

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay