← Back to catalog
ipqs.phone_check
mock data$0.003 / callPhone Fraud Detection
Check phone number for fraud risk — detects VOIP, prepaid, risky numbers, carrier info, line type (mobile/landline/VOIP), active status, leaked data. Returns fraud score (0-100) and geographic location. Supports international numbers with country filter (IPQualityScore)
Input schema
phonerequired
stringPhone number to check in E.164 or national format (e.g. "+12125551234", "2125551234")
country
stringISO 2-letter country code for national format numbers (e.g. "US", "GB")
strictness
integerFraud detection strictness 0-2
Call via REST
curl -X POST https://unifyapi.pro/api/call/ipqs.phone_check \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"phone":"<phone>","country":"<country>","strictness":0}'