OFAC · EU · UK OFSI · UN · updated daily

Sanctions screening that shows
its evidence

Screen any person or company against official sanctions lists in one call. Fuzzy matching handles typos, transliteration and word order — and every hit returns reproducible, audit-ready proof, not an opaque yes/no.

Free sanctions checker

Type a name to screen it against the OFAC, EU, UK & UN sanctions lists. No signup.

Try: Vladimir Putin Sadam Husein (typo) Kim Jong Un Maria Garcia Lopez

Why developers pick it

Most screening APIs return a score and nothing else. When an auditor asks “why did this match?”, you have no answer. This one is built the other way round.

🧾

Reproducible evidence

Every hit returns the exact list name matched, normalized forms, token coverage and per-algorithm scores — an audit trail you can defend.

🔤

Robust fuzzy matching

Insensitive to word order, accents and typos, with coverage weighting that kills the short-substring false positives naïve APIs produce.

🏛️

Four official lists

US OFAC SDN, the EU consolidated list, UK OFSI and the UN Security Council list — ingested directly from each authority and refreshed automatically every day.

Fast & simple

Single-name and batch endpoints, ~40 ms per screen, plain JSON. One header to authenticate. No SDK, no headless stack to babysit.

31,000+
sanctioned entities
91,000+
name variants
daily
last refresh
4
official lists

One call, full evidence

The API returns the reasoning behind every decision. Here’s a real response shape.

# Screen a single name
GET /v1/screen?name=Sadam Husein&threshold=82

{
  "query": "Sadam Husein",
  "is_match": true,
  "matches": [{
    "score": 92.3, "confidence": "high",
    "matched_name": "Saddam HUSSEIN",
    "evidence": { "token_sort_ratio": 92.3, "token_set_ratio": 100.0,
                  "query_coverage": 1.0, "name_coverage": 1.0, "shared_tokens": 2 },
    "entity": { "primary_name": "Saddam Hussein AL-TIKRITI",
                "source": "OFAC_SDN", "type": "individual", "programs": ["IRAQ2"] }
  }]
}

Simple, transparent pricing

Billed and metered through RapidAPI. Start free, no card required.

Free
$0
  • 50 screens / month
  • Single-name endpoint
  • OFAC · EU · UK · UN
Starter
$12/mo
  • 2,000 screens / month
  • Batch endpoint
  • Full audit evidence
Growth
$49/mo
  • 20,000 screens / month
  • Batch + priority
  • Full audit evidence
Business
$199/mo
  • 150,000 screens / month
  • Best per-screen rate
  • Full audit evidence

This service provides screening signals and supporting evidence for your own review. It does not constitute legal advice or a compliance determination, and does not by itself satisfy any regulatory obligation. Always confirm potential matches through your compliance process.