Phone Search

Look up phone profile based on a 10-digit US phone number.

Search for a Person by Phone Number

Securityapi_key
Request
query Parameters
phone
required
string

10 digit phone number

Responses
200

OK

Response Schema: application/json
Array of objects
Array
name
string
is_current_owner
string
id
string

Input ID into Person ID Search to obtain person data including contact information

additional_phones
Array of arrays
age
number
aliases
Array of arrays
object
schools
Array of arrays
emails
Array of arrays
previous_locations
Array of arrays
relatives
Array of arrays
social_profiles
Array of arrays
work_history
Array of arrays
akas
Array of arrays
Array of objects
Array
city
string
latitude
number
longitude
number
state
string
object
activity_status
string
activity_status_confidence
string
line_type
string
listing_type
string
special_service_type
string
carrier
string
carrier_type
string
is_valid
boolean
is_portable
boolean
is_toll_free_or_erc
boolean
time_zone
string
spam_risk_level
string
412

Precondition Failed

get/phones
Request samples
curl --header "X-api-key: [YOUR API KEY]" \
  -X GET 'https://api.spokeo.com/v3/phones?phone=1234567890'
Response samples
application/json
{
  • "owners": [
    • {
      }
    ],
  • "area_code_locations": [
    • {
      }
    ],
  • "phone_info": {
    • "activity_status": "Active",
    • "activity_status_confidence": "High",
    • "line_type": "Wireless",
    • "listing_type": "Unknown",
    • "special_service_type": null,
    • "carrier": "Verizon Wireless",
    • "carrier_type": "Wireless",
    • "is_valid": true,
    • "is_portable": true,
    • "is_toll_free_or_erc": true,
    • "time_zone": "America/Anytown",
    • "spam_risk_level": "Low"
    }
}