Sanctions API (1.0.2)

Download OpenAPI specification:Download

API to sanctionscheck.co

Searches

Creates a search

extended info...

query Parameters
pageSize
integer [ 1 .. 30 ]
Default: 30

The number of entities to return in the response

Request Body schema: application/json
term
string
strategy
string
sourceName
string

Responses

Request samples

Content type
application/json
{
  • "term": "string",
  • "strategy": "string",
  • "sourceName": "string"
}

Response samples

Content type
application/json
{
  • "search": {
    },
  • "results": [
    ],
  • "nextPageToken": "string"
}

Get a specific search

Retrieves a specific search by its ID.

path Parameters
id
required
string <uuid>

ID of the search to be retrieved.

Responses

Response samples

Content type
application/json
{
  • "search": {
    },
  • "results": [
    ],
  • "nextPageToken": "string"
}

Sources

Lists all available data sources

Index action listing all the available data sources. Provides access to each source's name field which can be used for specifying a source when performing a search.

Responses

Response samples

Content type
application/json
[
  • {
    }
]