cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/processing-times/registration \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": [ { "category": "<string>", "application_type": "<string>", "report_month": "2023-12-25", "turnaround_days_median": 123, "snapshot_date": "2023-12-25" } ], "meta": { "total": 123 } }
Current TTB original permit application processing times by category and application type. Sourced from the TTB’s public processing times page.
This endpoint is free — it does not consume quota.
API key passed in the X-API-Key header
Filter by category
Filter by application type
Successful response
Show child attributes
Response metadata with total count