Exclude Feed › SAM.gov debarment lookup
Federal exclusion & sanctions screening

SAM.gov debarment lookup

SAM.gov maintains the federal exclusions list: contractors and entities that are debarred, suspended, proposed for debarment, or otherwise excluded from receiving federal contracts, grants, or other assistance.

FCRA-safe scope. This is vendor / business-entity KYB + sanctions compliance screening across public US federal lists. It is not a consumer report under the Fair Credit Reporting Act and must not be used to make decisions about an individual's credit, employment, insurance, or tenancy. Sanctions and exclusion screening for compliance falls outside FCRA — we keep it there.

Lists checked in one call

ListWhat it coversSource
SAM.gov exclusionsDebarred / suspended / excluded contractorsGSA / SAM.gov
OFAC sanctionsCross-checked for sanctioned partiesU.S. Treasury
OIG-LEIECross-checked for healthcare exclusionsHHS-OIG

How it works

Submit the contractor's legal name (and optionally its UEI). The API checks SAM.gov plus the sanctions and healthcare exclusion lists, deduplicates an entity that appears on several, and returns the exclusion classification and source link.

Try it (live)

GET  https://exclude.dropwatchhq.com/api/screen?name=ACME%20CORP
POST https://exclude.dropwatchhq.com/api/screen   {"name":"ACME CORP","npi":"1234567890"}
POST https://exclude.dropwatchhq.com/api/batch     {"entities":["A INC","B LLC"]}

Returns match / possible-match / no-match per list, with the matched record, exclusion type, date, source link, and a confidence score. Agent-callable via MCP (POST /mcp, tool screen_exclusion) and payable per-call via x402.

Related

Full API docs & pricing →