N

Netzhandwerker Agent Tools · Sanctions Screen

by Netzhandwerker Agent Tools

POSTBase

$0.006

per call · USD Coin on Base

Gleicht einen Personen- oder Firmennamen gegen die konsolidierten Listen der EU, der Vereinten Nationen, des US-Finanzministeriums OFAC, des britischen OFSI und des Schweizer SECO ab, mit fast 49.000 Eintraegen und 117.000 Namensschreibweisen einschliesslich Aliasnamen und Originalschrift. Nutzt Namensnormalisierung, Wortmengenvergleich und Zeichenabstand und filtert nach Art, Land und Geburtsjahr.

Endpoint

POST https://tools.halowerk.com/v1/sanctions/screen

1

Calls / 30d

1

Unique payers / 30d

Aug 16

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.halowerk.com/v1/sanctions/screen", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "name": "Vladimir Putin",
    "threshold": 0.8,
    "type": "person"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.halowerk.com/v1/sanctions/screen" \
  -H "Content-Type: application/json" \
  -d '{"name":"Vladimir Putin","threshold":0.8,"type":"person"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "candidates_examined": 412,
  "dataset": {
    "built_at": "2026-08-09T10:24:00Z",
    "entities": 48653,
    "names": 116661,
    "per_list": {
      "EU": 6234,
      "OFAC": 19199,
      "SECO": 17074,
      "UK": 5135,
      "UN": 1011
    }
  },
  "filters": {
    "birth_year": null,
    "country": null,
    "type": "person"
  },
  "hit": true,
  "lists_checked": [
    "EU",
    "UN",
    "OFAC",
    "UK",
    "SECO"
  ],
  "match_count": 5,
  "matches": [
    {
      "birth": "1952-10-07",
      "birth_year_match": null,
      "character_similarity": 1,
      "countries": "RU",
      "country_match": null,
      "entity_type": "person",
      "known_names": [
        "Vladimir PUTIN",
        "Vladimir Vladimirovich PUTIN"
      ],
      "list": "EU",
      "list_id": "EU.1234.56",
      "listed_on": "2022-02-23",
      "matched_name": "Vladimir PUTIN",
      "matched_name_kind": "primaer",
      "programs": "UKR",
      "remarks": "President of the Russian Federation",
      "score": 1,
      "token_similarity": 1
    }
  ],
  "normalized": "VLADIMIR PUTIN",
  "note": "Ein Treffer ist ein Pruefanlass, keine Feststellung der Identitaet.",
  "query": "Vladimir Putin",
  "strong_match": true,
  "threshold": 0.8,
  "verdict": "treffer_pruefen"
}

Payment details

Pay to0x2880edfff13100677bf97a3cbdf3bc34771c4e5e
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Netzhandwerker Agent Tools & similar services