Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/sanctions/v1/lookup-sanction-entity
{ "results": [ { "id": "<string>", "name": "<string>", "entityType": "<string>", "countryCodes": [ "<string>" ], "programs": [ "<string>" ] } ], "total": 123, "source": "<string>" }
LookupSanctionEntity searches the OFAC entity index by name, vessel, or aircraft.
Successful response
LookupSanctionEntityResponse contains matched entities from OFAC + OpenSanctions.
Show child attributes
Was this page helpful?