Sanctions Screening by Name (OFAC SDN) is a paid API for AI agents from agent402.tools, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).
Screen a person or company name against the OFAC Specially Designated Nationals (SDN) list, returning exact and substring matches with SDN entry IDs and types.
Screen a person or company name against the OFAC SDN list. Returns exact and substring matches with the SDN entry id and type, so every hit can be checked against the published list itself. Matching is exact and substring only - never a fuzzy similarity score, because a confident near-miss on a common surname is a liability rather than an answer. A miss is 'not on the lists checked, as of this date', never a clearance.
Returns a JSON object with the query name, a verdict ('match' or 'no match'), a list of matching SDN entries (each with an ID, name, type, and match type of 'exact' or 'contains'), exact and substring match counts, the total number of entries on the list, the lists checked (OFAC SDN), and a timestamp for when the list was fetched. Also includes a cautionary note that a string match is not a confirmed identification.
GEThttps://agent402.tools/api/sanctions/nameUse this endpoint when you need a fast, deterministic string-match check of a name against the OFAC SDN list with traceable entry IDs, and you explicitly do NOT want fuzzy scoring — only exact and substring matches. Prefer this over fuzzy-match sanctions tools when regulatory defensibility matters and you need to point back to a specific list entry. It is not a substitute for a full identity verification or a clearance decision.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"query": "Gazprom",
"matches": [
{
"id": "12345",
"name": "GAZPROMBANK JOINT STOCK COMPANY",
"type": "-0-",
"matchType": "contains"
}
],
"verdict": "match",
"exactCount": 0,
"listsChecked": [
{
"list": "OFAC SDN",
"authority": "US Treasury OFAC"
}
],
"containsCount": 2,
"entriesOnList": 19388,
"listsFetchedAt": "2026-09-12T00:00:00.000Z",
"confirmBeforeActing": "a match is a string match against a published list, not a confirmed identification..."
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"