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 List, Unverified List (BIS), ITAR Debarred List (State), SDN List, and others. Used for trade compliance and due diligence screening.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/consolidated-screening-list-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

bureau-of-industry-and-security-csl-apim-export.yaml Raw ↑
# VERBATIM first-party export. Fetched 2026-09-05 from the International Trade
# Administration's Azure API Management developer portal:
#   https://developer.trade.gov/developer/apis/consolidated-screening-list?api-version=2022-04-01-preview&export=true&format=openapi
# method: searched   source: developer.trade.gov (ITA Data Services Platform)
# OPERATOR NOTE: the Consolidated Screening List API is OPERATED by the International
# Trade Administration (ITA). The Bureau of Industry and Security is a CONTRIBUTING
# agency — BIS owns four of the consolidated source lists (DPL, EL, MEU, UVL), which
# the API's own `sources` parameter documentation names under
# "Department of Commerce - Bureau of Industry and Security (BIS)".
# APIM exports this API with `paths: {}` because the operations live in the version
# set; the real operations were read from
#   .../apis/consolidated-screening-list/operations?api-version=2022-04-01-preview
# and are captured in openapi/bureau-of-industry-and-security-search-api-openapi.yml.
openapi: 3.0.1
info:
  title: Consolidated Screening List
  description: 'The Consolidated Screening List API consolidates export screening lists of the Departments of Commerce, State and the Treasury into a single data feed as an aid to industry in conducting electronic screens of potential parties to regulated transactions.In the event that a company, entity or person on the list appears to match a party potentially involved in an export transaction, additional due diligence should be conducted before proceeding. There may be a strict export prohibition, requirement for seeking a license application, evaluation of the end-use or user to ensure it does not result in an activity prohibited by any U.S. export regulations, or other restriction. For more information view the informational video from the National Customs Brokers. The API only contains active entities on the list. For historical research, please reference the sources directly.'
  version: v1
servers:
  - url: https://data.trade.gov/consolidated_screening_list
paths: { }
components:
  securitySchemes:
    apiKeyHeader:
      type: apiKey
      name: subscription-key
      in: header
    apiKeyQuery:
      type: apiKey
      name: subscription-key
      in: query
security:
  - { }
  - apiKeyHeader: [ ]
  - apiKeyQuery: [ ]