|| "en_GB"

Check entity against sanctions lists API

Check entity (company or individual) against OFAC SDN list (US) and EU Consolidated Sanctions list.

POST /v1/check/sanctions3× multiplier

Quick Start

Make your first API request in 3 steps:

1Make API Request

curl -X POST https://api.scorika.com/v1/check/sanctions \
  -H "X-Api-Key: sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"name":"John Doe","country":"US"}'

2Handle Response

Response
{
  "matches": [],
  "checked_lists": [
    "OFAC",
    "EU",
    "UK"
  ]
}

3Try It Now

Interactive API Explorer

Try the API directly from your browser. No API key required for testing.

Ready for production?

Get your API key to use this endpoint in your application.

Get API Key →

Response Schema

Response Schema
{
  "$ref": "#/components/schemas/SanctionsCheckResponse"
}

Pricing

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo
Enterprise
$0.001/base check
3× = $0.003 per request
$30.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo
Enterprise
$0.001/base check
3× = $0.003 per request
$30.0/mo
Batch (20% off)
$0.0008/base check
3× = $0.0024 per request
$120.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo
Enterprise
$0.001/base check
3× = $0.003 per request
$30.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo

Pricing Calculator

This endpoint uses a 3× multiplier on your base plan rate.

Pro Plan
$0.001/base check
3× = $0.003 per request
$3.0/mo
Enterprise
$0.001/base check
3× = $0.003 per request
$30.0/mo
Batch (20% off)
$0.0008/base check
3× = $0.0024 per request
$120.0/mo

💡 Tip: Bulk requests get a 20% discount. Contact sales for custom pricing on high-volume usage.

Common Use Cases

AML Screening

Check against global sanctions lists for compliance

PEP Detection

Identify politically exposed persons

Related Endpoints

Start Using Check entity against sanctions lists API

Get your API key in 30 seconds. No credit card required.

Get API Key →