Skip to main content

1. Create an Account

1

Sign up

Visit app.colacloud.us/auth/register and sign up with email or Google.
2

Verify email

Check your inbox and verify your email address.
3

Generate an API key

Go to Dashboard > API Keys and click Create API Key. Copy your key — it won’t be shown again.

2. Make Your First Request

Search for bourbon labels:

3. Look Up a Product by Barcode

Find COLAs associated with a UPC/EAN barcode:
Use /api/v1/colas?barcode_value=012345678901 when you want to filter COLA Search results by the record’s main barcode and combine that with other /colas filters. Use /api/v1/barcode/{barcode_value} when you want the dedicated enrichment lookup across extracted barcode rows.

4. Check Your Usage

Default Date Range

When no date filters are provided, the /colas endpoint returns results from the last 365 days. The response includes a defaults_applied field indicating when this default is active:
Pass approval_date_from or approval_date_to to override this default and query the full historical dataset.

Search Filters

q is a general text search across brand, product, class, permit number, applicant/company name, and barcode-shaped queries. Use it when you know a word but not which field it belongs to. Common /colas filters include:

Next Steps

Authentication

API key usage, rate limits, and pagination

API Reference

Interactive API playground

SDKs & Tools

Python, JavaScript, CLI, and MCP server

Dataset Schema

Full schema with 100+ columns