Bureau of Industry Security website screenshot

Bureau of Industry Security

The Bureau of Industry and Security (BIS) is a division of the U.S. Department of Commerce that implements and enforces export control regulations to protect national security and prevent the proliferation of weapons of mass destruction. BIS reviews license applications for the export of sensitive goods and technologies, conducts outreach on compliance with export control laws, and maintains the Consolidated Screening List. Note: this entry is an alias for bureau-of-industry-and-security.

2 APIs 0 Features
ComplianceExport ControlsFederal GovernmentIndustriesNational SecurityScreening ListsSecurity

APIs

Consolidated Screening List (CSL) API

The Consolidated Screening List (CSL) API consolidates export screening lists from the Departments of Commerce, State, and Treasury. It includes the Entity List, Denied Persons ...

SNAP-R Export License Application System

SNAP-R (Simplified Network Application Process Redesign) is the BIS online system for applying for export licenses, classifications, and authorizations under the Export Administ...

Collections

Pricing Plans

Rate Limits

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
📜
PrivacyPolicy
PrivacyPolicy
🔗
Consolidated Screening List
Consolidated Screening List
🔗
Export Administration Regulations
Export Administration Regulations
🔗
Commerce Control List
Commerce Control List

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Consolidated Screening List (CSL) API
  version: '1.0'
request:
  auth:
    type: apikey
    key: subscription-key
    value: '{{subscription-key}}'
    placement: header
items:
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Search the Consolidated Screening List
      type: http
    http:
      method: GET
      url: https://data.trade.gov/consolidated_screening_list/v1/search
      params:
      - name: name
        value: ''
        type: query
        description: Name of an individual or entity to search for.
      - name: fuzzy_name
        value: ''
        type: query
        description: When true, applies fuzzy name matching.
      - name: sources
        value: ''
        type: query
        description: Comma-separated list of source list codes (e.g., SDN, EL, DPL).
      - name: types
        value: ''
        type: query
        description: Comma-separated list of party types (Individual, Entity, Vessel, Aircraft).
      - name: countries
        value: ''
        type: query
        description: Comma-separated list of ISO 3166-1 alpha-2 country codes.
      - name: address
        value: ''
        type: query
        description: Street address fragment to search.
      - name: city
        value: ''
        type: query
      - name: state
        value: ''
        type: query
      - name: postal_code
        value: ''
        type: query
      - name: size
        value: ''
        type: query
        description: Number of results to return (max 100).
      - name: offset
        value: ''
        type: query
        description: Result offset for pagination.
    docs: 'Search across all entries on the Consolidated Screening List.

      Returns matching parties with name, addresses, country, source

      list, and remarks. Supports fuzzy name matching.

      '
bundled: true