REST API + 8 Sanctions Lists
Sanctions Screening API
Integrate OFAC and global sanctions screening into your application with a single API call. Fuzzy matching, batch screening, and real-time results.
curl -X POST https://api.ofacscreen.com/api/v1/screen/ \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{"name": "John Smith", "type": "individual"}'
# Response
{
"query": "John Smith",
"screened_at": "2026-03-04T14:30:00Z",
"total_matches": 1,
"matches": [{
"name": "SMITH, John David",
"entry_type": "individual",
"score": 0.92,
"score_pct": 92,
"list_code": "OFAC_SDN",
"list_name": "OFAC Specially Designated Nationals (SDN)",
"match_level": "high"
}]
}
One Call, All 8 Lists
A single POST returns every match with its score, the list it came from, and the alias it matched on, so your own code can decide inline. Pass limit to take only the highest-scoring few; total_matches still reports the real total.
Fuzzy Matching
Catches name variations, alternate spellings, and transliterations that exact-match APIs miss.
Batch Endpoint
Screen up to 100 names per request, on every plan. That is a per-request ceiling on the API and not the CSV upload limit: a batch file in the dashboard takes far more rows per file, and how many rises with your plan.
Daily Updates
All 8 sanctions lists refreshed automatically every day. Always screen against the latest data.
Audit Trail
Every API call is written to the same audit trail as your web searches: the name, the time, and whether it matched, exportable as CSV.
Secure & Reliable
Bearer token auth, rate limiting, HTTPS-only. Built for production workloads.
API
API Pricing
API access is included in every plan, including the 14-day trial. Your searches draw on the same monthly allowance whether you use the web interface or the API.
Sales
Have questions? Talk to a real person.
David can walk you through a demo, answer pricing questions, or help you figure out which plan fits your compliance needs.
Start Screening in Minutes
Sign up, generate your API key, and make your first screening call. Full API documentation included.