line type checker identifies whether a phone number is mobile, landline, VoIP, or toll-free. It works by querying the carrier's number-range assignment and network metadata for the number you enter.
You cannot determine line type from the number itself. Area codes and prefixes are shared across line types in most countries. A line type check queries live telecom databases to classify the number accurately.
Businesses use line type data to:
Abstract's line type checker covers 190+ countries and returns results in milliseconds.
When you enter a phone number, the checker runs two steps:
The check takes milliseconds and does not call or text the number.
Knowing which type you're dealing with changes how you handle the number: where to route messages, how much verification to require, and whether compliance rules apply.
SMS routing: SMS can only reach mobile numbers and some VoIP numbers. Sending to a landline fails silently, wasting a delivery attempt and potentially a verification code. Checking line type before sending lets you route SMS to mobile numbers, switch to voice calls for landlines, and flag VoIP numbers for extra verification.
Fraud detection: VoIP numbers are disproportionately used for fake signups, promo abuse, and disposable accounts. A line type check at the point of entry flags these numbers so you can apply stricter verification or block them. Combining line type with carrier data and email validation creates a stronger fraud signal.
TCPA and compliance: US TCPA rules treat mobile and landline numbers differently. Automated calls and texts to mobile numbers require prior express consent. Checking line type before outreach ensures you apply the correct rules and avoid fines tied to unconsented auto-dialed messages.
international and national formats of the submitted number.mobile, landline, voip, toll_free, personal, pager, unknown.curl --request GET \
--url https://phoneintelligence.abstractapi.com/v1{
"phone_number": "14159929960",
"phone_format": {
"international": "+14159929960",
"national": "(415) 992-9960"
},
"phone_carrier": {
"name": "T-Mobile",
"line_type": "Wireless",
"mcc": "310",
"mnc": "160"
},
"phone_location": {
"country_name": "United States",
"country_code": "US",
"country_prefix": "+1",
"region": "California",
"city": "San Francisco",
"timezone": "America/Los_Angeles"
},
"phone_messaging": {
"sms_domain": "tmomail.net",
"sms_email": "14159929960@tmomail.net"
},
"phone_validation": {
"is_valid": true,
"line_status": "active",
"is_voip": false,
"minimum_age": 1888
},
"phone_registration": {
"name": "Sergio Suarez",
"type": "consumer"
},
"phone_risk": {
"risk_level": "low",
"is_disposable": false,
"is_abuse_detected": false
},
"phone_breaches": {
"total_breaches": 1,
"date_first_breached": "2019-07-23",
"date_last_breached": "2019-07-23",
"breached_domains": [
{
"domain": "facebook.com",
"breach_date": "2019-07-23"
}
]
}
}Enter the number in the line type checker above to find out. The tool queries live carrier databases and returns whether the number is mobile, landline, VoIP, or toll-free. Results appear in seconds and work for numbers in 190+ countries.
ou cannot tell from the number alone whether it is a cell phone or landline. Area codes and prefixes are shared across line types in most countries. A line type checker queries the carrier's number-range assignment and network metadata to classify the number accurately.
VoIP (Voice over Internet Protocol) routes calls over the internet instead of a cellular or wired network. VoIP numbers are not tied to a physical SIM or address, which makes them easy to create in bulk. Cell phone numbers are assigned to a physical SIM by a mobile carrier. Line type matters for SMS routing, fraud detection, and compliance since VoIP numbers are more commonly associated with disposable accounts.
Line type determines how you communicate with a number. SMS only reaches mobile and some VoIP numbers, not landlines. TCPA rules in the US treat mobile and landline numbers differently for automated calls. VoIP numbers on signup forms carry higher fraud risk than mobile numbers. Knowing the line type before sending a message or making a call avoids wasted spend and compliance violations.
Yes. Abstract's line type checker covers 190+ countries. Enter any number with its country code or select the country from the dropdown. The tool queries carrier databases specific to each country and returns the line type, carrier name, and country.