PEP / Sanction Search API
/pep_sanction_check
Screens individuals, companies and vessels against global PEP (Politically Exposed Persons) and sanctions lists. Search modes run from narrow exact-match through to broad partial-match, with configurable similarity thresholds and country-scoped filters. The response gives you matched sources, similarity scores, and optional extended record data for full investigation context.
Example Request
POSTRequest Schema
first_name
middle_name
last_name
full_name
For individuals, supply first and last (or full_name). For companies, use company_name. For vessels, use vessel_name.
company_name
Search a company entity against sanctions.
vessel_name
Search a vessel against sanctions.
birth_date
Individual's birth date.
search_type
narrow_search (exact first + last + DOB), medium_search (exact last + DOB year + partial others), or broad_search (partial everything).
pep_countries
Scope PEP records to specific countries.
sanction_countries
Scope sanctions to specific countries.
similarity_threshold
Default 80.
max_results
Default 20.
pep_sanction_extended_result
Return full extended dataset details for each match.
Available Response Data
8 Data PointsArray of matches.
Each one has a UUID, a caption display name, is_pep boolean, is_sanctioned boolean.
Levenshtein distance and similarity percentage.
matched_name
the actual name used for similarity scoring.
sanctions
countries where sanctioned.
pep_matches array
sources identifying as PEP
sanction_matches array
sources identifying as sanctioned.
Extended data object
when pep_sanction_extended_result: true with schema, target flag, datasets, last_seen, and properties name, alias, notes, gender, topics, country, keywords, position, birthDate, nationality, positionOccupancies, and more.
more_results boolean
API Data Scale & Coverage tag
Unmatched data depth to power your compliance and verification workflows.
Technical Use Cases tag
AUSTRAC AML/CTF screening
Mandatory PEP and sanctions screening for AUSTRAC reporting entities (banks, remitters, designated services). Sits at customer onboarding, with periodic re-screening for ongoing customer due diligence.
ounterparty and supplier screening
Counterparty and supplier screening | color: blue | body: Procurement and trade-finance teams screen counterparties, suppliers and intermediaries against international sanctions before contracting.
Maritime and shipping compliance
Vessel name screening for shipping, freight and maritime insurance. Catches sanctioned vessels before you charter or insure them.
Compliance & Security tag
Enterprise-grade infrastructure audited against the standards your regulators require.
Common Questions tag
Everything you need to know about implementation details and compliance infrastructure.
rocket_launch Implementation
Narrow, medium, broad — what's the difference?
add
Narrow, medium, broad — what's the difference?
Narrow needs an exact first_name, last_name and birth_date. Medium needs an exact last name and matching birth_date year, with partial first and middle. Broad uses partial matching across all names with threshold-based similarity scoring. For company and vessel searches the same modes apply, but birth date and PEP country are ignored.
rocket_launch Implementation
Does name order matter?
add
Does name order matter?
No. The API ignores name order. Searching for “John Michael” will match a record stored as “Michael John”. This solves the common problem of names being recorded in different orders across data sources.
gavel Compliance
Which lists does it screen?
add
Which lists does it screen?
Global PEP sources and international sanctions sources. Use pep_countries and sanction_countries to scope to specific jurisdictions where relevant.
rocket_launch Implementation
What's in the extended result?
add
What's in the extended result?
With pep_sanction_extended_result: true, each match includes a data object containing schema, datasets, last_seen timestamp, and a properties block (name, alias, gender, topics, country, keywords, position, birthDate, nationality, positionOccupancies). Useful for full case investigation.
API Testing Sandbox tag
Test the PEP / Sanction Search API directly in your browser with live mock data and see instant results.
rocket_launch Request Sandbox AccessAccess to live sandbox environments requires manual approval from our compliance team.