Skip to main content

Installation

Quick Start

Request parameters use camelCase (e.g., brandName, productType), but response fields use snake_case (e.g., brand_name, product_type) to match the API.

Filtering

The COLA list endpoint supports generic text search plus structured filters for TTB Product Type, COLA Cloud Category root/path, ABV, package size, container type, permit number, and barcode.
Use q when you are not sure whether a word belongs to a brand, product, permit, or applicant/company name. ColaDetail includes llm_category and llm_category_path. Paths are canonical Taxonomy 2.0 values, can have variable depth, and may stop at a non-leaf node. See Category Taxonomy.

Auto-Pagination

Iterate through all matching results without managing pages:

Permittees

Usage Stats

Browser Usage

The SDK works in browsers with bundlers like Vite, Webpack, or esbuild:

Authentication

Pass your API key directly to the client: