Synopsis
Search results from each datasource are formatted in a unique way. In this section,
you can familiarize yourself with the different formats for each of the available datasources.
AMS Schema
Adverse Media (Google)
// ams schema
{
"image_url":"https://news.com/article/image.jpg",
"title":"News Article Title",
"link":"https://news.com/article",
"snippet":"A short summary of the news title.",
"tags":[
{
"name":"Lawsuit",
"total":1
},
{...}
]
}
Field |
Type |
Description |
image_url |
String |
URL of the article image |
title |
String |
Article title |
link |
String |
URL of the article |
snippet |
String |
A small part of the article |
tags |
Array |
A list of keywords found in the article and an indication of the total number of times the keyword was found |
OFAC SDN Schema
Office of Foreign Assets Control - Specially Designated Nationals List
Results from this datasource can be in 1 of 2 categories: Individual or Entity.
Schemas for each category are identical.
// ofac sdn schema
{
"uid":12345,
"firstName":"Musa",
"lastName":"Ibrahim",
"title":"",
"sdnType":"Individual",
"remarks":"(Linked To: WORLDGROUP LIMITED LIABILITY COMPANY)",
"programList":["WORLD-ABCDEF"],
"idList":[
{
"uid":23456,
"idType":"Tax ID No.",
"idNumber":"111111111111",
"idCountry":"Nigeria"
},
{
"uid":34567,
"idType":"Gender",
"idNumber":"Male"
}
],
"akaList":[
{
"uid":45678,
"type":"a.k.a.",
"category":"strong",
"lastName":"Ibraheem",
"firstName":"Musah"
}
],
"addressList":[
{
"uid":56789,
"city":"Lagos",
"country":"Nigeria"
}
],
"nationalityList":[
{
"uid":67890,
"country":"Nigeria",
"mainEntry":true
}
],
"citizenshipList":null,
"dateOfBirthList":[
{
"uid":78901,
"dateOfBirth":"26 Sep 1965",
"mainEntry":true
}
],
"placeOfBirthList":[
{
"uid":89012,
"placeOfBirth":"Ikeja, Lagos, Nigeria",
"mainEntry":true
}
],
"vesselInfo":null,
"score":84
}
Field |
Type |
Description |
uid |
Integer |
A unique identification for the record |
firstName |
String |
First name of individual |
lastName |
String |
Last name of individual |
title |
String |
Title of individual, e.g. President |
sdnType |
String |
Individual or Entity |
remarks |
String |
A brief comment about the individual |
programList |
Array |
Sanction program associated with the individual |
idList |
Array |
An array of different data items that help to uniquely identify the individual |
akaList |
Array |
An array of aliases associated with the individual |
addressList |
Array |
An array of addresses associated with the individual |
nationalityList |
Array |
An array of nationalities associated with the individual |
citizenshipList |
Array |
An array of countries that the individual is a citizen of |
dateOfBirthList |
Array |
An array of birth dates associated with the individual |
placeOfBirthList |
Array |
An array of locations identified to be the place of birth of the individual |
vesselInfo |
Array |
An array of data items associated with the vessel |
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
OFAC Non-SDN Schema
Office of Foreign Assets Control - Consolidated Sanctions List
Results from this datasource can be in 1 of 2 categories: Individual or Entity.
Schemas for each category are identical.
// ofac non-sdn schema
{
"uid":1234,
"firstName":"Musa",
"lastName":"Ibrahim",
"title":"President",
"sdnType":"Individual",
"remarks":null,
"programList":["AB-123"],
"idList":null,
"akaList":[
{
"uid":2345,
"type":"a.k.a.",
"category":"strong",
"lastName":"Ibraheem",
"firstName":"Musah"
}
],
"addressList":[
{
"uid":1111,
"city":"Khan Younis",
"stateOrProvince":"West Bank",
"country":"Palestinian"
}
],
"nationalityList":null,
"citizenshipList":null,
"dateOfBirthList":[
{
"uid":2222,
"dateOfBirth":"1958",
"mainEntry":true
}
],
"placeOfBirthList":null,
"vesselInfo":null,
"score":55
}
Field |
Type |
Description |
uid |
Integer |
A unique identification for the record |
firstName |
String |
First name of individual |
lastName |
String |
Last name of individual |
title |
String |
Title of individual, e.g. President |
sdnType |
String |
Individual or Entity |
remarks |
String |
A brief comment about the individual |
programList |
Array |
Sanction program associated with the individual |
idList |
Array |
An array of different data items that help to uniquely identify the individual |
akaList |
Array |
An array of aliases associated with the individual |
addressList |
Array |
An array of addresses associated with the individual |
nationalityList |
Array |
An array of nationalities associated with the individual |
citizenshipList |
Array |
An array of countries that the individual is a citizen of |
dateOfBirthList |
Array |
An array of birth dates associated with the individual |
placeOfBirthList |
Array |
An array of locations identified to be the place of birth of the individual |
vesselInfo |
Array |
An array of data items associated with the vessel |
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
OFSI AFT Schema
Office of Financial Sanctions Implementation - Asset Freeze Targets List
Results from this datasource can be in 1 of 3 categories: Individual, Entity or
Ship. Schemas for each category are identical.
// ofsi aft schema
{
"group_id":1234,
"regime":"World",
"group_type":"Individual",
"last_name":"Ibrahim",
"first_name":"Musa",
"title_list":[],
"date_of_birth_list":["01/01/1960"],
"place_of_birth_list":[],
"alias_list":[
{
"category":"good quality", // good quality, low quality
"last_name":"Ibraheem",
"first_name":"Mussah"
},
{...}
],
"nationality_list":[],
"passport_list":[],
"national_id_list":[
{
"number":"111-22-33",
"details":"Nigerian National Identification Number"
}
],
"position_list":["Former Chairman, Company Name"],
"address_list":[
{
"address1":"",
"city":"Lagos",
"country":"Nigeria"
}
],
"other_info":"(UN Ref):XXX.001 Musa escaped from jail 1 Jan 2000",
"listed_date":"01/01/2020",
"designated_date":"01/01/2020",
"last_updated_date":"01/01/2020",
"score":70
}
Field |
Type |
Description |
group_id |
Integer |
Unique code for a specific individual, entity or ship |
regime |
String |
Sanctions regime under which the target is listed |
group_type |
String |
Individual, Entity or Ship |
last_name |
String |
Last name of individual |
first_name |
String |
First name of individual |
title_list |
String |
An array of titles associated with the individual |
date_of_birth_list |
Array |
An array of birth dates associated with the individual |
place_of_birth_list |
Array |
An array of locations identified to be the place of birth of the individual |
alias_list |
Array |
An array of aliases associated with the individual |
nationality_list |
Array |
An array of nationalities associated with the individual |
passport_list |
Array |
An array of different passport information associated with the individual |
national_id_list |
Array |
An array of national id details associated with the individual |
position_list |
Array |
An array of official titles/positions linked to the individual |
address_list |
Array |
An array of addresses associated with the individual |
other_info |
String |
Supplementary data linked to the individual |
listed_date |
String |
The date the target was added to a financial sanctions regime |
designated_date |
String |
The date the target was designated under regime regulations |
last_updated_date |
String |
The date when target details were last changed |
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
OFSI IBT Schema
Office of Financial Sanctions Implementation - Investment Ban Targets List
Results from this datasource can be in 1 of 3 categories: Individual, Entity or
Ship. Schemas for each category are identical.
// ofsi ibt schema
{
"group_id":1234,
"regime":"World",
"group_type":"Entity",
"last_name":"ROSNEFT",
"first_name":"", // entities have only first_name
"title_list":[],
"date_of_birth_list":[],
"place_of_birth_list":[],
"alias_list":[],
"nationality_list":[],
"passport_list":[],
"national_id_list":[],
"position_list":[],
"address_list":[],
"other_info":"Listed under Schedule 2 of World Sanctions",
"listed_date":"01/01/2020",
"designated_date":"",
"last_updated_date":"01/01/2020",
"score":70
}
Field |
Type |
Description |
group_id |
Integer |
Unique code for a specific individual, entity or ship |
regime |
String |
Sanctions regime under which the target is listed |
group_type |
String |
Individual, Entity or Ship |
last_name |
String |
Last name of individual |
first_name |
String |
First name of individual |
title_list |
String |
An array of titles associated with the individual |
date_of_birth_list |
Array |
An array of birth dates associated with the individual |
place_of_birth_list |
Array |
An array of locations identified to be the place of birth of the individual |
alias_list |
Array |
An array of aliases associated with the individual |
nationality_list |
Array |
An array of nationalities associated with the individual |
passport_list |
Array |
An array of different passport information associated with the individual |
national_id_list |
Array |
An array of national id details associated with the individual |
position_list |
Array |
An array of official titles/positions linked to the individual |
address_list |
Array |
An array of addresses associated with the individual |
other_info |
String |
Supplementary data linked to the individual |
listed_date |
String |
The date the target was added to a financial sanctions regime |
designated_date |
String |
The date the target was designated under regime regulations |
last_updated_date |
String |
The date when target details were last changed |
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
OFSI UKSL Schema
Office of Financial Sanctions Implementation - UK Sanctions List
Results from this datasource can be in 1 of 3 categories: Individual, Entity or
Ship. Schemas for each category are identical.
// ofsi uksl schema
{
"unique_id":"XXX1234",
"group_type":"Individual",
"regime":"World Sanctions Regulations 2020",
"sanctions_imposed_list":["Asset freeze","Travel Ban"],
"other_info":"",
"uk_statement_of_reasons":"Financial crimes: money laundering",
"date_of_birth_list":["01/01/1960"],
"passport_list":[],
"nationality_list":["Nigeria"],
"national_id_list":[],
"position_list":["Member of the State, Nigeria"],
"gender":"Male",
"place_of_birth_list":[
{
"town_of_birth":"Lagos",
"country_of_birth":"Nigeria"
}
],
"type_of_entities_list":[],
"subsidiaries_list":[],
"parent_companies_list":[],
"business_registration_numbers_list":[],
"imo_numbers_list":[],
"current_owner_operators_list":[],
"current_believed_flag_of_ships_list":[],
"previous_flags_list":[],
"type_of_ship_details_list":[],
"tonnage_of_ship_details_list":[],
"length_of_ship_details_list":[],
"years_built_list":[],
"last_name":"Ibrahim",
"first_name":"Musa",
"alias_list":[],
"title_list":[],
"address_list":[
{
"address1":"",
"city":"Lagos",
"postal_code":11111,
"country":"Nigeria"
}
],
"phone_numbers_list":[],
"websites_list":[],
"email_addresses_list":[],
"designation_source":"UK",
"designated_date":"01/01/2020",
"last_updated_date":"01/01/2020",
"ofsi_group_id":12345,
"un_reference_number":55555,
"score":69
}
Field |
Type |
Description |
unique_id |
String |
Unique code for a specific individual, entity or ship |
group_type |
String |
Individual, Entity or Ship |
regime |
String |
Sanctions regime under which the target is listed |
sanctions_imposed_list |
Array |
List of sanctions imposed on the target |
other_info |
String |
Supplementary data linked to the individual |
uk_statement_of_reasons |
String |
Reason why target is on sanctions list |
date_of_birth_list |
Array |
An array of birth dates associated with the individual |
passport_list |
Array |
An array of different passport information associated with the individual |
nationality_list |
Array |
An array of nationalities associated with the individual |
national_id_list |
Array |
An array of national id details associated with the individual |
position_list |
Array |
An array of official titles/positions linked to the individual |
gender |
String |
Gender of the individual |
place_of_birth_list |
Array |
An array of locations identified to be the place of birth of the individual |
type_of_entities_list |
Array |
An array of different entity types associated with the target |
subsidiaries_list |
Array |
An array of companies owned or controlled by the target entity |
parent_companies_list |
Array |
An array of companies that own or control the target entity |
business_registration_numbers_list |
Array |
An array of business registration numbers associated with the target |
imo_numbers_list |
Array |
An array of IMO (International Maritime Organization) ship ID numbers associated with the target ship |
current_owner_operators_list |
Array |
An array of the current owners or operators of the target entity or ship |
current_believed_flag_of_ships_list |
Array |
An array of flag states that the target ship is believed to be currently registered under |
previous_flags_list |
Array |
An array of flag states that the target ship was believed to be previously registered under |
type_of_ship_details_list |
Array |
An array of different ship types associated with the target ship |
tonnage_of_ship_details_list |
Array |
An array of ship tonnage information related to the target ship |
length_of_ship_details_list |
Array |
An array of ship length information related to the target ship |
years_built_list |
Array |
An array of build dates associated with the target ship |
last_name |
String |
Last name of individual |
first_name |
String |
First name of individual |
alias_list |
Array |
An array of aliases associated with the individual |
title_list |
Array |
An array of titles associated with the individual |
address_list |
Array |
An array of addresses associated with the individual |
phone_numbers_list |
Array |
An array of phone numbers associated with the individual |
websites_list |
Array |
An array of websites associated with the individual |
email_addresses_list |
Array |
An array of email addresses associated with the individual |
designation_source |
String |
Source of the designation under regime regulations |
designated_date |
String |
The date the target was designated under regime regulations |
last_updated_date |
String |
The date when target details were last changed |
ofsi_group_id |
Integer |
Unique OFSI code for a specific individual, entity or ship |
un_reference_number |
Integer |
Unique UN number used to reference the specific individual, entity or ship |
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
ICIJ OLDB Schema
International Consortium of Investigative Journalists - Offshore Leaks Database
Results from this datasource can be in 1 of 4 categories: ENTITIES, INTERMEDIARIES,
OFFICERS or OTHERS. Each category has its own unique schema but have similar fields.
// icij oldb entities schema
{
"node_id":11111111,
"table":"ENTITIES",
"score":100,
"name":"Best Company Nigeria Ltd.",
"original_name":"Best Company Nigeria Ltd.",
"former_name":"",
"jurisdiction":"NG",
"jurisdiction_description":"Nigeria",
"company_type":"",
"address":"Lagos; Nigeria",
"internal_id":1111256,
"incorporation_date":"01-JAN-2020",
"inactivation_date":"01-JAN-2020",
"struck_off_date":"01-JAN-2020",
"dorm_date":"",
"status":"Defaulted",
"service_provider":"Awesome Services Nig. Ltd.",
"ibcRUC":12345,
"country_codes":"NG",
"countries":"Nigeria",
"sourceID":"Panama Papers", // Offshore Leaks, Panama Papers, Bahamas Leaks, Paradise Papers, Pandora Papers
"valid_until":"The Panama Papers data is current through 2015",
"note":""
}
// icij oldb intermediaries schema
{
"node_id":11111111,
"table":"INTERMEDIARIES",
"score":100,
"name":"Best Company Nigeria Ltd.",
"status":"Defaulted",
"internal_id":1111256,
"address":"Lagos; Nigeria",
"countries":"Nigeria",
"country_codes":"NG",
"sourceID":"Panama Papers", // Offshore Leaks, Panama Papers, Bahamas Leaks, Paradise Papers, Pandora Papers
"valid_until":"The Panama Papers data is current through 2015",
"note":""
}
// icij oldb officers schema
{
"node_id":12345678,
"table":"OFFICERS",
"score":88,
"name":"Ibrahim Musa",
"countries":"Nigeria",
"country_codes":"NG",
"sourceID":"Offshore Leaks", // Offshore Leaks, Panama Papers, Bahamas Leaks, Paradise Papers, Pandora Papers
"valid_until":"The Offshore Leaks data is current through 2010",
"note":""
}
// icij oldb others schema
{
"node_id":11111111,
"table":"OTHERS",
"score":100,
"name":"Best Company Nigeria Ltd.",
"type":"LIMITED LIABILITY COMPANY",
"incorporation_date":"01-JAN-2020",
"struck_off_date":"01-JAN-2020",
"closed_date":"01-JAN-2020",
"jurisdiction":"NG",
"jurisdiction_description":"Nigeria",
"country_codes":"NG",
"countries":"Nigeria",
"sourceID":"Panama Papers", // Offshore Leaks, Panama Papers, Bahamas Leaks, Paradise Papers, Pandora Papers
"valid_until":"The Panama Papers data is current through 2015",
"note":""
}
Field |
Type |
Description |
node_id |
Integer |
Unique code for a specific individual or entity |
table |
String |
ENTITIES,
INTERMEDIARIES,
OFFICERS or
OTHERS
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match
and how relevant the results are to the original search parameters |
name |
String |
Full name of the individual or entity |
original_name |
String |
Official full name of the entity |
former_name |
String |
Old name of the entity before it was officially changed |
jurisdiction |
String |
ISO code of the country that has legal authority over the entity |
jurisdiction_description |
String |
Name of the country that has legal authority over the entity |
company_type, type |
String |
The entity type of the company |
address |
String |
The physical address of the entity |
internal_id |
Integer |
ICIJ internal code that uniquely identifies the entity |
incorporation_date |
String |
The date the entity was legally formed |
inactivation_date, closed_date |
String |
The date the entity was made inactive or inoperative |
struck_off_date |
String |
The date the entity was removed from the Companies House register and it ceased to exist |
dorm_date |
String |
The date the entity was made temporarily inactive or inoperative (dormancy) |
status |
String |
The current status of the entity |
service_provider |
String |
Company providing corporate services to the entity |
ibcRUC |
Integer |
A unique identifier for Neo4j |
countries |
String |
Individual or entity country of origin |
country_codes |
String |
Country of origin ISO code |
sourceID |
String |
Offshore Leaks,
Panama Papers,
Bahamas Leaks,
Paradise Papers or
Pandora Papers
|
valid_until |
String |
The validity period of the data item |
note |
String |
A brief comment about the data item |
INTERPOL RED Schema
International Criminal Police Organization - Red Notices
Results from this datasource can only be in 1 category: PERSONS.
// interpol red persons schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
INTERPOL UN Schema
International Criminal Police Organization - United Nations Security Council Special Notices
Results from this datasource can be in 1 of 2 categories: PERSONS or ENTITIES.
Each category has its own unique schema but have similar fields.
// interpol un persons schema
{
"notice_type":"persons",
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"summary":"The reason for listing",
"purposes":["TRB","ARE","FOA"],
"name_in_original_script":null,
"un_resolution":1234,
"associates":[
{
"reference_number":"ABCD1234",
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01"
},
{...}
],
"un_reference_date":"2010/01/01",
"un_reference":"ABCD1234",
"adresses":["Lagos (Nigeria)"],
"weight":80,
"profession":"Doctor",
"aliases":[
{
"qualification":"ALIAS",
"forename":"Musah",
"country_of_birth_id":null,
"name":"Ibraheem",
"date_of_birth":null,
"name_in_original_script":null,
"forename_in_original_script":null,
"place_of_birth":null
},
{..}
],
"father_name":null,
"identity_documents":[
{
"citizenship_id":"NG",
"issuing_country_id":null,
"nr":1234567890,
"expiry_date":null,
"place_of_issue":null,
"type":"NATIONAL IDENTIFICATION NR", // or PASSPORT
"issued_on":null
},
{..}
],
"nationalities":["NG"],
"name_at_birth":null,
"father_forename":null,
"mother_forename":null,
"forename_in_original_script":null,
"languages_spoken_ids":["ENG","GER"],
"country_of_birth_id":"NG",
"sex_id":"M",
"mother_name":null,
"place_of_birth":"Lagos"
}
// interpol un entities schema
{
"notice_type":"entities",
"entity_id":1234/56789,
"un_reference":"ABc.123",
"name":"Terror Network",
"score":100,
"summary":"The reason for listing",
"purposes":["TRB","ARE","FOA"],
"name_in_original_script":null,
"un_resolution":1234,
"associates":[
{
"reference_number":"ABCD1234",
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01"
},
{...}
],
"un_reference_date":"2010/01/01",
"adresses":["Lagos (Nigeria)"],
"main_activity":"Terrorism, Military Training",
"created_on":"2010/01/01",
"country_of_registration":"NG",
"from_chamber_of_commerce":null,
"legal_form":null,
"also_known_as":"Terror Group; Terror Gang",
"administrators":[
{
"reference_number":"ABCD1234",
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01"
},
{...}
],
"additional_informations":null,
"registration_number":null,
"formerly_known_as":null
}
Field |
Type |
Description |
notice_type |
Integer |
Type of notice, can be either persons or entities |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
summary |
String |
Narrative summary and reasons for listing |
purposes |
String |
Sanction measures. Can be 1 or more of the following values: TRB for Travel Ban, ARE
for Arms Embargo or FOA for Assets Freeze
|
name_in_original_script |
String |
Individual's last name in their native language or script (non-roman characters) |
un_resolution |
Integer |
Unique identifier of the specific UN resolution that the individual or entity falls under |
associates |
Array |
Array of persons associated with the individual or entity.
Information on these persons include: reference_number, forename,
name and date_of_birth.
|
un_reference_date |
String |
Date the individual or entity was added to the UN sanctions list |
un_reference |
String |
A unique identifier given to the individual or entity on the UN sanctions list |
adresses |
Array |
An array of physical addresses associated with the individual or entity |
weight |
Integer |
The weight of the individual in kilograms |
profession |
String |
The occupation or field of work that the individual engages in |
aliases |
Array |
Array of false, assumed or fictitious identities that the individual operates under |
father_name |
String |
Last name of the individual's Father |
identity_documents |
Array |
Array of document information that uniquely identify the individual |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
name_at_birth |
String |
Full name of the individual given at birth |
father_forename |
String |
First name of the individual's Father |
mother_forename |
String |
First name of the individual's Mother |
forename_in_original_script |
String |
Individual's first name in their native language or script (non-roman characters) |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
mother_name |
String |
Last name of the individual's Mother |
place_of_birth |
String |
Location information describing where the individual was born |
main_activity |
String |
Brief details of the main activity the entity engages in |
created_on |
String |
The date when the entity was created |
country_of_registration |
String |
The country where the entity is registered.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
from_chamber_of_commerce |
String |
An indication whether or not the listing came from the chamber of commerce |
legal_form |
String |
The legal form of the entity |
also_known_as |
String |
Other names that the entity is known by |
administrators |
Array |
An array of persons responsible for carrying out the administration of the entity.
Persons information includes: reference_number, forename, name
and date_of_birth.
|
additional_informations |
String |
Extra information associated with the entity |
registration_number |
Integer |
Official registration number of the entity |
formerly_known_as |
String |
The former name the entity was known by before its current name |
FBI Schema
Federal Bureau of Investigation
Results from this datasource can only be in 1 category: INDIVIDUAL.
// fbi individual schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
ICPC Schema
Independent Corrupt Practices Commission
Results from this datasource can only be in 1 category: INDIVIDUAL.
// icpc individual schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
EFCC Schema
Economic and Financial Crimes Commission
Results from this datasource can only be in 1 category: INDIVIDUAL.
// efcc individual schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
NDLEA Schema
National Drug Law Enforcement Agency
Results from this datasource can only be in 1 category: INDIVIDUAL.
// ndlea individual schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
WRITESONIC Schema
Writesonic: Enhanced Natural Language Models (Chatsonic AI)
Results from this datasource can be in 1 of 2 categories: Individual or Entity.
Schemas for each category are identical.
// writesonic individual/entity schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |
OPENAI Schema
Open Artificial Intelligence: Natural Language Models (ChatGPT AI)
Results from this datasource can be in 1 of 2 categories: Individual or Entity.
Schemas for each category are identical.
// openai individual/entity schema
{
"entity_id":1234/56789,
"forename":"Musa",
"name":"Ibrahim",
"date_of_birth":"1980/01/01",
"nationalities":["NG"],
"thumbnail":"https://link.to/image.jpg",
"images":[
{
"picture_id":123,
"href":"https://link.to/image.jpg"
},
{...}
],
"score":100,
"arrest_warrants":[
{
"issuing_country":"NG",
"charge":"Financial Crimes",
"charge_translation":null
},
{...}
],
"weight":80,
"languages_spoken_ids":["ENG","GER"],
"height":1.68,
"sex_id":"M",
"country_of_birth_id":"NG",
"distinguishing_marks":null,
"eyes_colors_id":["BRO"],
"hairs_id":["BLA"],
"place_of_birth":"Lagos"
}
Field |
Type |
Description |
entity_id |
Integer |
Unique code for a specific individual |
forename |
String |
First name of the individual |
name |
String |
Last name of the individual |
date_of_birth |
String |
Date of birth of the individual in the format: yyyy/mm/dd |
nationalities |
Array |
Array of countries that represent the individual's nationalities.
Countries are formatted in ISO 3166-1 Alpha-2 two-letter country codes.
|
thumbnail |
String |
URL of individual's thumbnail file (portrait image) |
images |
Array |
Array of image information associated with the individual.
Information includes image picture_id and href (URL to portrait image file)
|
score |
Integer |
A numeric value between 1 and 100 that indicates how much of a match and how
relevant the results are to the original search parameters
|
arrest_warrants |
Array |
Array of arrest warrant information associated with the individual.
Information includes issuing_country_id and charge.
|
weight |
Integer |
The weight of the individual in kilograms |
languages_spoken_ids |
Array |
Array of languages spoken by the individual.
Languages are formatted in ISO 639-2 Alpha-3 three-letter language codes.
|
height |
Float |
The height of the individual in metres |
sex_id |
String |
Gender of the individual, can be M for Male, F for Female or
U for Unknown
|
country_of_birth_id |
String |
An indication of the Country of birth of the individual.
Country is formatted in ISO 3166-1 Alpha-2 two-letter country code.
|
distinguishing_marks |
String |
A short description of any distinguishing marks associated with the individual |
eyes_colors_id |
Array |
An array of eye color information associated with the individual |
hairs_id |
Array |
An array of hair color information associated with the individual |
place_of_birth |
String |
Location information describing where the individual was born |