EasyOFAC API

Build enterprise-class OFAC compliance into your application with our easy to understand API.



api/addSearch

Search for address 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

Required Parameters
api_key
Your API key
Optional Parameters
ofac_add_ent_num
OFAC Entity Number
ofac_add_num
Address Entity Number
ofac_add_address
Address
ofac_add_city
City
ofac_add_state_province
State/Province
ofac_add_postal_code
Postal Code
ofac_add_country
Country
ofac_add_remarks
Remarks

Response

Response Object

Returns {array}

The returned array may contain any number of objects of type OfacAdd:

OfacAdd
type
Object type (always set to "OfacAdd")
ofac_add_ent_num
OFAC Entity Number
ofac_add_num
Address Entity Number
ofac_add_address
Address
ofac_add_city
City
ofac_add_state_province
State/Province
ofac_add_postal_code
Postal Code
ofac_add_country
Country
ofac_add_remarks
Remarks

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. "%Via Brasil%").

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.

EasyOFAC, Inc.

An OpenACH Company
401 E 8th St, Ste 214-694
Sioux Falls, SD 57103
Tel: 605.301.4959
Email: info@easyofac.com

Drop Us A Line


© Copyright 2024 EasyOFAC and OpenACH, Inc. All rights reserved. Design by blacktie.co