Screen individuals and entities against 140+ global sanctions lists including OFAC, EU, UK, UN, and more.
All API requests require authentication via the KEY header with your organization's API key.
Base URL:
https://ohmyfin.ai/api/v4Screen a single entity against all sanctions lists.
| Parameter | Type | Description |
|---|---|---|
| name required | string | Name of the person, organization, or entity to screen (2-255 chars) |
| threshold optional | number | Match threshold between 0.6 and 0.95 (default: 0.8). Lower values return more results. |
| max_results optional | integer | Maximum number of results to return, 1-100 (default: 50) |
| include_lists optional | array | Only search these specific lists (e.g., ["OFAC", "EU"]) |
| exclude_lists optional | array | Exclude these lists from search |
Screen multiple entities in a single request (up to 100 entities per request).
| Parameter | Type | Description |
|---|---|---|
| entities required | array | Array of entities to screen. Each entity has name (required) and type (optional: person, organization, vessel, aircraft) |
| threshold optional | number | Match threshold between 0.6 and 0.95 (default: 0.8) |
| max_results_per_entity optional | integer | Max results per entity, 1-50 (default: 10) |
Get all available sanctions lists with metadata including entity counts and last update times.
Get detailed information about a specific sanctioned entity by its ID.
| Parameter | Type | Description |
|---|---|---|
| entityId required | string | The unique entity ID returned from a screening search |
The API uses standard HTTP status codes and returns errors in a consistent JSON format:
| Status Code | Description |
|---|---|
200 | Success |
400 | Bad Request - Invalid parameters |
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - API key doesn't have access to this endpoint |
404 | Not Found - Entity not found |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error |
Try our sanctions screening tool for free, then upgrade to API access when you're ready to integrate.
We aggregate and update daily from these major sanctions authorities:
OFAC (US Treasury)
EU Sanctions
OFSI (UK)
SECO (Switzerland)
Canada Sanctions
Australia DFAT
Japan MOF
Plus 140+ additional lists including regional sanctions, PEP databases, and regulatory watchlists.