People Search Response Object

Personal info blocked out with "*"s, in real response data it will come back without obfuscatiion

{
"input": {
  "size": 1,
  "marital_status_code": "D",
  "city": "Richmond",
  "state": "VA"
},
"data": [
  {
    "personId": "284722063518",
    "firstName": "Ala*****",
    "lastName": "Cr*****",
    "middleName": null,
    "fullName": "Ala***** Cr*****",
    "age": "28",
    "gender": "F",
    "address": {
      "address": "301 K**** L**** Dr, Apt ***, Richmond, VA 23225",
      "streetAddress": "301 K**** L**** Dr",
      "city": "Richmond",
      "state": "VA",
      "zip": "23225"
    },
    "previousAddress": {
      "address": "6003 Rosetree Ln, Newark, DE 19702",
      "streetAddress": "6003 Rosetree Ln",
      "city": "Newark",
      "state": "DE",
      "zip": "19702"
    },
    "emails": [],
    "phones": [
      {
        "phone": "302455****",
        "phoneLastSeen": "2025-08-14",
        "phoneUsage12Month": "1",
        "phoneType": "L",
        "phoneFtcDnc": null
      },
      {
        "phone": "302561****",
        "phoneLastSeen": "2025-08-14",
        "phoneUsage12Month": "3",
        "phoneType": "W",
        "phoneFtcDnc": true
      }
    ],
    "maritalStatusCode": "D",
    "maritalStatusDescription": "Divorced",
    "occupationCode": null,
    "occupationDescription": "Unknown",
    "ethnicityCode": null,
    "ethnicityDescription": "Unknown",
    "lastUpdateDate": "2025-08-14"
  }
],
"statusCode": 200,
"statusMessage": "Success",
"match": true,
"resultCount": 10000,
"resultIndex": 1,
"live": true,
"requestExecutionTimeMS": "401ms"
}