Trace Ingredients and Cross-Contamination
Trace ingredients are components that may or may not be present in a food item due to manufacturing processes. Manufacturers frequently place a warning label on products if there is a risk of cross-contamination with a known allergen, or if the product is processed on shared equipment.
The Chomp database tracks over 600 trace ingredients across multiple languages to identify potential cross-contamination risks.
For a comprehensive, unabridged list of all tracked trace ingredients, please open a support ticket.
Related Articles
Allergen Tracking and Identification
The Chomp database tracks and indexes over 1,000 distinct allergen ingredients across multiple languages. Identifying Allergens Allergens are explicitly identified within the API response object when associated with a queried food item. For ...
Browser Requests and CORS Support
The Chomp API fully supports Cross-Origin Resource Sharing (CORS) and standard client-side browser requests, including AJAX and fetch API implementations. For specific implementation details and examples, please refer to the API Documentation.
Supported Diets and Compatibility Verification
The Chomp database actively supports compatibility verification for Vegan, Vegetarian, and Gluten-Free diets. Compatibility Logic Every ingredient associated with a queried food item is algorithmically checked against internal dietary guidelines. If ...
500 Internal Server Error
A 500 Internal Server Error indicates that an unexpected condition was encountered on the Chomp API servers, preventing it from fulfilling the request. Common Causes Backend Timeout: The database took too long to resolve a highly complex search ...
Building a Recipe Nutrition App with the Chomp API
One of the most common use cases developers bring to the Chomp API is recipe nutrition calculation — giving users a way to log ingredients, build recipes, and see the full nutritional breakdown of what they're cooking. It sounds straightforward, but ...