cURL
curl --request GET \ --url https://app.colacloud.us/api/v1/processing-times/formula \ --header 'X-API-Key: <api-key>'
200
Example
{ "data": [ { "commodity": "<string>", "formula_type": "<string>", "snapshot_date": "2023-12-25", "turnaround_days_median": 123, "queue_frontier_date": "2023-12-25", "queue_depth_days": 123 } ], "meta": { "total": 123 } }
Current TTB formula application processing times by formula type and commodity. 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 formula type
Filter by commodity (case-insensitive)
Successful response
Show child attributes
Response metadata with total count