v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
OFAC

Search Ofac

Search for OFAC matches by name.

post/ofac/searches

Request body

namestring required

The name to search for in the OFAC database

similarity_thresholdnumber

Similarity threshold for the search (0.0 to 1.0). Defaults to 0.9.

limitinteger

The number of results to return. Max 50. Defaults to 1.

Response

Successful Response

total_matchesinteger required

The total number of matches found.

Example response

{
  "matches": [
    {
      "name": "al zawahiri dr ayman",
      "alternative_names": [
        "al zawahiri dr ayman"
      ],
      "addresses": [
        "123 Main St, Anytown, USA",
        "456 Elm St, Anytown, USA"
      ],
      "similarity_score": 0.9,
      "program": "sdgt",
      "title": "operational and military leader of jihad group",
      "remarks": "Designated under Executive Order 13224"
    }
  ],
  "total_matches": 1
}