For vendor screening & TPRM

Vendor screening without manual SAM.gov searches.

One predictable API for SAM registrations, exclusions, and public responsibility records. Built for supplier onboarding, pre-award diligence, and compliance reviews that need stable IDs, source links, and responses your system can store.

Start with Sandbox. No credit card. REST and MCP use the same API key and monthly quota.

Use cases · real review work

Supplier review work, simplified.

Supplier and compliance teams need public federal records that can be checked the same way every time. Start with the review workflow, then drop into API calls when you are ready to build.

  • Screen suppliers before onboarding

    Check a UEI or CAGE against SAM exclusions before a vendor clears internal review. Keep the check in your vendor-master workflow instead of a manual browser step.

  • Review public responsibility records

    Pull public responsibility and qualification records from SAM.gov as part of pre-award diligence, supplier risk review, or teaming checks.

  • Verify entity registration context

    Inspect SAM registration status, UEI, CAGE, NAICS, business-type codes, and socioeconomic certification codes for supplier-master enrichment.

  • Monitor your active supplier list

    Run recurring exclusion checks against active supplier UEIs and store the response your internal review process used.

Current coverage

Public federal screening records, normalized and connected.

These source families support supplier onboarding, exclusions review, public responsibility checks, and entity verification. Each source page lists coverage, freshness, and the API/MCP surfaces that serve it.

API surface

Representative calls once you are ready to build.

# Check a UEI for active exclusions
curl -s 'https://api.boringdataplatform.com/v1/entities/<UEI>/exclusions' \
  -H 'Authorization: Bearer <YOUR_API_KEY>'

# Pull FAPIIS responsibility records for a vendor
curl -s 'https://api.boringdataplatform.com/v1/integrity-records?uei=<UEI>' \
  -H 'Authorization: Bearer <YOUR_API_KEY>'

# Inspect entity-registration detail
curl -s 'https://api.boringdataplatform.com/v1/entities/<UEI>' \
  -H 'Authorization: Bearer <YOUR_API_KEY>'

Run supplier checks without the manual source search.

Get a Sandbox key, inspect source coverage, and decide whether the API fits your onboarding, diligence, or monitoring workflow before you commit.