SanctionsLookup

Data last synced:

OFAC screening software

  • OFAC data updated every 15 min
  • No annual lock-ins

No credit card required

Live OFAC screening

Response

Metadata
Timestamp
2026-04-21T19:42:13Z
Min Score
80
Results
  • Subject Ref
    web_demo
    Matches
    • Score
      100
      Matched Subject
      Type
      ENTITY
      Primary Name
      ANSAR BANK
      Aliases
      • ANSAR FINANCE AND CREDIT FUND
      • ANSAR FINANCIAL AND CREDIT INSTITUTE
      • ANSAR INSTITUTE
      • ANSAR AL-MOJAHEDIN NO-INTEREST LOAN INSTITUTE
      • ANSAR SAVING AND INTEREST FREE-LOANS FUND
      • BANK-E ANSAR
      • Bank Ansar
      Locations
      • Country
        Iran
        Country Code
        IR
        Address Line 1
        Building No. 539, North Pasdaran Street
        City
        Tehran
        Postal Code
        19575-497
      Sanction Details
      • Type
        additional_sanctions_info
        Value
        Subject to Secondary Sanctions
      • Type
        secondary_sanctions_risk
        Value
        section 1(b) of Executive Order 13224, as amended by Executive Order 13886
      Contact
      Website
      • www.ansarbank.com
      Match Reasons
      • Exact primary name match
      Sanctions
      • Source
        OFAC
        List
        SDN List
        Programs
        • IFSR
        • IRAN
        • IRGC
        • NPWMD
        • SDGT
        Measures
        • Block
        Legal Basis
        • Executive Order 13224 (Terrorism)
        • Executive Order 13382 (Non-proliferation)
        • Executive Order 13599 (Iran)
        • TRA

Run your first OFAC screening in minutes

CONNECT

1. Get your free API key

No credit card or sales calls required. Sign up and get instant prod access.

SCREEN

2. Send a POST request

Submit any name. Our fuzzy matching algorithm catches typos automatically.

COMPLY

3. Get structured JSON response

Receive confidence scores and details to verify OFAC compliance instantly.

Official U.S. Treasury sanctions lists

Sanctions data synced every 15 minutes for precise OFAC compliance

SDN list

Full coverage of the Specially Designated Nationals and Blocked Persons List, providing the most current data for individuals and entities owned or controlled by targeted countries.

Non-SDN list

Complete screening for all Non-SDN Consolidated Sanctions, including Sectoral Sanctions Identifications (SSI) and the Foreign Sanctions Evaders (FSE) list.

Screen any subject in one request

Identify sanctions risk for individuals, entities, vessels, aircraft, and crypto wallets

Individuals

Entities

Vessels

Aircraft

Crypto wallets

Smart sanctions matching engine

Accurately identify sanctioned subjects despite typos, aliases, and cross-language variations

Advanced fuzzy matching

  • Typo tolerance:
    Matches names despite misspellings and name variations.
  • Alias detection:
    Matches known aliases, alternate names, and AKAs.

Global transliteration

  • Multi-script support:
    Supports Cyrillic, Arabic, Hanzi, and other non-Latin scripts.
  • Name normalization:
    Handles transliteration and regional spelling variations.

Confidence scoring

  • Identifier-based matching:
    Improves accuracy using identifiers and subject-specific attributes.
  • Ranked results:
    Returns results ordered by match confidence score.

Flexible sanctions matching controls

Configure matching sensitivity and result schema in every API call

Echo your reference ID

Pass a subject_ref and receive it back for easy database mapping

Single response payload

Receive query, matches, and sanctions data in one JSON response

Control match thresholds

Set minimum confidence score and the number of returned matches

Small batch support

Screen up to 20 subjects in a single request to optimize throughput

Match explanations

Get human-readable reasons explaining why a subject was flagged

False positive reduction

Improve accuracy with extra identifiers and attributes

Example OFAC API request

Use these code examples to integrate the OFAC screening API into your workflow

JavaScript

const token = "YOUR_API_KEY";
async function screenSubject() {
await fetch("https://api.sanctionslookup.com/v1/screen", {
method: "POST",
headers: {
"Content-Type": "application/json",
"Authorization": `Bearer ${token}`
},
body: JSON.stringify({
options: {
min_score: 80,
max_results_per_subject: 10
},
subjects: [
{
subject_ref: "cust_1024",
type: "INDIVIDUAL",
name: "Michael Anderson",
details: {
date_of_birth: "1985-06-15",
country: "GB"
}
}
]
})
});
}

Simple OFAC sanctions screening pricing

Predictable pricing based on your usage, no annual contracts

  • Sandbox

    One-time screenings

    100

    Free trial

    Sign up
  • Starter

    Monthly screenings

    5,000

    $49/mo

    Sign up
  • MOST POPULAR

    Growth

    Monthly screenings

    15,000

    $109/mo

    Sign up
  • Scale

    Monthly screenings

    50,000

    $329/mo

    Sign up

1 screening = 1 subject screened. Batch requests count per subject.

Compliance resources

Technical guides and deep dives for building reliable screening systems

Frequently asked questions

Can I use this OFAC screening API for AML, KYC, and KYB workflows?

Yes, the API can be used to screen both individuals and businesses against official sanctions lists, making it suitable for AML, KYC, and KYB workflows such as onboarding, transaction monitoring, and compliance checks.

Can I try the API before paying?

Yes, you can try the API with 100 free screening requests. The trial is available once per account and allows you to test integration, response structure, and matching performance before upgrading to a paid plan.

How are screening requests counted?

Each screened subject counts as one request. If you send multiple subjects in a single API call, each subject is counted separately. For example, screening three subjects in one request counts as three requests. This applies to both single and batch screening.

What happens if I exceed my monthly screening limit?

Your API access is not blocked if you exceed your monthly limit. Any additional screening requests are billed automatically at your plan's rate and added to your monthly invoice. You are responsible for monitoring your usage through your dashboard or logs.

Can I upgrade or downgrade my plan anytime?

Yes, you can change your plan at any time. Upgrades take effect immediately, with prorated billing and increased limits applied instantly. Downgrades take effect at the next billing cycle, and your current plan remains active until the end of the period.

How fast is the OFAC sanctions API response time?

Response times are typically under 300ms, depending on the number of subjects and attributes included in the request. The API supports small batch screening (up to 20 subjects per request), and performance may vary slightly based on query complexity and matching configuration.