Contact Us

Person ID Search

Find a person using their Person ID, a unique identifier obtained from the results of a Name Search, Email Search, Phone Search, or Address Search (for Property Owners or Residents).

Search for a Person by ID

Securityapi_key
Request
path Parameters
id
required
number

unique person identifier

Responses
200

OK - A successful Person ID Search returns a Spokeo profile.

Response Schema: application/json
object
object
id
string

A unique person identifier.

full_name
string

The person's full name.

first_name
string

The person's first name.

last_name
string

The person's last name.

aliases
Array of strings

Aliases assiciated with the person.

gender
string

The person's gender.

age
number

The person's current age or age at death.

dob_month
number

The month of the person's birth.

dob_year
number

The year of the person's birth.

is_deceased
boolean

A value of "true" signifies that the person is deceased, while "false" signifies that the person is alive.

death_month
number

The month of the person's death.

death_year
number

The year of the person's death.

marital_status
string

The person's marital status.

Array of objects

Addresses associated with the person.

Array of objects

Email addresses associated with the person.

Array of objects

Social profiles associated with the person.

Array of objects

Phone numbers associated with the person.

Array of objects

Relatives associated with the person.

Array of objects

Jobs the person held.

Array of objects

Schools the person attended.

Array of objects

Certifications the person received.

metadata
object
400

Bad Request

get/person_id/{id}
Request samples
curl --header "X-api-key: [YOUR API KEY]" \
  -X GET 'https://api.spokeo.com/v4/person_id/1234567890'
Response samples
application/json
{
  • "data": {
    • "person": {
      }
    },
  • "metadata": { }
}