Chomp Food Database API Documentation
Important
An is required for access to this API. Get yours at .
Getting Started
- to the API.
- Scroll down and click the "Authorize" button.
- Enter your API key into the "value" input, click the "Authorize" button, then click the "Close" button.
- Scroll down to the section titled "default" and click on the API endpoint you wish to use.
- Click the "Try it out" button.
- Enter the information the endpoint requires.
- Click the "Execute" button.
Example
- Branded food response object:
- Ingredient response object:
- Error response object:
How Do I Find My API Key?
- Your API key was sent to the email address you used to create your subscription.
- You will also find your API key in the .
- Read for more information.
Helpful Links
- Help & Support
- Pricing
- Guidelines
- Homepage
- https://api.apis.guru/v2/specs/chompthis.com/1.0.0-oas3.json
- Provider
- chompthis.com
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/chompthis.com/1.0.0-oas3/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/chompthis.com/1.0.0-oas3/openapi.yaml
Tools (6)
Extracted live via the executor SDK.
-
food.getFoodBrandedBarcodePhpGet data for a branded food using the food's UPC/EAN barcode.
Example
https://chompthis.com/api/v2/food/branded/barcode.php?api_key=API_KEY&code=CODETips
- Read our for helpful tips and tricks.
-
food.getFoodBrandedNamePhpSearch for branded food items by name.
Example
https://chompthis.com/api/v2/food/branded/name.php?api_key=API_KEY&name=NAMETips
- Get started by using our .
This API endpoint is only available to Standard and Premium API subscribers. Please consider upgrading your subscription if you are subscribed to the Limited plan. if you aren't sure how to upgrade your subscription.
-
food.getFoodBrandedSearchPhpSearch for branded food items using various parameters.
Example
https://chompthis.com/api/v2/food/branded/search.php?api_key=API_KEY&brand=BRAND&country=COUNTRY&page=1Tips
- Get started by using the .
This API endpoint is only available to Standard and Premium API subscribers. Please consider upgrading your subscription if you are subscribed to the Limited plan. if you aren't sure how to upgrade your subscription.
-
food.getFoodIngredientSearchPhpGet data for a specific ingredient or a specific set of ingredients.
Example #1: Single Ingredient
https://chompthis.com/api/v2/ingredient/search.php?api_key=API_KEY&find=raw broccoliExample #2: Set of Ingredients
https://chompthis.com/api/v2/ingredient/search.php?api_key=API_KEY&find=raw broccoli,mashed potatoes,chicken drumstickTips
- Expose ingredient endpoints by using our .
This API endpoint is only available to Standard and Premium API subscribers. Please consider upgrading your subscription if you are subscribed to the Limited plan. if you aren't sure how to upgrade your subscription.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools