$0.05
per call · USD Coin on Base
Debarment and exclusion screening, not just sanctions: 291,000+ parties on 11 authorities in one call. SAM.gov federal exclusions, HHS OIG healthcare exclusions, World Bank debarment, Federal Reserve enforcement, OFAC SDN and Consolidated, EU, UK, UN, Trade.gov CSL, FBI Wanted. Provable negative: NO_MATCH only when the complete candidate set on all 11 lists was examined, otherwise INCOMPLETE_SCREEN. sha256 receipt. KYB, vendor onboarding, AML, KYC.
Endpoint
GET https://api.osf-master-server.com/x402/screen/sanctions/:name1
Calls / 30d
1
Unique payers / 30d
Aug 25
Last called
exact
Payment scheme
Call this service
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://api.osf-master-server.com/x402/screen/sanctions/:name", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.osf-master-server.com/x402/screen/sanctions/:name?format=json" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"audit_receipt": {
"result_sha256": "...",
"screening_id": "uuid"
},
"compliance_note": "A name match is a SCREENING SIGNAL, not a determination. Full note in the response.",
"coverage_note": "OFAC SDN and Consolidated, EU, UK, UN, Trade.gov CSL, FBI Wanted, World Bank debarment, HHS OIG, SAM.gov, Federal Reserve. Full note in the response.",
"match_count": 1,
"matches": [
{
"list": "EU_SANCTIONS",
"match_basis": "primary_name",
"matched_name": "PUTIN Vladimir Vladimirovich",
"provenance_url": "https://www.sanctionsmap.eu/"
}
],
"query": "Vladimir Putin",
"result": "POTENTIAL_MATCH",
"screening_evidence": {
"clearance_statement": "On 2026-01-01T00:00:00Z UTC OSF screened this name against 291,758 records on 11 of 11 lists.",
"negative_result_confidence": "complete_negative",
"totals": {
"candidates_examined": 12,
"lists_screened_ok": 11,
"records_in_scope": 291758
}
},
"service": "OSF Sanctions Screening"
}Payment details
0x72f62de8b70d6cfa8cc2df6f21f243f289f3396cUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Open Source Filings & similar services
Open Source Filings · Identity Entity
api.osf-master-server.com
Entity and counterparty verification by identifier or name. Resolves US healthcare providers (CMS NPI), legal entities (GLEIF LEI), US banks (FDIC), SEC filers (EDGAR CIK or ticker), and US tax exempt orgs (IRS EIN). Returns legal name, status, jurisdiction, identifiers, and a provenance URL to the official source. For KYC, KYB, due diligence, and onboarding agent workflows.
Open Source Filings · Sample
api.osf-master-server.com
Sample any single record in the OSF catalog for $0.001: the full JSON payload plus a provenance URL to the authoritative primary source. A low cost way for an autonomous agent to try the data before buying at the standard per record or search price. One verified record per call keyed by record_id from the free catalog, across 80 sources of US government and scientific data. Fair use daily cap per wallet.
Open Source Filings · Security CVE
api.osf-master-server.com
CVE lookup and exploit check by CVE id. Answers is this CVE actively exploited in the wild using the US CISA Known Exploited Vulnerabilities (KEV) catalog, with the EPSS exploitation probability score and CVSS severity. Each field carries a provenance URL to the official US source. For vulnerability management, patch prioritization, threat intelligence, and DevSecOps agents.