API Reference

Entities - Individuals

The data obtained when fetching information about each individual may differ and may not include the same information for every entity. The complete information about the data within an Individual entity is outlined below.

FieldDescription
idThis is the unique identity of a WorldAML entity
entity_typeThis is the type of the entity, such as "person", "company"
last_updated_utcThis is the time that the entity was last updated (UTC)
created_utcThis is the time that the entity was created
nameName of entity, such as person name (e.g. "Robert Mugabe")
sourcesArray of data sources (eg. sanction lists)
typesWhat kind of alert or warning is associated with the entity (from "sanction", "pep", "warning")
akaArray of alternative names for the entity. Note that the "name" field is present at the minimum
associatesArray of names of associated entities. Note that the "name" field present at the minimum, also the "association" (such as "Spouse", "Brother" etc...) and "comment" fields
fieldsArray of data fields with "name" and "value" parameters at the minimum
mediaList of media entries where appropriate, with the "date", "title", "snippet" and "url" parameters

A fields may have a "tag" parameter in addition to "name" and "value" when it falls into one of the following categories:

Tag Descriptions

date_of_birth Date of Birth for entity (yyyy or yyyy-mm-dd)
place_of_birth Place of Birth for entity
date_of_death Date of Death for entity (yyyy or yyyy-mm-dd)
country_codes Associated country codes for a person or company
country_names Associated country names for a person or company

Please note that all dates are in "yyyy-mm-dd" or "yyyy" format.