ToolAssay

Composite sanctions and debarment screening for one name across eight lists

Composite sanctions and debarment screening for one name across eight lists: OFAC SDN and non-SDN, EU and UK consolidated, UN Security Council, HHS-OIG LEIE, SAM.gov federal exclusions (56 agencies) and World Bank debarment with ADB/EBRD/IDB/AfDB cross-debarments. Returns scored candidates with alias expansion and per-hit provenance. Reports 'similarity' (name closeness) separately from 'confidence' (trust as a determination).

Answeringour last check, 2026-09-24
1 of 1checks answered this week
715 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://bryan-hermes.lenok-gorgon.ts.net:8443/v1/sanctions/screen

CategoryCompany and compliance
Provider hostbryan-hermes.lenok-gorgon.ts.net
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days4 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 715 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "country": "Egypt",
    "name": "Ayman Al Zawahiri"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "country": {
              "description": "country to corroborate/refute a candidate match",
              "type": "string"
            },
            "date_of_birth": {
              "description": "DOB to corroborate; sharply cuts false positives",
              "type": "string"
            },
            "limit": {
              "description": "max candidates returned (default 10)",
              "maximum": 50,
              "minimum": 1,
              "type": "integer"
            },
            "name": {
              "description": "full name of the person or entity to screen (required)",
              "type": "string"
            },
            "threshold": {
              "description": "minimum similarity to return as a candidate (default 0.72)",
              "maximum": 0.99,
              "minimum": 0.1,
              "type": "number"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON