Search
Identifiable person search
POST
https://www.pepdata.com/api/search_iperson
Endpoint to search for an identifiable person.
Headers
Authorization*
string
key [API_KEY]
Request Body
name*
string
Name of the person to search
birth_date
string
Date of birth of the validation. Format: yyyy-mm-dd Default: null
{
"data": {
"items": [
{
"id": "0bdeb685-8d0b-41ec-a3ff-996188fe2b22",
"name": "António Belo de Castro Costa",
"birth_date": null,
"death_date": null,
"id_country": "PT",
"score": 95,
"country": "Portugal"
},
{
"id": "d7c48e2d-8699-4064-b94c-d6e2106fdf85",
"name": "João Pedro Pereira",
"birth_date": "1933-05-25",
"death_date": null,
"id_country": "PT",
"score": 76,
"country": "Portugal"
}
]
},
"version": "0.1",
"timestamp": 1588599744111
}
Label
id: id of the identifiable person.
name: name of the identifiable person.
birth_date: birth date of the identifiable person.
death_date: date of death of the identifiable person.
id_country: primary country of the identifiable person, in ISO 3166-1 alpha-2 format.
source: source of sanctions list, if any: EU, OFAC, HMTreasury or UN.
score: degree of similarity.
country: primary country of the identifiable person
Search for sanctioned organizations
POST
https://www.pepdata.com/api/search_organization
Endpoint to search for a sanctioned organization.
Headers
Authorization*
string
key [API_KEY]
Request Body
name*
string
Organization name to search
{
"data": {
"items": [
{
"id": "894e61ca-0264-0ed2-542c-d5aa53ef407c",
"name": "Fekete Szeptember",
"score": 100
}
]
},
"version": "0.1",
"timestamp": 1588599744111
}
Label
id: id of the sanctioned organization.
name: name of the sanctioned organization.
score: degree of similarity.
Get entities search report
POST
https://www.pepdata.com/api/get_entities_search_report
Headers
Authorization*
string
key [API_KEY]
Request Body
name*
string
Entity name to search
Response
Last updated
Was this helpful?