Submit a U.S. phone number and receive line type, carrier, last-seen date, and associated-person. Also returns DNC/TCPA risk flags and state DNC codes for compliance. 5 credits per successful hit; misses are not charged.
Pay Only on Hits JSON API CRM-Friendly Response
The response is intentionally compact and returns only the fields a CRM or dialing workflow can act on quickly.
Get normalized phone number, line type, carrier, and the most recent last-seen date returned by the data source.
Receive boolean DNC and TCPA flags plus a state_dnc array when state-level codes are returned.
Return light person context — name, age, city, and state — without exposing emails, address history, or additional phones.
Reverse phone append is for building a broader contact profile from a phone number. Phone Intelligence is for reviewing phone and compliance signals before the number enters your workflow.
{
"phone": "5125550100",
"hit": true,
"line_type": "Mobile",
"carrier": "T-MOBILE USA INC.",
"last_seen": "2026-07-01",
"dnc": false,
"tcpa": false,
"state_dnc": [],
"contactable": true,
"associated_persons_count": 1,
"associated_persons": [
{
"first_name": "Jane",
"last_name": "Doe",
"full_name": "Jane Doe",
"age": "41",
"city": "Austin",
"state": "TX"
}
],
"credits_deducted": 5
}
Check phones before dialing, importing records, assigning leads, or deciding whether a number should stay in a campaign. Returned compliance fields are informational and should be combined with your own consent records, policies, and legal review.