
Sanctions Screening API
Screen any name — person, company, vessel or aircraft — against the five major official sanctions lists and a politically-exposed-persons register, with fuzzy matching built for how listed names actually vary: transliteration (Usama/Osama, Khalid/Qalid), diacritics, swapped word order and aliases. Coverage: the US OFAC SDN and Consolidated non-SDN lists, the UN Security Council Consolidated List, the UK OFSI Consolidated List and the EU Consolidated Financial Sanctions List — refreshed wholesale every day so delistings disappear as reliably as new designations appear — plus tens of thousands of PEPs (heads of state and government, ministers) mined from Wikidata under CC0. Matching is two-stage: an indexed phonetic-skeleton candidate search over every listed alias, then Jaro-Winkler and token-set scoring, recall-first, with each match returning its score, which alias matched and the source's own strong/weak alias grading. Every response includes screened_against — the exact list versions the query ran against — because a hit or a clean result is only defensible with the versions attached. Screen one name or 25 in a batch, browse entities by list, programme or country, and pull any entity's full record with every known alias. Self-hosted dataset built from free official sources — no third-party calls at request time.
{
"query": "Sadam Husein al Tikriti",
"hit": true,
"matches": [
{
"score": 0.981,
"match_type": "strong",
"matched_name": "SADDAM HUSSEIN AL-TIKRITI",
"entity": {
"source": "UN",
"entity_type": "individual",
"name": "SADDAM HUSSEIN AL-TIKRITI",
"programs": [
"Iraq"
]
}
}
],
"screened_against": [
{
"slug": "ofac-sdn",
"publish_date": "08/26/2026"
},
{
"slug": "un",
"publish_date": "2026-08-27"
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform — anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses — auto-completion in your IDE
- Tracks the API in lockstep — new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);🔒 Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Query Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time — we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales →
Common questions
The things that actually block the upgrade.
Ship Sanctions Screening API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
