cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/barcode/{barcode_value} \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": { "barcode_value": "<string>", "barcode_type": "<string>", "colas": [ { "ttb_id": "<string>", "brand_name": "<string>", "product_name": "<string>", "product_type": "wine", "class_name": "<string>", "origin_name": "<string>", "domestic_or_imported": "domestic", "permit_number": "<string>", "application_type": "<string>", "application_status": "<string>", "application_date": "2023-12-25", "approval_date": "2023-12-25", "expiration_date": "2023-12-25", "abv": 123, "volume": 123, "volume_unit": "<string>", "llm_category": "<string>", "llm_category_path": "<string>", "image_count": 123, "main_image_url": "<string>" } ], "total_colas": 123 } }
Find COLAs by barcode value (UPC, EAN, etc.). Returns up to 100 COLAs associated with the given barcode.
API key passed in the X-API-Key header
The barcode value (UPC-A, EAN-13, etc.)
Successful response
Show child attributes