--- title: 'OpenSanctions' description: 'Sanctions and PEP screening for iGaming compliance with entity search and fuzzy matching.' --- # OpenSanctions Sanctions and PEP screening for iGaming compliance with entity search and fuzzy matching. | Detail | Value | |---|---| | Category | iGaming | | Base URL | `https://api.opensanctions.org` | | Authentication | API Key | | Endpoints | 7 | | Connector key | `opensanctions` | ## Using OpenSanctions in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **OpenSanctions** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /search/{dataset}](./get_search_dataset_igaming_searchentities) | Full-text entity search | | [POST /match/{dataset}](./post_match_dataset_igaming_matchentities) | Fuzzy entity matching | | [GET /entities/{entity_id}](./get_entities_entity_id_igaming_getentity) | Get entity by ID | | [GET /entities/{entity_id}/adjacent](./get_entities_entity_id_adjacent_igaming_getadjacententities) | Related entities | | [GET /catalog](./get_catalog_igaming_listdatasets) | List datasets | | [GET /datasets/{dataset}](./get_datasets_dataset_igaming_getdataset) | Dataset metadata | | [GET /reconcile/{dataset}](./get_reconcile_dataset_igaming_reconcile) | OpenRefine reconciliation | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.