Available Data
This object contains the summary of the data for this search. It allows you to quickly see which data can be—or was—returned depending on the key you searched with.
Field Count
A FieldCount object is used to store the sum of data types within a person or a list of possible persons. It might be a summary of a single person or a sum of data within a list of possible persons.
"available_data": {
"premium": {
"relationships": 7,
"usernames": 2,
"jobs": 14,
"addresses": 11,
"phones": 6,
"mobile_phones": 2,
"landline_phones": 4,
"educations": 2,
"vehicles": 1, // new!
"languages": 1,
"user_ids": 6,
"social_profiles": 5,
"names": 1,
"dobs": 1,
"images": 4,
"genders": 1,
"emails": 6,
"work_emails": 2, // new!
"personal_emails": 4 // new!
}
}
Member | Type | Description |
---|---|---|
relationships | Integer | The sum of relationships |
usernames | Integer | The sum of usernames |
user_ids | Integer | The sum of user ids |
jobs | Integer | The sum of jobs |
addresses | Integer | The sum of addresses |
phones | Integer | The sum of both mobile and landline phones |
mobile_phones | Integer | The sum of mobile phones |
landline_phones | Integer | The sum of landline (non-mobile) phones |
educations | Integer | The sum of educations |
vehicles - new | Integer | The sum of vehicles |
languages | Integer | The sum of languages |
social_profiles | Integer | The sum of social profile sources |
names | Integer | The sum of names |
dobs | Integer | The sum of dates of birth |
images | Integer | The sum of images |
genders | Integer | The sum of genders |
emails | Integer | The sum of emails |
work_emails - new | Integer | The sum of work emails |
personal_emails - new | Integer | The sum of personal emails |
origin_countries | Integer | The sum of origin countries |