Sanctions screening that an agent can call.

One JSON endpoint over the U.S. Treasury OFAC SDN and Consolidated lists — 19,874 designated entities and 21,320 aliases, with alias and transliteration matching and a link back to the official record for every hit.

Read the API Unmetered — $29/mo Free tier, no signup

Try it

Results appear here.

The API

curl "https://sanctionrail.vercel.app/v1/screen?name=Gazprombank%20JSC"
ParamMeaning
namePerson or company to screen. Required.
thresholdMinimum score, 0.5–1.0. Default 0.85. Lower it to widen the net.
limitMax hits returned, up to 50. Default 10.
keyPaid key, or send Authorization: Bearer …. Omit for the free tier.

Every hit is banded so you can triage it rather than eyeball a bare number:

match_qualityWhat it means
exactWhole name matched a designated name or alias on distinctive tokens.
strongNear-identical, or your name sits inside a longer designated name.
probableMatched, but partly on common words. Review it.
weakLoose match, surfaced so you decide rather than us.

common_name_collision: true flags a hit resting on ordinary names or business words — "Maria Garcia" matches real designations and always will. Nothing is silently suppressed: a missed designation is your legal exposure, a spurious one costs you a few seconds.

Why this exists

The underlying lists are published by the U.S. Government and are in the public domain, but every convenient form of them is gated: the open aggregator is licensed non-commercial only, the government's own combined API needs a registered key, and the commercial screening vendors start in the five figures a year. If you just need to ask "is this counterparty designated?" from code, there was nothing to call.

Pricing

TierLimitPrice
Free25 lookups/day, no signup$0
UnmeteredNo cap, no per-call metering$29/mo
Not compliance advice. SanctionRail is a source-linked lookup against published lists. It is not a compliance program, does not constitute legal advice, and does not certify anyone. Verify every hit against the linked official record before you act on it, and consult counsel for your actual obligations.