Overview
Languages
Servers
https://api.spokeo.com/v5/

Search for Information on a Phone Number

Request

Query
phonestringrequired

The 10-digit US phone number you are using in your search.

curl -i -X GET \
  'https://api.spokeo.com/v5/phones?phone=string' \
  -H 'X-api-key: YOUR_API_KEY_HERE'

Responses

OK - A successful Phone Search returns an array of people associated with a phone number, as well as metadata.

Bodyapplication/json
dataobject
data.​ownersArray of objects
data.​owners[].​is_current_ownerboolean

A value of "true" signifies that the person is the current owner of the phone number, while "false" signifies that the person is either a possible current owner or a previous owner.

data.​owners[].​agenumber

The person’s current age or age at death.

Example: 62
data.​owners[].​additional_phonesArray of objects

Additional phone numbers associated with the person.

data.​owners[].​addressesArray of objects

Addresses associated with the person.

data.​owners[].​schoolsArray of objects

Schools the person attended.

data.​owners[].​emailsArray of objects

Email addresses associated with the person.

data.​owners[].​namesArray of objects

Names associated with the person.

data.​owners[].​idstring

A unique identifier associated with the person. Input this ID into Person ID Search to retrieve person data, including contact information.

Example: 1234567890
data.​owners[].​relativesArray of objects

Relatives associated with the person.

data.​owners[].​social_profilesArray of objects

Social profiles associated with the person.

data.​owners[].​work_historyArray of objects

Jobs the person held.

data.​owners[].​confidence_scorenumber

The confidence level of the phone owner.

Example: 34.53
data.​owners[].​is_companyboolean

Indicates whether the owner is a person or company.

Example: false
data.​owners[].​is_deceasedboolean

Indicates whether the owner is deceased.

Example: false
data.​owners[].​death_monthnumber

Owner's death month as a number.

Example: 11
data.​owners[].​death_yearnumber

Owner's death year as a number.

Example: 2010
data.​owners[].​dob_monthnumber

The person’s dob month as a number.

Example: 3
data.​owners[].​dob_yearnumber

The person’s dob year as a number.

Example: 1943
data.​owners[].​start_datedate

The start date of this phone owner.

Example: "1996-01-12"
data.​owners[].​end_datedate

The end date of this phone owner.

Example: "2025-01-31"
data.​area_code_locationsArray of objects
data.​area_code_locations[].​citystring

The city associated with the person.

Example: "Anytown"
data.​area_code_locations[].​latitudenumber

The latitude of the address associated with the person.

Example: 40.689247
data.​area_code_locations[].​longitudenumber

The longitude of the address associated with the person.

Example: -74.0451471
data.​area_code_locations[].​statestring

The state associated with the phone number's area code.

Example: "CA"
data.​phone_infoobject
data.​phone_info.​activity_statusstring

Returns whether the phone line is “Active” or “Inactive”.

Example: "Active"
data.​phone_info.​activity_status_confidencestring

The confidence level of the activity status.

Example: "High"
data.​phone_info.​line_typestring

Returns whether the phone line is “Landline”, “Wireless”, or “VOIP”.

Example: "Wireless"
data.​phone_info.​listing_typestring

Returns whether the phone service is "Residential", "Business", or "Special Services".

Example: "Unknown"
data.​phone_info.​special_service_typestring

The type of special service associated with the phone number (e.g. “Information Provider”).

Example: null
data.​phone_info.​carrierstring

The company providing the phone service.

Example: "Verizon Wireless"
data.​phone_info.​carrier_typestring

The type of business for the carrier (e.g. “Wireless”).

Example: "Wireless"
data.​phone_info.​is_validboolean

A value of "true" signifies that the phone number is properly formed and assigned to a carrier.

data.​phone_info.​is_portableboolean

A value of "true" signifies that the phone number can switch carriers.

data.​phone_info.​time_zonestring

The time zone associated with the phone number's area code.

Example: "America/Anytown"
data.​reputationobject
data.​reputation.​risk_levelstring

The risk level of the phone number.

Example: "High"
data.​reputation.​recent_search_countnumber

The number of recent searches of this phone number.

Example: 5
data.​reputation.​last_comment_datedate

The date of the last comment reported for this phone number.

Example: "2023-09-04"
data.​reputation.​is_toll_free_or_ercboolean

Flag to indicate whether the phone number is toll free or ERC.

Example: false
data.​reputation.​scorenumber

The reputation score of the phone number.

Example: 1
metadataobject
metadata.​total_owner_countnumber

The total count in the array of owners returned based on your search inputs.

Example: 1
Response
application/json
{ "data": { "owners": [ { "is_current_owner": true, "age": 62, "additional_phones": [ { "phone": 5551234567 } ], "addresses": [ { "address_id": "123a2bf|October Ln|47||", "street_address": "123 Main St", "city": "Anytown", "country": "United States", "latitude": 40.689247, "longitude": -74.0451471, "state": "MN", "zip": 55555, "start_date": "1996-01-12", "end_date": "2025-01-31" } ], "schools": [ { "name": "Anytown University", "type": "University", "location": "Anytown, CA", "linkedin": "linkedin.com/school/anytown-university", "facebook": "facebook.com/anytownuniversity", "twitter": "twitter.com/anytownuniversity", "website": "anytownuniversity.edu", "start_date": 2010, "end_date": 2012, "degrees": [ { "name": "computer science" } ] } ], "emails": [ { "email": "username@email.com" } ], "names": [ { "full_name": "John Smith", "first_name": "John", "last_name": "Smith", "name_type": "main" } ], "id": 1234567890, "relatives": [ { "full_name": "Jane Smith", "first_name": "Jane", "last_name": "Smith" } ], "social_profiles": [ { "profile_photo_url": "https://graph.facebook.com/123/picture?type=large&redirect=true", "profile_url": "https://www.facebook.com/jsmith" } ], "work_history": [ { "title": "Product Manager", "company_name": "Spokeo" } ], "confidence_score": 34.53, "is_company": false, "is_deceased": false, "death_month": 11, "death_year": 2010, "dob_month": 3, "dob_year": 1943, "start_date": "1996-01-12", "end_date": "2025-01-31" } ], "area_code_locations": [ { "city": "Anytown", "latitude": 40.689247, "longitude": -74.0451471, "state": "CA" } ], "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, "time_zone": "America/Anytown" }, "reputation": { "risk_level": "High", "recent_search_count": 5, "last_comment_date": "2023-09-04", "is_toll_free_or_erc": false, "score": 1 } }, "metadata": { "total_owner_count": 1 } }