Validate phones, detect carriers, assess reachability, and flag fraud risk with a single Number Lookup API—built for verification and messaging quality.
200+
Countries
< 200ms
Latency
Bulk
Lookups
24/7
Support

HLR
Live status
Carrier
Detection
Fraud
Signals
Validate, enrich, and score phone numbers before every critical message or verification.
Query Home Location Register data to validate numbers and understand live network status.
Identify the current network operator for accurate routing and cost optimization.
Classify mobile, landline, VOIP, premium, and toll-free numbers before you message.
Check if a number is reachable, absent, or barred to reduce failed delivery attempts.
Detect number portability so you bill and route against the true serving carrier.
Validate E.164 formatting, country codes, and national formats before send.
Process large number lists asynchronously with batch jobs and webhook completion events.
Surface risk indicators for virtual numbers, high-risk ranges, and suspicious patterns.
Pair Number Lookup with Verify, Identity, and Fraud Guard.
Confirm format & reachability
Only message good mobiles
Flag VOIP & high-risk ranges
Bulk hygiene for campaigns
From OTP quality to campaign hygiene and fraud control.
Filter unreachable or wrong-type numbers to cut wasted SMS spend and improve ROI.
Validate mobiles before sending OTPs to reduce friction and fraud in authentication.
Clean contact databases by removing invalid, landline, or ported-without-update numbers.
Choose the right channel and carrier path based on live number intelligence.
Block high-risk VOIP or disposable numbers before they enter high-value flows.
Validate international formats and carriers as you onboard users in new countries.
See carrier, type, ported status, and risk signals in a single response—ready for routing decisions.
Pay only for successful lookups. Volume discounts as you scale.
No commitment—bill per successful lookup
Volume pricing for active platforms
Committed volume and SLAs
Use the Sendexa SDK or REST endpoint to validate numbers, detect carriers, and score risk before you send.
// Number lookup with sendexa
import { Sendexa } from 'sendexa';
const client = new Sendexa({
apiKey: process.env.SENDEXA_API_KEY,
});
const result = await client.lookup.number({
phoneNumber: '+233241234567',
fields: [
'carrier',
'type',
'ported',
'reachable',
'risk',
],
});
// Or REST:
// GET /v1/lookup/number?phone=+233241234567
console.log(result.carrier, result.type, result.risk_score);
// Bulk job
const job = await client.lookup.bulk({
numbers: ['+233...', '+234...'],
webhookUrl: 'https://api.you.com/hooks/lookup',
});2B+
Lookups
200+
Countries
10k+
Businesses
99.99%
Uptime
Everything you need to know about Number Lookup / HLR.
Number Lookup queries network and number intelligence sources—including HLR where available—to return carrier, type, ported status, reachability, and validation data before you message.
You pay per successful lookup. Growth and Enterprise plans unlock lower unit rates with monthly volume. Failed or invalid API calls due to client errors are not billed the same as successful lookups.
Typical responses include E.164 number, country, number type (mobile/landline/VOIP), carrier, ported flag, reachability status, and optional fraud risk scores depending on plan.
Yes. Submit bulk jobs via the API, poll for status, or receive a webhook when the batch completes. Ideal for CRM cleanses and campaign list preparation.
Absolutely. Filtering invalid, unreachable, or non-mobile numbers before send reduces failed deliveries and wasted spend—especially on large outbound campaigns.
We score risk factors such as known VOIP ranges, disposable patterns, and anomalous activity. Use scores as hard blocks or soft signals in your verification flow.
Yes. Number Lookup sits in the Verification & Identity category and pairs well with Verify API for OTP delivery and Identity for full KYC workflows.
New accounts receive trial credits to test REST lookups and bulk jobs in sandbox and production-like environments before committing to volume.
Reduce failed messages, improve OTP quality, and stop fraud with Number Lookup. Start with trial credits today.