Reference Guide#

Introduction#

Personator™ Cloud Service provides CASS/DPV certified Address Verification and optionally leverages comprehensive Consumer data for all-in-one email, phone, name checking, name to address verification, move update, and appending missing information, demographics, enrichments.

Base URL#

https://personator.melissadata.net

Licensing#

The License Key is a software key required to use the web service. You will receive your license key from your Melissa representative. If you don’t have a license key, contact the Melissa sales team at sales@melissa.com or 800-MELISSA ext. 3 (800-635-4772 ext. 3). Without a license key, Personator Consumer will not function.

To set the license key, use the id/CustomerID property in your requests.

Endpoints#

/V3/WEB/ContactVerify/doContactVerify#

The Personator Consumer doContactVerify endpoint does all the contact verification you need by choosing the actions and options you need.

Try It Now#

  • GET JSON
  • POST JSON
  • GET XML
  • POST XML
 curl -X GET "https://personator.melissadata.net/v3/WEB/ContactVerify/doContactVerify?\
 &t=\
 &id={{customerId}}\
 &act=Append\
 &cols=\
 &opt=Append:blank\
 &a1=22382%20Avenida%20Empresa\
 &a2=\
 &bday=\
 &bmo=\
 &byr=\
 &city=Rancho%20Santa%20Margarita\
 &comp=\
 &ctry=\
 &email=\
 &first=\
 &ff=\
 &format=JSON\
 &full=\
 &ip=\
 &lastline=\
 &last=\
 &mak=\
 &phone=\
 &postal=\
 &ss=\
 &state=California" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json"
 curl -X POST "https://personator.melissadata.net/v3/WEB/ContactVerify/doContactVerify" \
 -H "Content-Type: application/json" \
 -H "Accept: application/json" \
 -d '{
       "TransmissionReference": "",
       "Actions": "Append",
       "Columns": "",
       "CustomerID": "{{customerId}}",
       "Options": "Append:blank",
       "Records": [ {
         "AddressLine1": "22382 Avenida Empresa",
         "AddressLine2": "",
         "BirthDay": "",
         "BirthMonth": "",
         "BirthYear": "",
         "City": "Rancho Santa Margarita",
         "CompanyName": "",
         "Country": "",
         "EmailAddress": "",
         "FirstName": "",
         "Format": "JSON",
         "FreeForm": "",
         "FullName": "",
         "IPAddress": "",
         "LastLine": "",
         "LastName": "",
         "MelissaAddressKey": "",
         "MIK": "",
         "PhoneNumber": "",
         "PostalCode": "",
         "RecordID": "1",
         "SocialSecurity": "",
         "State": "California"
       },
       {
         "AddressLine1": "",
         "AddressLine2": "",
         "BirthDay": "",
         "BirthMonth": "",
         "BirthYear": "",
         "City": "",
         "CompanyName": "",
         "Country": "",
         "EmailAddress": "",
         "FirstName": "",
         "Format": "JSON",
         "FreeForm": "",
         "FullName": "",
         "IPAddress": "",
         "LastLine": "",
         "LastName": "",
         "MelissaAddressKey": "",
         "MIK": "",
         "PhoneNumber": "",
         "PostalCode": "",
         "RecordID": "2",
         "SocialSecurity": "",
         "State": ""
       }]
     }'
 curl -X GET "https://personator.melissadata.net/v3/WEB/ContactVerify/doContactVerify?\
 &t=\
 &id={{customerId}}\
 &act=Append\
 &cols=\
 &opt=Append:blank\
 &a1=22382%20Avenida%20Empresa\
 &a2=\
 &bday=\
 &bmo=\
 &byr=\
 &city=Rancho%20Santa%20Margarita\
 &comp=\
 &ctry=\
 &email=\
 &first=\
 &ff=\
 &format=XML\
 &full=\
 &ip=\
 &lastline=\
 &last=\
 &mak=\
 &phone=\
 &postal=\
 &ss=\
 &state=California" \
 -H "Content-Type: application/xml" \
 -H "Accept: application/xml"
 curl -X POST "https://personator.melissadata.net/v3/WEB/ContactVerify/doContactVerify" \
 -H "Content-Type: application/xml" \
 -H "Accept: */*" \
 -d '<Request>
       <TransmissionReference></TransmissionReference>
       <Actions>Append</Actions>
       <Columns></Columns>
       <CustomerID>{{customerId}}</CustomerID>
       <Options>Append:blank</Options>
       <Records>
         <RequestRecord>
           <AddressLine1>22382 Avenida Empresa</AddressLine1>
           <AddressLine2></AddressLine2>
           <BirthDay></BirthDay>
           <BirthMonth></BirthMonth>
           <BirthYear></BirthYear>
           <City>Rancho Santa Margarita</City>
           <CompanyName></CompanyName>
           <Country></Country>
           <EmailAddress></EmailAddress>
           <FirstName></FirstName>
           <FreeForm></FreeForm>
           <FullName></FullName>
           <IPAddress></IPAddress>
           <LastLine></LastLine>
           <LastName></LastName>
           <MelissaAddressKey></MelissaAddressKey>
           <PhoneNumber></PhoneNumber>
           <PostalCode></PostalCode>
           <RecordID>1</RecordID>
           <SocialSecurity></SocialSecurity>
           <State>California</State>
         </RequestRecord>
         <RequestRecord>
           <AddressLine1></AddressLine1>
           <AddressLine2></AddressLine2>
           <BirthDay></BirthDay>
           <BirthMonth></BirthMonth>
           <BirthYear></BirthYear>
           <City></City>
           <CompanyName></CompanyName>
           <Country></Country>
           <EmailAddress></EmailAddress>
           <FirstName></FirstName>
           <FreeForm></FreeForm>
           <FullName></FullName>
           <IPAddress></IPAddress>
           <LastLine></LastLine>
           <LastName></LastName>
           <MelissaAddressKey></MelissaAddressKey>
           <PhoneNumber></PhoneNumber>
           <PostalCode></PostalCode>
           <RecordID>2</RecordID>
           <SocialSecurity></SocialSecurity>
           <State></State>
         </RequestRecord>
       </Records>
     </Request>
    '

Request Parameters#

  • GET JSON
  • POST JSON
  • GET XML
  • POST XML

Code

Description

t

This is a string value that serves as a unique identifier for this set of records. It is returned as sent.

act

The action to take: Check, Verify or Append. Multiple actions are delimited with a ,.

cols

The column names or groups to be output. See Columns for more information.

id

The License Key issued by Melissa.

opt

Set Options

UsePreferredCity

Diacritics

AdvancedAddressCorrection

AdvancedAddressType

LongAddressFormat

CorrectSyntax

UpdateDomain

DatabaseLookup

StandardizeCasing

CorrectFirstName

StandardizeCompany

NameHint

GenderPopulation

GenderAggression

MiddleNameLogic

SalutationFormat

CentricHint

Append

Demographics

SSNCascade

DecennialCensusKey

a1

The input field for the address line 1.

a2

The input field for the address line 2.

bday

The birth day of the contact record in DD format.

bmo

The birth month of the contact record in MM format.

byr

The birth year of the contact record in YYYY format.

city

The city name.

comp

The company name.

ctry

The country. This can only take in variations of US or Canada. All other countries will return AS09 (Foreign Address). Invalid or blank inputs will default to US and Canada.

email

The email address.

first

The given (first) name.

format

The format of the response.

ff

The delimited or undelimited free form input that will be parsed by the service.

full

The full name. Name parsing will only happen if the first name and last name fields are blank.

ip

The IP Address for the record.

lastline

The city, state, and ZIP.

last

The family (last) name.

mak

A proprietary unique key identifier for an address.

mik

The input field for the Melissa Identity Key, a unique number for each individual.

phone

The phone number.

postal

The postal code.

ss

The Social Security Number for the record, accepts the full number or the last 4 digits.

state

The US state.

Code

Description

TransmissionReference

This is a string value that serves as a unique identifier for this set of records. It is returned as sent.

Actions

The action to take: Check, Verify or Append. Multiple actions are delimited with a ,.

Columns

The column names or groups to be output. See Columns for more information.

CustomerID

The License Key issued by Melissa.

Options

Set Options

UsePreferredCity

Diacritics

AdvancedAddressCorrection

AdvancedAddressType

LongAddressFormat

CorrectSyntax

UpdateDomain

DatabaseLookup

StandardizeCasing

CorrectFirstName

StandardizeCompany

NameHint

GenderPopulation

GenderAggression

MiddleNameLogic

SalutationFormat

CentricHint

Append

Demographics

SSNCascade

DecennialCensusKey

AddressLine1

The input field for the address line 1.

AddressLine2

The input field for the address line 2.

BirthDay

The birth day of the contact record in DD format.

BirthMonth

The birth month of the contact record in MM format.

BirthYear

The birth year of the contact record in YYYY format.

City

The city name.

CompanyName

The company name.

Country

The country. This can only take in variations of US or Canada. All other countries will return AS09 (Foreign Address). Invalid or blank inputs will default to US and Canada.

EmailAddress

The email address.

FirstName

The given (first) name.

Format

The format of the response.

FreeForm

The delimited or undelimited free form input that will be parsed by the service.

FullName

The full name. Name parsing will only happen if the first name and last name fields are blank.

IPAddress

The IP Address for the record.

LastLine

The city, state, and ZIP.

LastName

The family (last) name.

MelissaAddressKey

A proprietary unique key identifier for an address.

MIK

The input field for the Melissa Identity Key, a unique number for each individual.

PhoneNumber

The phone number.

PostalCode

The postal code.

RecordID

A unique identifier for the current record.

SocialSecurity

The Social Security Number for the record, accepts the full number or the last 4 digits.

State

The US state.

Code

Description

t

This is a string value that serves as a unique identifier for this set of records. It is returned as sent.

act

The action to take: Check, Verify or Append. Multiple actions are delimited with a ,.

cols

The column names or groups to be output. See Columns for more information.

id

The License Key issued by Melissa.

opt

Set Options

UsePreferredCity

Diacritics

AdvancedAddressCorrection

AdvancedAddressType

LongAddressFormat

CorrectSyntax

UpdateDomain

DatabaseLookup

StandardizeCasing

CorrectFirstName

StandardizeCompany

NameHint

GenderPopulation

GenderAggression

MiddleNameLogic

SalutationFormat

CentricHint

Append

Demographics

SSNCascade

DecennialCensusKey

a1

The input field for the address line 1.

a2

The input field for the address line 2.

bday

The birth day of the contact record in DD format.

bmo

The birth month of the contact record in MM format.

byr

The birth year of the contact record in YYYY format.

city

The city name.

comp

The company name.

ctry

The country. This can only take in variations of US or Canada. All other countries will return AS09 (Foreign Address). Invalid or blank inputs will default to US and Canada.

email

The email address.

first

The given (first) name.

format

The format of the response.

ff

The delimited or undelimited free form input that will be parsed by the service.

full

The full name. Name parsing will only happen if the first name and last name fields are blank.

ip

The IP Address for the record.

lastline

The city, state, and ZIP.

last

The family (last) name.

mak

A proprietary unique key identifier for an address.

mik

The input field for the Melissa Identity Key, a unique number for each individual.

phone

The phone number.

postal

The postal code.

ss

The Social Security Number for the record, accepts the full number or the last 4 digits.

state

The US state.

Code

Description

TransmissionReference

This is a string value that serves as a unique identifier for this set of records. It is returned as sent.

Actions

The action to take: Check, Verify or Append. Multiple actions are delimited with a ,.

Columns

The column names or groups to be output. See Columns for more information.

CustomerID

The License Key issued by Melissa.

Options

Set Options

UsePreferredCity

Diacritics

AdvancedAddressCorrection

AdvancedAddressType

LongAddressFormat

CorrectSyntax

UpdateDomain

DatabaseLookup

StandardizeCasing

CorrectFirstName

StandardizeCompany

NameHint

GenderPopulation

GenderAggression

MiddleNameLogic

SalutationFormat

CentricHint

Append

Demographics

SSNCascade

DecennialCensusKey

AddressLine1

The input field for the address line 1.

AddressLine2

The input field for the address line 2.

BirthDay

The birth day of the contact record in DD format.

BirthMonth

The birth month of the contact record in MM format.

BirthYear

The birth year of the contact record in YYYY format.

City

The city name.

CompanyName

The company name.

Country

The country. This can only take in variations of US or Canada. All other countries will return AS09 (Foreign Address). Invalid or blank inputs will default to US and Canada.

EmailAddress

The email address.

FirstName

The given (first) name.

Format

The format of the response.

FreeForm

The delimited or undelimited free form input that will be parsed by the service.

FullName

The full name. Name parsing will only happen if the first name and last name fields are blank.

IPAddress

The IP Address for the record.

LastLine

The city, state, and ZIP.

LastName

The family (last) name.

MelissaAddressKey

A proprietary unique key identifier for an address.

MIK

The input field for the Melissa Identity Key, a unique number for each individual.

PhoneNumber

The phone number.

PostalCode

The postal code.

RecordID

A unique identifier for the current record.

SocialSecurity

The Social Security Number for the record, accepts the full number or the last 4 digits.

State

The US state.

Columns#

Entering the column name will return the column. Specifying a group name will return all columns in the group.

Delimit multiple columns with a ,.

Group Name

Included Fields

[DEFAULT] Always return in the output structure.

AddressExtras

AddressKey

AddressLine1

AddressLine2

City

CompanyName

EmailAddress

MelissaAddressKey

MelissaAddressKeyBase

NameFull

PhoneNumber

PostalCode

RecordID

Records

Results

State

TotalRecords

TransmissionReference

TransmissionResults

Version

[No Group] - These fields have no group and have to be requested by the field name.

DateLastConfirmed

EstimatedHomeValue

MelissaIdentityKey

MoveDate

Occupation

OwnRent

PhoneCountryCode

PhoneCountryName

Plus4

PrivateMailBox

Suite

GrpAddressDetails - Address Details

AddressTypeCode

CarrierRoute

CityAbbreviation

CountryCode

CountryName

DeliveryIndicator

DeliveryPointCheckDigit

DeliveryPointCode

StateName

UrbanizationName

UTC

GrpCensus - Census Details

CBSACode

CBSADivisionCode

CBSADivisionLevel

CBSADivisionTitle

CBSALevel

CBSATitle

CensusBlock

CensusTract

CongressionalDistrict

CountyFIPS

CountyName

PlaceCode

PlaceName

GrpCensus2 - Additional Census Details

CensusKey

CountySubdivisionCode

CountySubdivisionName

ElementarySchoolDistrictCode

ElementarySchoolDistrictName

SecondarySchoolDistrictCode

SecondarySchoolDistrictName

UnifiedSchoolDistrictCode

UnifiedSchoolDistrictName

StateDistrictUpper

StateDistrictLower

GrpGeocode - Geocode Details

Latitude

Longitude

GrpDemographicBasic - Basic Demographics

ChildrenAgeRange

CreditCardUser

DateOfBirth

DateOfDeath

DemographicsGender

DemographicsResults

Education

EthnicCode

EthnicGroup

HouseholdIncome

HouseholdSize

LengthOfResidence

MaritalStatus

PoliticalParty

PresenceOfChildren

PresenceOfSenior

GrpIPAddress - IP Address Details

DistanceAddressToIP

IPAddress

IPCity

IPConnectionSpeed

IPConnectionType

IPContinent

IPCountryAbbreviation

IPCountryName

IPDomainName

IPISPName

IPLatitude

IPLongitude

IPPostalCode

IPProxyDescription

IPProxyType

IPRegion

IPUTC

GrpNameDetails - Name Details

Gender

Gender2

NameFirst

NameFirst2

NameLast

NameLast2

NameMiddle

NameMiddle2

NamePrefix

NamePrefix2

NameSuffix

NameSuffix2

Salutation

GrpParsedAddress - Parsed Address Details

AddressDeliveryInstallation

AddressHouseNumber

AddressLockBox

AddressPostDirection

AddressPreDirection

AddressPrivateMailboxName

AddressPrivateMailboxRange

AddressRouteService

AddressStreetName

AddressStreetSuffix

AddressSuiteName

AddressSuiteNumber

GrpParsedEmail - Parsed Email Details

DomainName

MailboxName

TopLevelDomain

GrpParsedPhone - Parsed Phone Details

AreaCode

NewAreaCode

PhoneExtension

PhonePrefix

PhoneSuffix

Options#

List options in the following format, with multiple options delimited with a ;.

OptionName:Parameter;OptionName:Parameter
UsePreferredCity#

Check(Address)

For every city in the United States, there is an official name that is preferred by the U.S. Postal Service. There may be one or more unofficial or “vanity” names in use. Normally, Personator allows you to verify addresses using known vanity names. If the usePreferredCity is set to on, Personator will substitute the preferred city name for all vanity names when it verifies an address.

Parameter

Description

off

Default. No substitution will occur.

on

Will substitute the preferred city name for all vanity names.

Diacritics#

Check(Address)

Determines whether or not French language characters are returned. If set to auto, those characters are only returned if they are in the input.

Parameter

Description

auto

Default. Diacritics only returned if in the input.

on

Will return diacritics.

off

No diacritics returned.

AdvancedAddressCorrection#

Check(Address)

Uses the name input to perform more advanced address corrections. This can correct or append house numbers, street names, cities, states, and ZIP codes.

Parameter

Description

off

Default. No advanced address corrections will occur.

on

Will use name input to perform advanced address corrections.

AdvancedAddressType#

Check(Address)

This option allows you to select whether to return the simplified address type codes or the advanced and more complete address type codes.

See Address Type codes for the full list of possible codes. There are different codes available depending on AdvancedAddressType being set to either on or off.

Parameter

Description

off

Default. Only Default Address Types are returned (S, G, M, P, R, and U).

on

All possible address type codes are returned (US Address Type, Canadian Address Type).

LongAddressFormat#

Check(Address)

This function controls how Personator handles the abbreviations of suffixes and directionals when standardizing a street address. Setting this option to on will spell out any suffix and directional abbreviations (Ave to Avenue). Setting this option to auto will preserve the suffix and directional as they were entered. In auto mode, if a spelled out “avenue” is entered, we will keep the suffix spelled out and vice versa.

Parameter

Description

off

Default. Will abbreviate suffixes and directionals.

on

Will spell out suffixes and directional abbreviations.

auto

Will preserve suffixes and directionals as entered.

CorrectSyntax#

Check(Email)

If set to on, corrects the syntax of the Email field.

Parameter

Description

on

Default. Will correct the syntax of the Email field.

off

No corrections will occur.

UpdateDomain#

Check(Email)

If set to on, determines whether the domain name is out of date and updates it.

Parameter

Description

on

Default. Will update the domain if it is out of date.

off

No updates will occur.

DatabaseLookup#

Check(Email)

If set to on, verification of domain names will be attempted using a database of valid domains.

Parameter

Description

on

Default. Will attempt to verify domain names.

off

No verification will occur.

StandardizeCasing#

Check(Email)

If set to on, changes all letters in the Email field to lower case before any checking occurs.

Parameter

Description

on

Default. Will standardize all letters to lower case.

off

No case changes will occur.

CorrectFirstName#

Check(Name)

If set to on, allows common spelling corrections for the FirstName field.

Parameter

Description

on

Default. Will perform spelling corrections on the FirstName field.

off

No spelling corrections will occur.

StandardizeCompany#

Check(Name)

If set to on, the CompanyName field will be returned with standard abbreviation, capitalization, and punctuation rules applied.

Parameter

Description

on

Default. Will perform standard abbreviation, capitalization, and punctuation on the CompanyName field.

off

No changes will occur.

NameHint#

Check(Name)

Sets the name hint for the input name.

Parameter

Description

varying

Default. If necessary, statistical logic will be employed to determine name order, with no bias toward either name order.

definitelyfull

Name will always be treated as normal name order, regardless of formatting or punctuation.

verylikelyfull

Name will be treated as normal name order unless inverse order is clearly indicated by formatting or punctuation.

probablyfull

If necessary, statistical logic will be employed to determine name order, with a bias toward normal name order.

probablyinverse

If necessary, statistical logic will be employed to determine name order, with a bias toward inverse name order.

verylikelyinverse

Name will be treated as inverse name order unless normal order is clearly indicated by formatting or punctuation.

definitelyinverse

Name will always be treated as inverse name order, regardless of formatting or punctuation.

mixedfirstname

Name field is expected to only contain prefixes, first, and middle names.

mixedlastname

Name field is expected to only contain last names and suffixes.

GenderPopulation#

Check(Name)

Sets the gender balance of the source data, either predominantly male, female, or mixed (evenly split).

Parameter

Description

mixed

Default. Sets source data gender balance to mixed.

male

Sets source data gender balance to predominantly male.

female

Sets source data gender balance to predominantly female.

GenderAggression#

Check(Name)

Sets how aggressive genderization is for neutral first names.

Parameter

Description

neutral

Default. Gender agression is neutral.

conservative

Gender aggression is conservative.

aggressive

Gender aggression is aggressive.

MiddleNameLogic#

Check(Name)

Determines the handling of middle names.

  • ParseLogic: Middle names that are typically last names are considered to be part of a hyphenated last name.

  • HypenatedLast: The middle word is assumed to be part of the last name. For Example: “Matthew Edward Jones” is treated as “Matthew Edward-Jones.”

  • MiddleName: The middle word is assumed to be a middle name. For example: “Matthew Svensson Jones.” “Svensson” would be considered a middle name instead of part of the last name.

Parameter

Description

parselogic

Default. Middle name typically a last name is assumed to be a hypenated last name.

hyphenatedlast

Middle word assumed to be part of the last name.

middlename

Middle word assumed to be a middle name.

SalutationFormat#

Check(Name)

Sets the salutation format for the response.

  • Formal: Dear Mr. Smith

  • Informal: Dear John

  • First/Last: Dear John Smith

Parameter

Description

formal

Default. Sets the salutation format to formal.

informal

Sets the salutation format to informal.

firstlast

Sets the salutation format to first/last.

CentricHint#

Verify(Address, Phone, Email)

When set to Auto, it first uses Address if available, followed by Phone if no Address is available, and lastly Email if neither Address nor Phone are available. Use this to tell the service which piece of information to use as the primary pivot when verifying information.

Parameter

Description

auto

Default. Will use Address, Phone, then Email as a primary pivot.

address

Will use Address as a primary pivot.

phone

Will use Phone as a primary pivot.

email

Will use Email as a primary pivot.

ssn

Will use Social Security Number as a primary pivot.

Append#

Append(Address, Phone, Email)

Setting this option to Blank will cause the service to return information only when the input address, phone, email, name or company is blank.

Setting this option to CheckError will cause the service to return information when there are errors to either the address, phone, email, name or company. What an error entails are defined as follows:

  • Address Error: If the input address was not found in the database, was not at the least partially verified, or could not be corrected. (does not contain AS01, AS02, or AS03).

  • Phone Error: If the input phone number was not matched to either the 10 digit or 7 digit level at the least. (does not contain PS01 or PS02).

  • Email Error: If the input email address was not found in the database, or if the email is unconfirmed. (does not contain ES01 or ES03).

  • Name Error: If the input name did not parse successfully (does not contain NS01)

  • Company Error: If the input company was blank.

Setting the Append option to Always will cause the service to return information all the time, regardless of whether the input address, phone, email, name or company is blank or incorrect.

Parameter

Description

blank

Default. Returns information when the input field is blank.

checkerror

Returns information when there are errors.

always

Always returns information.

Demographics#

Determines the data masking of demographics columns.

  • Yes: No data masking will be performed. All selected output columns will be returned.

  • Mask: Demographic columns’ data will be ‘masked’; it will be replaced with the ‘Y’ character if the column returns non-blank data. All selected output columns will be returned. This will return fields normally restricted for a credit license.

  • MaskOnly: Demographic columns’ data will be ‘masked’; it will be replaced with the ‘Y’ character if the column returns non-blank data. All other requested columns will be in the response structure but will be blank. This will return fields normally restricted for a credit license.

  • ValueOnly: All data in the demographics columns will be returned. All other requested columns will be in the response structure but will be blank.

Parameter

Description

yes

Default. Returns the requested demographics with other other check columns.

mask

Returns the requested masked demographics with other check columns.

maskonly

Returns only the requested masked demographics.

valueonly

Returns only the requested demographics.

SSNCascade#

Verify(SSN)

If set to on, cascading logic for SSN for SSN Verification and append. The cascading logic is as follows:

  1. First try to verify Full Name and Full SSN

  2. If there is no match, then verify the Last Name and Full SSN

  3. If there is no match, then verify the Full Name and Last 4 SSN

Parameter

Description

off

Default. No cascading will occur.

on

The cascading verification logic for SSN and Name will be applied.

DecennialCensusKey#

Check(Address)

Set the preferred Census information returned, whether the latest one or the decennial version.

Parameter

Description

off

Default. Return the latest Census information available.

2020

Return the 2020 static decennial census database released.

2010

Return the 2010 static decennial census database released.

FuzzyLookup#

Check(Email)

If set to on, the API will attempt to to apply fuzzy matching algorithms to the input domain for correction.

Parameter

Description

on

Default. Will apply fuzzy matching correction to the domain.

off

No corrections will occur.

Headers#

  • GET JSON
  • POST JSON
  • GET XML
  • POST XML
 Content-Type: application/json; charset=utf-8
 Accept: application/json
 Content-Type: application/json; charset=utf-8
 Accept: application/json
 Content-Type: application/xml; charset=utf-8
 Accept: application/xml
 Content-Type: application/xml; charset=utf-8
 Accept: application/xml

Response#

  • GET JSON
  • POST JSON
  • GET XML
  • POST XML
  {
    "Records": [
      {
        "AddressExtras": " ",
        "AddressKey": "92688211282",
        "AddressLine1": "22382 Avenida Empresa",
        "AddressLine2": " ",
        "City": "Rancho Santa Margarita",
        "CompanyName": " ",
        "EmailAddress": " ",
        "MelissaAddressKey": "8008006245",
        "MelissaAddressKeyBase": " ",
        "NameFull": " ",
        "PhoneNumber": " ",
        "PostalCode": "92688-2112",
        "RecordExtras": " ",
        "RecordID": "1",
        "Reserved": " ",
        "Results": "AC02,AC03,AS01",
        "State": "CA"
      }
    ],
    "TotalRecords": "1",
    "TransmissionReference": " ",
    "TransmissionResults": " ",
    "Version": "5.6.13"
  }
  {
    "Records": [
      {
        "AddressExtras": " ",
        "AddressKey": "92688211282",
        "AddressLine1": "22382 Avenida Empresa",
        "AddressLine2": " ",
        "City": "Rancho Santa Margarita",
        "CompanyName": " ",
        "EmailAddress": " ",
        "MelissaAddressKey": "8008006245",
        "MelissaAddressKeyBase": " ",
        "NameFull": " ",
        "PhoneNumber": " ",
        "PostalCode": "92688-2112",
        "RecordExtras": " ",
        "RecordID": "1",
        "Reserved": " ",
        "Results": "AC02,AC03,AS01",
        "State": "CA"
      },
      {
        "AddressExtras": " ",
        "AddressKey": " ",
        "AddressLine1": " ",
        "AddressLine2": " ",
        "City": " ",
        "CompanyName": " ",
        "EmailAddress": " ",
        "MelissaAddressKey": " ",
        "MelissaAddressKeyBase": " ",
        "NameFull": " ",
        "PhoneNumber": " ",
        "PostalCode": " ",
        "RecordExtras": " ",
        "RecordID": "2",
        "Reserved": " ",
        "Results": " ",
        "State": " "
      }
    ],
    "TotalRecords": "2",
    "TransmissionReference": " ",
    "TransmissionResults": " ",
    "Version": "5.6.13"
  }
  <Response xmlns="http://schemas.datacontract.org/2004/07/WcfServiceMD.mdContactVerify" xmlns:i="http://www.w3.org/2001/          XMLSchema-instance">
    <Records>
      <ResponseRecord>
        <AddressDeliveryInstallation />
        <AddressExtras />
        <AddressHouseNumber />
        <AddressKey>92688211282</AddressKey>
        <AddressLine1>22382 Avenida Empresa</AddressLine1>
        <AddressLine2 />
        <AddressLockBox />
        <AddressPostDirection />
        <AddressPreDirection />
        <AddressPrivateMailboxName />
        <AddressPrivateMailboxRange />
        <AddressRouteService />
        <AddressStreetName />
        <AddressStreetSuffix />
        <AddressSuiteName />
        <AddressSuiteNumber />
        <AddressTypeCode />
        <AreaCode />
        <CBSACode />
        <CBSADivisionCode />
        <CBSADivisionLevel />
        <CBSADivisionTitle />
        <CBSALevel />
        <CBSATitle />
        <CarrierRoute />
        <CensusBlock />
        <CensusKey />
        <CensusTract />
        <ChildrenAgeRange />
        <City>Rancho Santa Margarita</City>
        <CityAbbreviation />
        <CompanyName />
        <CongressionalDistrict />
        <CountryCode />
        <CountryName />
        <CountyFIPS />
        <CountyName />
        <CountySubdivisionCode />
        <CountySubdivisionName />
        <CreditCardUser />
        <DateOfBirth />
        <DateOfDeath />
        <DeliveryIndicator />
        <DeliveryPointCheckDigit />
        <DeliveryPointCode />
        <DemographicsGender />
        <DemographicsResults />
        <DistanceAddressToIP />
        <DomainName />
        <Education />
        <ElementarySchoolDistrictCode />
        <ElementarySchoolDistrictName />
        <EmailAddress />
        <Gender />
        <Gender2 />
        <HouseholdIncome />
        <HouseholdSize />
        <IPAddress />
        <IPCity />
        <IPConnectionSpeed />
        <IPConnectionType />
        <IPContinent />
        <IPCountryAbbreviation />
        <IPCountryName />
        <IPDomainName />
        <IPISPName />
        <IPLatitude />
        <IPLongitude />
        <IPPostalCode />
        <IPProxyDescription />
        <IPProxyType />
        <IPRegion />
        <IPUTC />
        <Latitude />
        <LengthOfResidence />
        <Longitude />
        <MailboxName />
        <MaritalStatus />
        <MelissaAddressKey>8008006245</MelissaAddressKey>
        <MelissaAddressKeyBase />
        <MoveDate />
        <NameFirst />
        <NameFirst2 />
        <NameFull />
        <NameLast />
        <NameLast2 />
        <NameMiddle />
        <NameMiddle2 />
        <NamePrefix />
        <NamePrefix2 />
        <NameSuffix />
        <NameSuffix2 />
        <NewAreaCode />
        <Occupation />
        <OwnRent />
        <PhoneCountryCode />
        <PhoneCountryName />
        <PhoneExtension />
        <PhoneNumber />
        <PhonePrefix />
        <PhoneSuffix />
        <PlaceCode />
        <PlaceName />
        <Plus4 />
        <PoliticalParty />
        <PostalCode>92688-2112</PostalCode>
        <PresenceOfChildren />
        <PresenceOfSenior />
        <PrivateMailBox />
        <RecordExtras />
        <RecordID>1</RecordID>
        <Reserved />
        <Results>AC02,AC03,AS01</Results>
        <Salutation />
        <SecondarySchoolDistrictCode />
        <SecondarySchoolDistrictName />
        <State>CA</State>
        <StateDistrictLower />
        <StateDistrictUpper />
        <StateName />
        <Suite />
        <TopLevelDomain />
        <TypesOfVehicles />
        <UTC />
        <UnifiedSchoolDistrictCode />
        <UnifiedSchoolDistrictName />
        <UrbanizationName />
      </ResponseRecord>
    </Records>
    <TotalRecords>1</TotalRecords>
    <TransmissionReference />
    <TransmissionResults />
    <Version>5.6.13</Version>
  </Response>
  <Response xmlns="http://schemas.datacontract.org/2004/07/WcfServiceMD.mdContactVerify" xmlns:i="http://www.w3.org/2001/          XMLSchema-instance">
    <Records>
      <ResponseRecord>
        <AddressDeliveryInstallation />
        <AddressExtras />
        <AddressHouseNumber />
        <AddressKey>92688211282</AddressKey>
        <AddressLine1>22382 Avenida Empresa</AddressLine1>
        <AddressLine2 />
        <AddressLockBox />
        <AddressPostDirection />
        <AddressPreDirection />
        <AddressPrivateMailboxName />
        <AddressPrivateMailboxRange />
        <AddressRouteService />
        <AddressStreetName />
        <AddressStreetSuffix />
        <AddressSuiteName />
        <AddressSuiteNumber />
        <AddressTypeCode />
        <AreaCode />
        <CBSACode />
        <CBSADivisionCode />
        <CBSADivisionLevel />
        <CBSADivisionTitle />
        <CBSALevel />
        <CBSATitle />
        <CarrierRoute />
        <CensusBlock />
        <CensusKey />
        <CensusTract />
        <ChildrenAgeRange />
        <City>Rancho Santa Margarita</City>
        <CityAbbreviation />
        <CompanyName />
        <CongressionalDistrict />
        <CountryCode />
        <CountryName />
        <CountyFIPS />
        <CountyName />
        <CountySubdivisionCode />
        <CountySubdivisionName />
        <CreditCardUser />
        <DateOfBirth />
        <DateOfDeath />
        <DeliveryIndicator />
        <DeliveryPointCheckDigit />
        <DeliveryPointCode />
        <DemographicsGender />
        <DemographicsResults />
        <DistanceAddressToIP />
        <DomainName />
        <Education />
        <ElementarySchoolDistrictCode />
        <ElementarySchoolDistrictName />
        <EmailAddress />
        <Gender />
        <Gender2 />
        <HouseholdIncome />
        <HouseholdSize />
        <IPAddress />
        <IPCity />
        <IPConnectionSpeed />
        <IPConnectionType />
        <IPContinent />
        <IPCountryAbbreviation />
        <IPCountryName />
        <IPDomainName />
        <IPISPName />
        <IPLatitude />
        <IPLongitude />
        <IPPostalCode />
        <IPProxyDescription />
        <IPProxyType />
        <IPRegion />
        <IPUTC />
        <Latitude />
        <LengthOfResidence />
        <Longitude />
        <MailboxName />
        <MaritalStatus />
        <MelissaAddressKey>8008006245</MelissaAddressKey>
        <MelissaAddressKeyBase />
        <MoveDate />
        <NameFirst />
        <NameFirst2 />
        <NameFull />
        <NameLast />
        <NameLast2 />
        <NameMiddle />
        <NameMiddle2 />
        <NamePrefix />
        <NamePrefix2 />
        <NameSuffix />
        <NameSuffix2 />
        <NewAreaCode />
        <Occupation />
        <OwnRent />
        <PhoneCountryCode />
        <PhoneCountryName />
        <PhoneExtension />
        <PhoneNumber />
        <PhonePrefix />
        <PhoneSuffix />
        <PlaceCode />
        <PlaceName />
        <Plus4 />
        <PoliticalParty />
        <PostalCode>92688-2112</PostalCode>
        <PresenceOfChildren />
        <PresenceOfSenior />
        <PrivateMailBox />
        <RecordExtras />
        <RecordID>1</RecordID>
        <Reserved />
        <Results>AC02,AC03,AS01</Results>
        <Salutation />
        <SecondarySchoolDistrictCode />
        <SecondarySchoolDistrictName />
        <State>CA</State>
        <StateDistrictLower />
        <StateDistrictUpper />
        <StateName />
        <Suite />
        <TopLevelDomain />
        <TypesOfVehicles />
        <UTC />
        <UnifiedSchoolDistrictCode />
        <UnifiedSchoolDistrictName />
        <UrbanizationName />
      </ResponseRecord>
      <ResponseRecord>
        <AddressDeliveryInstallation />
        <AddressExtras />
        <AddressHouseNumber />
        <AddressKey />
        <AddressLine1 />
        <AddressLine2 />
        <AddressLockBox />
        <AddressPostDirection />
        <AddressPreDirection />
        <AddressPrivateMailboxName />
        <AddressPrivateMailboxRange />
        <AddressRouteService />
        <AddressStreetName />
        <AddressStreetSuffix />
        <AddressSuiteName />
        <AddressSuiteNumber />
        <AddressTypeCode />
        <AreaCode />
        <CBSACode />
        <CBSADivisionCode />
        <CBSADivisionLevel />
        <CBSADivisionTitle />
        <CBSALevel />
        <CBSATitle />
        <CarrierRoute />
        <CensusBlock />
        <CensusKey />
        <CensusTract />
        <ChildrenAgeRange />
        <City />
        <CityAbbreviation />
        <CompanyName />
        <CongressionalDistrict />
        <CountryCode />
        <CountryName />
        <CountyFIPS />
        <CountyName />
        <CountySubdivisionCode />
        <CountySubdivisionName />
        <CreditCardUser />
        <DateOfBirth />
        <DateOfDeath />
        <DeliveryIndicator />
        <DeliveryPointCheckDigit />
        <DeliveryPointCode />
        <DemographicsGender />
        <DemographicsResults />
        <DistanceAddressToIP />
        <DomainName />
        <Education />
        <ElementarySchoolDistrictCode />
        <ElementarySchoolDistrictName />
        <EmailAddress />
        <Gender />
        <Gender2 />
        <HouseholdIncome />
        <HouseholdSize />
        <IPAddress />
        <IPCity />
        <IPConnectionSpeed />
        <IPConnectionType />
        <IPContinent />
        <IPCountryAbbreviation />
        <IPCountryName />
        <IPDomainName />
        <IPISPName />
        <IPLatitude />
        <IPLongitude />
        <IPPostalCode />
        <IPProxyDescription />
        <IPProxyType />
        <IPRegion />
        <IPUTC />
        <Latitude />
        <LengthOfResidence />
        <Longitude />
        <MailboxName />
        <MaritalStatus />
        <MelissaAddressKey />
        <MelissaAddressKeyBase />
        <MoveDate />
        <NameFirst />
        <NameFirst2 />
        <NameFull />
        <NameLast />
        <NameLast2 />
        <NameMiddle />
        <NameMiddle2 />
        <NamePrefix />
        <NamePrefix2 />
        <NameSuffix />
        <NameSuffix2 />
        <NewAreaCode />
        <Occupation />
        <OwnRent />
        <PhoneCountryCode />
        <PhoneCountryName />
        <PhoneExtension />
        <PhoneNumber />
        <PhonePrefix />
        <PhoneSuffix />
        <PlaceCode />
        <PlaceName />
        <Plus4 />
        <PoliticalParty />
        <PostalCode />
        <PresenceOfChildren />
        <PresenceOfSenior />
        <PrivateMailBox />
        <RecordExtras />
        <RecordID>2</RecordID>
        <Reserved />
        <Results />
        <Salutation />
        <SecondarySchoolDistrictCode />
        <SecondarySchoolDistrictName />
        <State />
        <StateDistrictLower />
        <StateDistrictUpper />
        <StateName />
        <Suite />
        <TopLevelDomain />
        <TypesOfVehicles />
        <UTC />
        <UnifiedSchoolDistrictCode />
        <UnifiedSchoolDistrictName />
        <UrbanizationName />
      </ResponseRecord>
    </Records>
    <TotalRecords>2</TotalRecords>
    <TransmissionReference />
    <TransmissionResults />
    <Version>5.6.13</Version>
  </Response>
Service Level Response Fields#

Output Name

Description

TotalRecords

Total number of records.

TransmissionReference

Optional. Serves as a unique request identifier.

TransmissionResults

Lists error codes from any errors caused by the most recent request as a whole.

Version

The current service version number.

Record Level Response Fields#
[Default]#

Output Name

Description

AddressExtras

Any extra information that does not fit in the AddressLine fields.

AddressKey

Returns a unique identifier for an address. This key can be used with other current and future Melissa services.

AddressLine1

Returns the address entered in the AddressLine field. If two addresses were entered and only one is valid, the valid address is returned instead. This includes the suite and private mailbox.

AddressLine2

If two addresses are passed into the AddressLine field, the second address is returned here. If only one of two addresses is valid, the valid address will be returned in Address Line 1.

City

Returns the city entered in the City field.

CompanyName

Returns the company name.

EmailAddress

Returns the email address entered in the Email field.

MelissaAddressKey

Returns a unique key associated with an address.

MelissaAddressKeyBase

Returns a unique key associated with a building containing multiple suites/apartments.

NameFull

Returns the full name for the record.

PhoneNumber

Returns the standardized phone number for the record.

PostalCode

Returns the 9-digit postal code for U.S. addresses and 6-digit postal code for Canadian addresses.

RecordID

This is a string value that is a unique identifier for the current record if one was sent in the request. Use this element to match a request record and the corresponding response record.

Results

This is a string value with comma delimited status, error codes, and change codes for the record.

State

Returns the state for the record.

[No Group]#

Output Name

Description

DateLastConfirmed

Returns the date this record was last seen updated from one of Personator’s Data Sources.

EstimatedHomeValue*

The estimated value of the home, given in U.S. Dollars. *Credit Licenses Note.

MelissaIdentityKey

Returns a unique key associated with an individual. In order to retrieve the MelissaIdentityKey, the Check and Verify Actions must both be enabled: "Actions":"Check,Verify"

MoveDate

Returns the date associated with the move address.

Occupation*

Returns the category for the individual’s occupation. Record Level Product Codes has a list of occupation product codes. *Credit Licenses Note.

OwnRent*

Returns the individual’s status as owner or renter of the property. Record Level Product Codes has a list of own/rent product codes. *Credit Licenses Note.

PhoneCountryCode

Returns the 2 character country code for the phone number entered in the Phone field.

PhoneCountryName

Returns the full country name for the phone number entered in the Phone field.

Plus4

Returns the 4-digit plus4 for the input address. If this column is requested, the PostalCode field will only contain the 5-digit ZIP for U.S. addresses.

PrivateMailBox

Returns the private mail box number for the address in the AddressLine field, if any. Private mailboxes are private mail boxes in commercial mail receiving agencies, like a UPS Store. If requested, the Private mailbox will be populated in this field instead of the Address field.

Suite

Returns the suite for the address in the AddressLine field, if any. If requested, the suite will be populated in this field instead of the Address field.

GrpAddressDetails#

Output Name

Description

AddressTypeCode

Returns a code for the address type in the AddressLine field. Please see the Result Code Details for the list of possible codes.

CarrierRoute

Returns a 4-character code defining the carrier route for this record.

CityAbbreviation

Returns an abbreviation for the city entered in the City field, if any.

CountryCode

Returns the country code for the country in the Country field.

CountryName

Returns the country name for the record.

DeliveryIndicator

Returns an indicator of whether an address is a business address or residential address. Record Level Product Codes has a list of delivery indicator product codes.

DeliveryPointCheckDigit

Returns a string value containing the 1-digit delivery point check digit.

DeliveryPointCode

Returns a string value containing the 2-digit delivery point code.

StateName

Returns the full name of the state entered in the State field.

UrbanizationName

Returns the urbanization name for the address entered in the AddressLine field. Usually only used if the address is in Puerto Rico.

UTC

Returns the time zone of the requested record. All Melissa Data products express time zones in UTC (Coordinated Universal Time).

GrpCensus#

Output Name

Description

CBSACode

Census Bureau’s Core Based Statistical Area (CBSA). Returns the 5-digit code for the CBSA associated with the requested record.

CBSADivisionCode

Returns the code for a division associated with the requested record, if any.

CBSADivisionLevel

Returns whether the CBSA division, if any, is metropolitan or micropolitan.

CBSADivisionTitle

Returns the title for the CBSA division, if any.

CBSALevel

Returns whether the CBSA is metropolitan or micropolitan.

CBSATitle

Returns the title for the CBSA.

CensusBlock

Returns a 4-digit string containing the census block number associated with the requested record.

CensusTract

Returns a 4-to 6-digit string containing the census tract number associated with the requested record. Census tracts are small subdivisions of a county.

CongressionalDistrict

Returns the 2-digit congressional district that belongs to the requested record.

CountyFIPS

Returns the FIPS code for the county in the County field.

CountyName

Returns the county name.

PlaceCode

When ZIP codes overlap, the City field will always return the city that covers most of the ZIP area. If the address is located outside of that city but within the ZIP Code, Place Code will refer to that area.

PlaceName

When ZIP codes overlap, the City field will always return the city that covers most of the ZIP area. If the address is located outside of that city but within the ZIP Code, Place Name will refer to that area.

GrpCensus2#

Output Name

Description

CensusKey

Returns a 15 digit string containing the concatenated County FIPS, Census Tract and Census Block.

CountySubdivisionCode

Returns a 5 digit string representing the County Subdivision Code for the requested record.

CountySubdivisionName

Returns the County Subdivision Name for the requested record.

ElementarySchoolDistrictCode

Returns a 5 digit string representing the Elementary School District Code for the requested record.

ElementarySchoolDistrictName

Returns the Elementary School District Name for the requested record.

SecondarySchoolDistrictCode

Returns a 5 digit string representing the Secondary School District Code for the requested record.

SecondarySchoolDistrictName

Returns the Secondary School District Name for the requested record.

StateDistrictLower

Returns a 3 digit string representing the Lower State District Code for the requested record.

StateDistrictUpper

Returns a 3 digit string representing the Upper State District Code for the requested record.

UnifiedSchoolDistrictCode

Returns a 5 digit string representing the Unified School District Code for the requested record.

UnifiedSchoolDistrictName

Returns the Secondary Unified District Name for the requested record.

GrpGeocode#

Output Name

Description

Latitude

Returns the geocoded latitude for the address entered in the AddressLine field.

Longitude

Returns the geocoded longitude for the address entered in the AddressLine field.

GrpDemographicBasic#

Personator Demographics is part of a premium package. Requesting for GrpDemographicBasic will result in outputting multiple demographic columns, which may incur unnecessary charges. To avoid this, please request only for specific demographic columns when not using all the demographics included in this group.

These Fields Will NOT Return on a Credit License. The GrpDemographicBasic fields will not return while using a credit license. If you try to use these fields with a credit license, you will instead have a GE29 error code returned.

Output Name

Description

ChildrenAgeRange*

Returns the age range of children present in the household. Record Level Product Codes has a list of child age range product codes. *Credit Licenses Note.

CreditCardUser*

Returns whether the user has a credit card or not. *Credit Licenses Note.

DateOfBirth*

Returns the date of birth in the format YYYYMM. Accuracy is only to the month. *Credit Licenses Note.

DateOfDeath*

Returns the full date of death in the format YYYYMMDD. *Credit Licenses Note.

DemographicsGender*

Returns gender based on demographics data. Record Level Product Codes has a list of demographics gender product codes. *Credit Licenses Note.

DemographicsResults

If any demographics are enabled, Demographics Results will return a comma delimited string containing all the results of the demographics combined.

Education*

Returns the highest level of education completed by an individual. Record Level Product Codes has a list of education product codes. *Credit Licenses Note.

EthnicCode*

Returns an individual’s specific ethnicity. Record Level Product Codes has a list of ethnicity product codes. *Credit Licenses Note.

EthnicGroup*

Returns the grouped category for a person’s ethnicity. This is a more generalized grouping compared to Ethnic Codes. Record Level Product Codes has a list of ethnic group product codes. *Credit Licenses Note.

HouseholdIncome*

Returns the range of the household’s income. *Credit Licenses Note.

HouseholdSize*

Returns the number of occupants in the household. *Credit Licenses Note.

LengthOfResidence*

Returns the range of the individual’s length of residency in their current address. Record Level Product Codes has a list of length of residence product codes. *Credit Licenses Note.

MaritalStatus*

Returns the individual’s marital status. *Credit Licenses Note.

PoliticalParty*

Returns an individual’s political affiliation. Record Level Product Codes has a list of political party product codes. *Credit Licenses Note.

PresenceOfChildren*

Returns the presence of children in the household. *Credit Licenses Note.

PresenceOfSenior*

Returns the presence of senior/s in the household that are 55 and above. Record Level Product Codes has a list of presence of senior product codes. *Credit Licenses Note.

GrpIPAddress#

Output Name

Description

DistanceAddressToIP

This is the distance in miles between the latitude and longitude of the physical location of the IP Addressn and the latitude and longitude of the input Address.

IPAddress

The IP address being looked up.

IPCity

The city where the IP address is located.

IPConnectionSpeed

The connection speed associated with this IP address. Record Level Product Codes has a list of ip connection speed product codes.

IPConnectionType

The type of connection used by this IP address. Record Level Product Codes has a list of ip connection type product codes.

IPContinent

The continent where the IP address is located.

IPCountryAbbreviation

The ISO 3166-1 alpha-2 country code of the country where the IP address is located.

IPCountryName

The full name of the country where the IP address is located.

IPDomainName

The domain name associated with this IP address.

IPISPName

The name of the Internet Service Provider associated with the IP Address.

IPLatitude

The latitude for the IP address. This usually points to the IP Address’s postal code.

IPLongitude

The longitude for the IP address. This usually points to the IP Address’s postal code.

IPPostalCode

The postal code where the IP Address is located.

IPProxyDescription

Additional Details for the Proxy Type returned. Record Level Product Codes has a list of ip proxy description product codes.

IPProxyType

The type of proxy for an IP Address. Record Level Product Codes has a list of ip proxy type product codes.

IPRegion

The region where the IP address is located, specific meaning varies from country to country. For IPs in the US this field returns the state that the IP is located within.

IPUTC

The GMT offset for the area where the IP address is located.

GrpNameDetails#

Output Name

Description

Gender

Returns a gender for the name in the FullName field.

Gender2

Only used if 2 names are in the FullName field. Returns a gender for the second name in the FullName field.

NameFirst

Returns the first name in the FullName field.

NameFirst2

Only used if 2 names are in the FullName field. Returns the second name in the FullName field.

NameLast

Returns the last name in the FullName field.

NameLast2

Only used if 2 names are in the FullName field. Returns a last name for the second name in the FullName field.

NameMiddle

Returns a middle name for the name in the FullName field.

NameMiddle2

Only used if 2 names are in the FullName field. Returns a middle name for the second name in the FullName field.

NamePrefix

Returns a prefix for the name in the FullName field.

NamePrefix2

Only used if 2 names are in the FullName field. Returns a prefix for the second name in the FullName field.

NameSuffix

Returns a suffix for the name in the FullName field.

NameSuffix2

Only used if 2 names are in the FullName field. Returns a suffix for the second name in the FullName field.

Salutation

Returns a salutation for the name in the FullName field.

GrpParsedAddress#

Output Name

Description

AddressDeliveryInstallation

Canada Only. Returns the parsed delivery installation for the address entered in the AddressLine field.

AddressHouseNumber

Returns the parsed house number for the address entered in the AddressLine field.

AddressLockBox

Canada Only. Returns the parsed lock box number for the address entered in the AddressLine field.

AddressPostDirection

Returns the parsed post-direction for the address entered in the AddressLine field.

AddressPreDirection

Returns the parsed pre-direction for the address entered in the AddressLine field.

AddressPrivateMailboxName

Returns the parsed private mailbox name for the address entered in the AddressLine field.

AddressPrivateMailboxRange

Returns the parsed private mailbox range for the address entered in the AddressLine field.

AddressRouteService

Canada Only. Returns the parsed route service number for the address entered in the AddressLine field.

AddressStreetName

Returns the parsed street name for the address entered in the AddressLine field.

AddressStreetSuffix

Returns the parsed street suffix for the address entered in the AddressLine field.

AddressSuiteName

Returns the parsed suite name for the address entered in the AddressLine field.

AddressSuiteNumber

Returns the parsed suite number for the address entered in the AddressLine field.

GrpParsedEmail#

Output Name

Description

DomainName

Returns the parsed domain name for the email entered in the Email field.

MailboxName

Returns the parsed mailbox name for the email entered in the Email field.

TopLevelDomain

Returns the parsed top-level domain name for the email entered in the Email field.

GrpParsedPhone#

Output Name

Description

AreaCode

Returns the parsed area code for the phone number entered in the Phone field.

NewAreaCode

Returns the parsed new area code for the phone number entered in the Phone field.

PhoneExtension

Returns the parsed extension for the phone number entered in the Phone field.

PhonePrefix

Returns the parsed prefix for the phone number entered in the Phone field.

PhoneSuffix

Returns the parsed suffix for the phone number entered in the Phone field.

Credit Licenses#

The following fields will not return for credit licenses and will instead return a GE29 error code.

  • ChildrenAgeRange

  • CreditCardUser

  • DateOfBirth

  • DateOfDeath

  • DemographicsGender

  • Education

  • EstimatedHomeValue

  • EthnicCode

  • EthnicGroup

  • HouseholdIncome

  • HouseholdSize

  • LengthOfResidence

  • MaritalStatus

  • Occupation

  • OwnRent

  • PoliticalParty

  • PresenceOfChildren

  • PresenceOfSenior

Input Best Practices#

This service can deal with multiple languages and scripts. It expects UTF-8 encoding. Be on the lookout for question marks (?), squares (▖) or other unwanted characters like �. They may be an indication of encoding issues and may result in data loss. Bad encoding or character loss is not something our service can correct for you.

Result Codes#

Result codes yield more granular information about a given record. They are returned as a comma-delimited string of 4-character alpha-numeric codes, e.g. AC02,AS01 or AE01.

SE## and GE## Codes#

The SE## and GE## codes (Transmission Service Error and General Transmission Error) are used to signify more general errors, and are returned under the key TransmissionResults in the outermost level of our responses.

Service Level Result Codes#

Code

Short Description

Long Description

Transmission Service Error

SE01

Cloud Service Internal Error

The cloud service experienced an internal error.

General Transmission Error

GE01

Empty Request Structure

The SOAP, JSON, or XML request structure is empty. Not to be confused with the GE01 GeoCode result code.

GE02

Empty Request Record Structure

The SOAP, JSON, or XML request record structure is empty. Not to be confused with the GE02 GeoCode result code.

GE03

Records Per Request Exceeded

The counted records sent more than the number of records allowed per request.

GE04

Empty License Key

The License Key is empty.

GE05

Invalid License Key

The License Key is invalid.

GE06

Disabled License Key

The License Key is disabled.

GE07

Invalid Request

The SOAP, JSON, or XML request is invalid.

GE08

Product/Level Not Enabled

The License Key is invalid for this product or level.

GE09

Customer Does Not Exist

The Customer ID is not in our system.

GE10

Customer License Disabled

The encrypted license is on the ban list.

GE11

Customer Disabled

The Customer ID is disabled.

GE12

IP Blacklisted

The IP Address is on the global ban list.

GE13

IP Not Whitelisted

The IP Address is not on the customer’s whitelist.

GE14

Out of Credits

The account has ran out of credits. Add more credits to continue using the service.

GE20

Verify Not Activated

The Verify package was requested but is not active for the License Key.

GE21

Append Not Activated

The Append package was requested but is not active for the License Key.

GE22

Move Not Activated

The Move package was requested but is not active for the License Key.

GE23

No Valid Action Requested

No valid action was requested by the service. The request must include at least one of the following actions: Check, Verify, Append, or Move.

GE24

Demographics Not Activated

The Demographics package was requested but is not active for the License Key.

GE27

IP Columns Not Activated

IP Columns requested but not active for the customer ID.

GE28

SSN Verification Not Activated

SSN Verification requested but not active for the customer ID.

GE29

Not Available for Credit License

The requested fields were not available for a credit license. To have access to the demographics fields, please upgrade your license to a subscription.

General Transmission Warning

GW01

Expiring License

Your License Key is expiring soon. Please contact your sales representative for a new License Key.

GW11

Option Name Error

The option name is either misspelled or incorrect.

GW12

Option Value Error

The option value is misspelled or incorrectly formatted.

Personator Status

SP01

No Action

A record was sent in, but the service did not have enough information to modify the record.

Record Level Result Codes#

Code

Short Description

Long Description

AC - Address Change

AC01

Postal Code Change

The postal code was changed or added.

AC02

Administrative Area Change

The administrative area (state, province) was added or changed.

AC03

Locality Change

The locality (city, municipality) name was added or changed.

AC04

Alternate to Base Change

US Only. The address was found to be an alternate record and changed to the base (preferred) version.

AC05

Alias Name Change

US Only. An alias is a common abbreviation for a long street name, such as “MLK Blvd” for “Martin Luther King Blvd.” This change code indicates that the full street name (preferred) has been substituted for the alias.

AC06

Address1/Address2 Swap

Address1 was swapped with Address2 because Address1 could not be verified and Address2 could be verified.

AC07

Address1 & Company Swapped

Address1 was swapped with Company because only Company had a valid address.

AC08

Plus4 Change

US Only. A non-empty plus4 was changed.

AC09

Dependent Locality Change

The dependent locality (urbanization) was changed.

AC10

Thoroughfare Name Change

The thoroughfare (street) name was added or changed due to a spelling correction.

AC11

Thoroughfare Type Change

The thoroughfare (street) leading or trailing type was added or changed, such as from “St” to “Rd.”

AC12

Thoroughfare Directional Change

The thoroughfare (street) pre-directional or post-directional was added or changed, such as from “N” to “NW.”

AC13

Sub Premise Type Change

The sub premise (suite) type was added or changed, such as from “STE” to “APT.”

AC14

Sub Premise Number Change

The sub premise (suite) unit number was added or changed.

AC20

House Number Change

The house number was changed.

AE - Address Error

AE01

General Error

The address could not be verified. This is likely due to a missing or invalid locality or postal code.

AE02

Unknown Street

Could not match the input street to a unique street name. Either no matches or too many matches found.

AE03

Component Mismatch Error

The combination of directionals (N, E, SW, etc) and the suffix (AVE, ST, BLVD) is not correct and produced multiple possible matches.

AE04

Non-Deliverable Address

US Only. A physical plot exists but is not a deliverable addresses. One example might be a railroad track or river running alongside this street, as they would prevent construction of homes in that location.

AE05

Multiple Match

The address was matched to multiple records. There is not enough information available in the address to break the tie between multiple records.

AE06

Early Warning System

US Only. This address currently cannot be verified but was identified by the Early Warning System (EWS) as belonging to a upcoming area and will likely be included in a future update.

AE07

Missing Minimum Address

Minimum requirements for the address to be verified is not met. Address must have at least one address line and also the postal code or the locality/administrative area.

AE08

Sub Premise Number Invalid

The thoroughfare (street address) was found but the sub premise (suite) was not valid.

AE09

Sub Premise Number Missing

The thoroughfare (street address) was found but the sub premise (suite) was missing.

AE10

Premise Number Invalid

The premise (house or building) number for the address is not valid.

AE11

Premise Number Missing

The premise (house or building) number for the address is missing.

AE12

Box Number Invalid

The PO (Post Office Box), RR (Rural Route), or HC (Highway Contract) Box number is invalid.

AE13

Box Number Missing

The PO (Post Office Box), RR (Rural Route), or HC (Highway Contract) Box number is missing.

AE14

PMB Number Missing

US Only. The address is a Commercial Mail Receiving Agency (CMRA) and the Private Mail Box (PMB or #) number is missing.

AE17

Sub Premise Not Required (Deprecated - See AS23)

A sub premise (suite) number was entered but the address does not have secondaries. (Deprecated - See AS23)

AE21

MAK Not Found

The input MAK was not found. This can be caused by an improperly formatted MAK (a proper MAK is 10 numerical digits long) or by requesting a MAK number that has not yet been assigned to a location.

AS - Address Status

AS01

Address Fully Verified

The address is valid and deliverable according to official postal agencies.

AS02

Valid Building Address

The building address was verified but the suite/apartment number is missing or invalid.

AS03

Non USPS Address Match

US Only. This US address is not serviced by the USPS but does exist and may receive mail through third party carriers like UPS.

AS04

Proprietary Address Format

The address uses a proprietary addressing scheme where only the format could be validated.

AS09

Foreign Address

The address is in a non-supported country.

AS10

CMRA Address

US Only. The address is a Commercial Mail Receiving Agency (CMRA) like a Mailboxes Etc. These addresses include a Private Mail Box (PMB or #) number.

AS11

PBSA Address

A PO Box formatted as a street address for package and mail delivery.

AS12

Record Move

The record moved to a new address.

AS13

Address Updated By LACS

US Only. The address has been converted by LACSLink® from a rural-style address to a city-style address.

AS14

Suite Appended

US Only. A suite was appended by SuiteLink™ using the address and company name.

AS15

Apartment Appended

An apartment number was appended by AddressPlus using the address and last name.

AS16

Vacant Address

US Only. The address has been unoccupied for more than 90 days.

AS17

No USPS Mail Delivery

This address is classified as not receiving mail by the USPS via their No-Stat flag. Delivery might still be possible by third party carriers but that cannot be counted on.

AS18

DPV Locked Out

US Only. DPV processing was terminated due to the detection of what is determined to be an artificially created address.

AS20

Deliverable only by USPS

US Only. This address can only receive mail delivered through the USPS (i.e. PO Box or a military address).

AS23

Extraneous Suite Information

Extraneous information not used in verifying the address was found. This information was returned in the suite field.

AS24

USPS Door Not Accessible

Address identified by the USPS where carriers cannot physically access a building or door for mail delivery.

AS25

Unique ZIP code

The address contains a USPS unique ZIP code which means any address may be marked as deliverable.

AS26

Unknown Data Moved to ParsedGarbage

The input contains data that could not be identified. That data is returned in the ParsedGarbage/AddressExtras field

AS27

Phantom Route address

Addresses that are assigned to a phantom route of R777 or R779.

CD - Presence of Children

CD01

No Children Present

There are no children under the age of 18 at this address.

CD02

Children Present

There are children under the age of 18 at this address.

DA - Append Results

DA00

Address Appended

An address was changed or appended.

DA01

City/State Append from Phone

A city or state was appended from a phone number wire center.

DA10

Name Appended

A full name was changed or appended.

DA20

Company Appended

A company name was changed or appended.

DA30

Phone Appended

A phone number was changed or appended.

DA40

Email Appended

An email address was changed or appended.

DD - Date of Death

DD00

Not Deceased

This person is not deceased.

DD01

Deceased

This person is deceased.

EE - Email Error

EE01

Email Syntax Error

There is a syntax error in the submitted email address.

EE02

Email Domain Not Found

A Domain of the submitted email address was not found.

EE03

Email Server Not Found

The mail server of the submitted email address was not found.

EE04

Invalid Email

An invalid mailbox was detected (i.e. noreply).

ES - Email Status

ES01

Valid Email

This email was confirmed to be a valid email.

ES02

Invalid Email

This email was confirmed to be a invalid email.

ES03

Unknown Email

This email’s status is unknown due to unknown external factors. Please try again another time.

ES04

Mobile Email Address

The domain name was identified as a mobile email address and classified as not deliverable by the FCC.

ES05

Disposable Domain

The domain name of the submitted email was identified as a disposable domain.

ES06

Spamtrap Domain

The domain name of the submitted email was identified as a spamtrap. Mailing to this domain could result in the sender being blacklisted.

ES07

Accept All Server

The mail server is an accept all server. Accept-All domains is set in a way that makes all emails seem valid.

ES10

Syntax Changed

The syntax of the submitted email address was changed.

ES11

Top Level Domain Changed

The top level domain of the submitted email address was changed.

ES12

Domain Changed (Spelling)

The domain of the submitted email address was corrected for spelling.

ES13

Domain Changed (Update)

The domain of the submitted email address was updated due to a domain name change.

ES21

Verify (Precision: Cached Mailbox Result)

The mailbox was found to be already validated in our mailbox database.

ES36

Spamtrap Mailbox

Indicates that we predict this email address is a spamtrap mailbox. Mailing to this specific mailbox could result in the sender being blacklisted.

GD - Demographics Gender

GD01

Male

This person is male.

GD02

Female

This person is female.

GD03

Neutral

The sex of this person cannot be determined from the first name.

GEO-GS - GeoCode Status

GS01

Geocoded to Street Level

The record was coded to the street level (Zip+4 for US, full postal code for CA).

GS03

Geocoded to Community Level

The record was coded to the community level (ZIP centroid for US, 3-digit postal code for CA).

GS05

Geocoded to Rooftop Level

The record was geocoded down to the rooftop level, meaning the point is within the property boundaries, usually the center.

GS06

Geocoded to Interpolated Rooftop Level

The record was geocoded down to the rooftop level using interpolation (educated estimations using street coordinates). The point may be in or close to the property boundaries.

GS10

Wire Center Lat/Long

The latitude and longitude are based off of the wire center of the phone number.

GEO-GE - GeoCode Error

GE01

Regional Geocode Not Found

Geocode could not be appended for the input locality or postal code.

GE02

No Geocode for Input Address

The input address did not provide enough valid information to append a geocode.

ID - Household Income

ID01

$0-$9,999

Household Income is between $0 and $9,999.

ID02

$10,000-$19,999

Household Income is between $10,000 and $19,999.

ID03

$20,000-$29,999

Household Income is between $20,000 and $29,999.

ID04

$30,000-$39,999

Household Income is between $30,000 and $39,999.

ID05

$40,000-$49,999

Household Income is between $40,000 and $49,999.

ID06

$50,000-$59,999

Household Income is between $50,000 and $59,999.

ID07

$60,000-$69,999

Household Income is between $60,000 and $69,999.

ID08

$70,000-$79,999

Household Income is between $70,000 and $79,999.

ID09

$80,000-$89,999

Household Income is between $80,000 and $89,999.

ID10

$90,000-$99,999

Household Income is between $90,000 and $99,999.

ID11

$100,000-$124,999

Household Income is between $100,000 and $124,999.

ID12

$125,000-$149,999

Household Income is between $125,000 and $149,999.

ID13

$150,000+

Household Income is above $150,000.

LD - Length of Residence

LD00

Less than 1 year

The person has lived at this address for less than 1 year.

LD01

1-2 years

The person has lived at this address for 1 to 2 years.

LD02

2-3 years

The person has lived at this address for 2 to 3 years.

LD03

3-4 years

The person has lived at this address for 3 to 4 years.

LD04

4-5 years

The person has lived at this address for 4 to 5 years.

LD05

5-6 years

The person has lived at this address for 5 to 6 years.

LD06

6-7 years

The person has lived at this address for 6 to 7 years.

LD07

7-8 years

The person has lived at this address for 7 to 8 years.

LD08

8-9 years

The person has lived at this address for 8 to 9 years.

LD09

9-10 years

The person has lived at this address for 9 to 10 years.

LD10

10-11 years

The person has lived at this address for 10 to 11 years.

LD11

11-12 years

The person has lived at this address for 11 to 12 years.

LD12

12-13 years

The person has lived at this address for 12 to 13 years.

LD13

13-14 years

The person has lived at this address for 13 to 14 years.

LD14

14-15 years

The person has lived at this address for 14 to 15 years.

LD15

15+ years

The person has lived at this address for more than 15 years.

MD - Marital Status

MD01

Definitely Single

This person is single

MD02

Inferred Single

This person is most likely single

MD03

Inferred Married

This person is most likely married

MD04

Definitely Married

This person in married

NE - Name Error

NE01

Unrecognized Format

Format of Input string was not recognized or too long to represent a valid name.

NE02

Multiple First Names Detected

Multiple first names were detected and could not be accurately genderized.

NE03

Vulgarity Detected

A vulgarity was detected in the name.

NE04

Suspicious Word Detected

The name contained words found on the list of nuisance names, such as “Mickey Mouse.”

NE05

Company Name Detected

The name contained words normally found in a company name.

NE06

Non-Alphabetic Character Detected

The name contained a non-alphabetic character.

NS - Name Status

NS01

Parsing Successful

Name parsing was successful.

NS02

Error Parsing

An error was detected. Please check for a name error code.

NS03

First Name Spelling Corrected

The spelling in the first name field was corrected.

NS04

First Name 2 Spelling Corrected

The spelling in the second first name field was corrected.

NS05

First Name 1 Found

FirstName1 was found in our census table of names. Very likely to be a real first name.

NS06

Last Name 1 Found

LastName1 was found in our census table of names. Very likely to be a real last name.

NS07

First Name 2 Found

FirstName2 was found in our census table of names. Very likely to be a real first name.

NS08

Last Name 2 Found

LastName2 was found in our census table of names. Very likely to be a real last name.

PE - Phone Error

PE01

Invalid Phone

The area code/phone number does not exist in our database or contains non-numbers.

PE02

Blank Phone

The phone number is blank.

PE03

Bad Phone

The phone number has too many or too few digits.

PE04

Multiple Match

Two or more possible area codes are available as a fix and their distance is too close to choose one over the other.

PE05

Bad Prefix/Prefix +1

The phone prefix or first 7-digits do not exist in our database.

PS - Phone Status

PS01

Valid Phone

The phone number has been verified as valid.

PS02

7-Digit Match

The first 7-digits of the phone number have been verified, but activity cannot be confirmed.

PS03

Corrected Area Code

NewAreaCode contains corrected area code that was changed according to the postal code it falls into.

PS06

Updated Area Code

The area code was changed due to an area code split. The updated code is located within NewAreaCode.

PS07

Cellular Line

On activation, the exchange type of the phone number was designated as a cellular number, but current status cannot be confirmed.

PS08

Land Line

On activation, the exchange type of the phone number was designated as a land line, but current status cannot be confirmed.

PS09

VOIP Line

On activation, the exchange type of the phone number was designated as a VOIP line, but current status cannot be confirmed.

PS10

Residential Number

The phone number belongs to a residence.

PS11

Business Number

The phone number belongs to a business.

PS12

SOHO Number

The phone number belongs to a small office or home office.

RD - Own/Rent

RD01

Definite Renter

This person is a renter.

RD02

Inferred Renter

This person is most likely a renter.

RD03

Inferred Owner

This person is most likely an owner.

RD04

Definite Owner

This person is an owner.

SN - Security Number

SN01

Invalid SSN Format or Number

The SSN had too many or too few digits.

VR - Verify Results

VR01

Individual and Address Match

The individual name and address match.

VR02

Individual and Phone Match

The individual name and phone match.

VR03

Individual and Email Match

The individual name and email match.

VR04

Address and Phone Match

The address and phone match.

VR05

Address and Email Match

The address and email match.

VR06

Phone and Email Match

The phone and email match.

VR07

Organization and Address Match

The organization name and address match.

VR08

Organization and Phone Match

The organization name and phone match.

VR09

Organization and Email Match

The organization name and email match.

VR10

Organization and Individual Match

The organization name and individual name match.

VR11

Name and SSN Match

Matched the name field to the Social Security Number.

VS - Verify Status

VS00

Address Not Found

An address was not found in the reference data.

VS01

Historical Address Match

The current address is outdated and a newer address match was found. Use the “Move” action to get the latest address.

VS02

Partial Address Match

A match was made to a partial address. This could be due to matching the street address but not to the suite.

VS12

Last Name Match

A match was made to the last name only.

VS13

First Name Match

A match was made to the first name only.

VS22

Partial Company Name Match

A match was made to a partial company name.

VS30

Phone Not Found

A phone number was not found in the reference data.

VS31

Historical Phone Match

The current phone number is outdated and a newer phone number match was found. Use the “Append” action to get the latest phone number.

VS40

Email Not Found

An email address was not found in the reference data.

VS41

Historical Email Address

The current email address is outdated and a newer email address match was found. Use the “Append” action to get the latest email address.

VS50

Last4 Only Match

The name only matched to the last 4 digits of the Social Security Number.

WD - Occupation

WD01

Physician/Dentist

Physician/Dentist

WD02

Healthcare

Healthcare

WD03

Lawyer/Judge

Lawyer/Judge

WD04

Professional/Technical

Professional/Technical

WD05

Management

Management

WD06

Teacher/Educator

Teacher/Educator

WD07

Sales/Marketing

Sales/Marketing

WD08

Clerical/Service Worker

Clerical/Service Worker

WD09

Tradesmen/Laborer

Tradesmen/Laborer

WD10

Farmer

Farmer

WD11

Student

Student

WD12

Homemaker

Homemaker

WD13

Retired

Retired

WD14

Federal Employee

Federal Employee

WD15

Military

Military

WD16

Military Retired

Military Retired

WD99

Other

Other

WD17

Business Owner

Business Owner

WD18

Religious

Religious

WD19

Self Employed

Self Employed

WD20

Financial

Financial

Record Level Product Codes#

Code

Description

Address Type US

A

Alias

F

Firm or Company

H

Highrise or Business Complex

G

General Delivery

M

Military Address

P

PO Box

R

Rural Route

S

Street or Residential

U

Unique/LVR

Address Type Canada

1

Street

2

Street Served by Route and GD

3

Lock Box

4

Route Service

5

General Delivery

B

LVR Street

C

Government Street

D

LVR Lock Box

E

Government Lock Box

L

LVR General Delivery

K

Building

Address Type Default

G

General Delivery

M

Military Address

P

PO Box

R

Rural Route

S

Street or Residential

U

Unique/LVR

Code

Description

ChildrenAgeRange

Blank

The field is blank.

0-2

The child is 0 to 2 years old.

3-5

The child is 3 to 5 years old.

6-10

The child is 6 to 10 years old.

11-15

The child is 11 to 15 years old.

16-17

The child is 16 to 17 years old.

Code

Description

DeliveryIndicator

R

Residence

B

Business

U

Unknown

DemographicsGender

Male

Female

Unknown

Neutral (Pat, Chris, etc.)

Education

Blank

High School

College

Graduate School

Vocational/Technical School

EthnicCode

Afghan

African-American

Albanian

Aleutian

Algerian

American Indian

Arabian

Armenian

Ashanti

Australian

Austrian

Azerbaijani

Bahrain

Bangladesh

Basotho

Basque

Belgian

Belorussian

Beninese

Bhutanese

Black African

Bosnian Muslim

Botswanian

Bulgarian

Burkina Faso

Burundian

Cameroonian

Caribbean African American

Central African Republic

Chadian

Chechnyan

Chinese

Comoros

Congolese

Croatian

Czech

Danish

Djiboutian

Dutch

Egyptian

English

Equatorial Guinea

Estonian

Ethiopian

Fiji

Finnish

French

Gabon

Gambian

Georgian

German

Ghanaian

Greek

Guinea Bissau

Guinean

Guyanese

Hausa

Hawaiian

Icelandic

Indian

Indonesian

Iraqi

Irish

Italian

Ivorian

Japanese

Jewish

Kampuchean/Khmer(Cambodian)

Kazakhstan

Kenyan

Kirghizia

Korean

Kurdish

Kuwaiti

Kyrgyzstani

Laotian

Latvian

Lesotho

Liberian

Libyan

Liechtenstein

Lithuanian

Luxembourgian

Macedonia

Madagascan

Malawian

Malaysian

Maldivian & Tongan

Malian

Maltese

Manx

Mauritanian

Moldovan

Mongolian

Moroccan

Mozambican

Multi-Ethnic

Myanmar (Burmese)

Namibian

Nepalese

New Zealand

Niger

Nigerian

Norwegian

Other Oriental

Pakistani

Papua New Guinean

Persian

Philippine

Pili

Polish

Portuguese

Qatari

Romanian

Russian

Saudi

Scottish

Senegalese

Serbian

Seychelles

Sierre Leone

Sinhalese (Sri-Lankan)

Slovakian

Slovenian

Somalian

South African

Spanish

Sudanese

Surinamese

Swedish

Swiss

Syrian

Tajik

Tajikistan

Tanzanian

Telugan

Thai

Tibetan

Togolese

Tonga

Tunisian

Turkish

Turkmenistan

Ugandan

Ukrainian

Uzbekistan

Vanuatuan

Vietnamese

Welsh

Western Samoan

Xhosa

Yemeni

Zairean

Zambian

Zimbabwean

Zulu

EthnicGroup

All African American Ethnic Groups

Central & Southwest Asian

Eastern European

Far Eastern

Hispanic

Jewish

Mediterranean

Middle Eastern

Native American

Other

Polynesian

Scandinavian

Southeast Asian

Western European

IPConnectionSpeed

dialup

broadband

ultra broadband

IPConnectionType

dialup

wired

wifi

mobile

satellite

IPProxyDescription

Tor-exit

Tor-relay

AOL

Cloud

DNS

VPN

Web-Browser

Code

Description

IPProxyType

Blank

Not a known proxy.

Anonymous

The IP address is a proxy and the actual IP address of the end user is not available.

Transparent

The IP address is a proxy, but the originating IP address of the end user can be detected by inspecting the HTTP headers, however, this can easily be spoofed

Hosting

The IP address belongs to a hosting facility or cloud provider and may be used as a proxy because an end user is not typically located in a hosting facility. These IP addresses may be rented per service agreement with the hosting facility and easily disposed.

Corporate

The IP address is registered to a specific location with end users sharing a single IP address. A typical example is of end users behind a router using Network Address Translation. Each user will appear to the world as coming from the same IP address

Public

The address is a known public proxy allowing multiple users to proxy their data from a location allowing public Internet access.

Edu

The IP address is from a known educational institution.

AOL

The IP address is an AOL proxy.

Code

Description

LengthOfResidence

Less than 1 year

The person has lived at this address for less than 1 year.

1-2 years

The person has lived at this address for 1 to 2 years.

2-3 years

The person has lived at this address for 2 to 3 years.

3-4 years

The person has lived at this address for 3 to 4 years.

4-5 years

The person has lived at this address for 4 to 5 years.

5-6 years

The person has lived at this address for 5 to 6 years.

6-7 years

The person has lived at this address for 6 to 7 years.

7-8 years

The person has lived at this address for 7 to 8 years.

8-9 years

The person has lived at this address for 8 to 9 years.

9-10 years

The person has lived at this address for 9 to 10 years.

10-11 years

The person has lived at this address for 10 to 11 years.

11-12 years

The person has lived at this address for 11 to 12 years.

12-13 years

The person has lived at this address for 12 to 13 years.

13-14 years

The person has lived at this address for 13 to 14 years.

14-15 years

The person has lived at this address for 14 to 15 years.

15+ years

The person has lived at this address for more than 15 years.

Occupation

Physician/Dentist

Healthcare

Lawyer/Judge

Professional/Technical

Management

Teacher/Educator

Sales/Marketing

Clerical/Service Worker

Tradesmen/Laborer

Farmer

Student

Homemaker

Retired

Federal Employee

Military

Military Retired

Business Owner

Religious

Self Employed

Financial

Other

Code

Description

OwnRent

Definite Renter

This person is a renter.

Inferred Renter

This person is most likely a renter.

Inferred Owner

This person is most likely an owner.

Definite Owner

This person is an owner.

PoliticalParty

Blank

No Party

Republican

Democrat

Independent

PresenceOfSenior

Blank

Yes

No