Bureau of Industry and Security website screenshot

Bureau of Industry and Security

The Bureau of Industry and Security (BIS), a division of the U.S. Department of Commerce, advances U.S. national security, foreign policy, and economic objectives by administering an effective export control and treaty compliance system. BIS maintains the Commerce Control List (CCL), administers the Consolidated Screening List (CSL), and operates the SNAP-R licensing system.

3 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...

STELA Export License Tracking

STELA (System for Tracking Export License Applications) allows applicants to check the status of export license applications submitted to BIS.

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