Skip to main content
COLA Cloud publishes several TTB reference datasets as free, open data. These are available as both CSV downloads and API endpoints. API access requires an API key but does not count against your monthly quota.

Available Datasets

DatasetDescriptionRowsUpdatedCSVAPI
Processing TimesCOLA label application turnaround times by commodity~80DailyDownloadGET /processing-times
Formula Processing TimesFormula application turnaround times by type and commodity~100DailyDownloadGET /processing-times/formula
Registration Processing TimesOriginal permit application turnaround times~200PeriodicDownloadGET /processing-times/registration
Production ReportsMonthly and annual alcohol production statistics~15,000Full refreshDownloadGET /production-reports
Viticultural Areas (AVAs)Federally designated wine grape-growing regions~340Full refreshDownloadGET /avas
PermitteesLicensed alcohol producers, importers, and wholesalers~30,000Full refreshDownloadGET /permittees

CSV Downloads

All CSV files are hosted on CloudFront and available without authentication. Download directly or use them in your data pipelines:
curl -O https://dyuie4zgfxmt6.cloudfront.net/open-data/ttb_processing_times.csv
curl -O https://dyuie4zgfxmt6.cloudfront.net/open-data/ttb_production_reports.csv
curl -O https://dyuie4zgfxmt6.cloudfront.net/open-data/ttb_viticultural_areas.csv

API Access

All reference data endpoints require an X-API-Key header but are free to call — they do not consume detail view or list record quota. They are subject to burst rate limits.
curl -H "X-API-Key: your_api_key" https://app.colacloud.us/api/v1/processing-times
curl -H "X-API-Key: your_api_key" https://app.colacloud.us/api/v1/avas?state=CA
curl -H "X-API-Key: your_api_key" https://app.colacloud.us/api/v1/production-reports?year=2024&commodity=wine

Data Sources

All datasets are sourced from public TTB data and refreshed regularly:

License

These datasets are derived from US federal government public data and are provided as-is. The underlying TTB data is in the public domain. COLA Cloud’s value-add (cleaning, structuring, enrichment) is offered freely for these reference datasets.

Full COLA Dataset

Looking for the full COLA label database? The core dataset — 2.9M+ product records, 5M+ label images, barcodes, and LLM enrichments — is available via the REST API, Snowflake data share, or sample pack. Contact us to learn more.