EasyOFAC API
Build enterprise-class OFAC compliance into your application with our easy to understand API.
api/sdnSearch
Search for SDN records matching the given search criteria.
Free Endpoint
This endpoint does not count towards your account's billable usage, however the one call per second limit remains in place for free API keys.
Parameters
Response
Returns {array}
The returned array may contain any number of objects of type OfacSdn:
Notes
By default, this endpoint uses a non-fuzzy, partial-match search to find results that have fields containing the search terms. This type of matching is the equivalent of a traditional database case-insensitive LIKE search, where wildcards are placed before and after each term (e.g. "%EMPRESA CUBANA%").
To change to an exact-match search, pass the parameter exact=1
. Note that this will require ALL search parameters to match exactly.
Multiple search fields are interpreted using the AND operator. Passing the parameter operator=or
changes the operator to OR.
Try It
Try it yourself... Feel free to change the parameters to test out different values.
Full URL
Request
Result
Support
For more information on using this API, or to suggest new features, please feel free to contact us.