ENDPOINTS
/lookupCarrier Lookup
Identifies the carrier and line type for any phone number worldwide. Returns carrier name, line type (mobile, landline, or voip), validity, and E.164 / national formatting details. Send the number in E.164 format (a + followed by country code and number), e.g. +14082292600 or +447911123456.
QUERY PARAMS
The phone number to look up, in E.164 format (include the country code).
{
"carrier": "Comcast",
"line_type": "fixedVoip",
"country_code": "US",
"phone_number": "+14082292600",
"is_valid_number": true,
"national_format": "(408) 229-2600",
"mobile_country_code": "313",
"mobile_network_code": "985",
"calling_country_code": "1"
}