Sanctions Screening API GET
Sanctions Screening checks a person or company name against the US Treasury OFAC Specially Designated Nationals (SDN) list. It returns scored matches with aliases, dates of birth, addresses and sanctions programs so you can decide whether to block or review.
Try it — live request, no key required
No key required to try it. Get a key to use it in your app.
{
"status": "ok",
"error": null,
"data": {
// Sanctions Screening response payload
}
}Code examples — ready to paste, with real parameters
curl "https://api.apiverve.com/v1/sanctionscreening?name=Banco%20Nacional%20de%20Cuba&threshold=0.85&limit=10&type=individual" \
-H "x-api-key: YOUR_API_KEY"YOUR_API_KEY with your key.Full reference in the docs →Call it however you build.
One endpoint, many ways in — REST with JSON, XML, YAML, and CSV, plus GraphQL and an MCP interface for AI agents.
JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
GraphQL
Query language
MCP
For AI agents
Drop it into any site.
Add an interactive form for Sanctions Screening with a single snippet — no backend, no keys in your markup.
Other ways to use Sanctions Screening
Same data, same APIVerve account, same credit balance — one key works on all of them.