TypeScript integration
import IPQSNodeSDK from 'IPQSNodeSDK'; const client = new IPQSNodeSDK({ apiKey: "YOUR_API_KEY" });
curl \
https://ipqualityscore.com/api/json/url/{YOUR_API_KEY_HERE}/{URL_HERE}curl \
https://ipqualityscore.com/api/json/email/{YOUR_API_KEY_HERE}/{USER_EMAIL_HERE}curl \
https://ipqualityscore.com/api/json/phone/{YOUR_API_KEY_HERE}/{USER_PHONE_HERE}