GET /food/branded/name.php
Operation ID: —
Auth: unknown
Description
## Search for branded food items by name. **Example** > ```https://chompthis.com/api/v2/food/branded/name.php?api_key=API_KEY&name=NAME``` **Tips** * Get started by using our **[food lookup tool](https://chompthis.com/api/lookup.php)**. > 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. **[Read this](https://desk.zoho.com/portal/chompthis/kb/articles/can-i-upgrade-downgrade-my-subscription)** if you aren't sure how to upgrade your subscription.
Parameters (3)
(integer, query, optional)
#### Set maximum number of records you want the API to return. The default value is "**10**." **Example** > ```&limit=10```
Constraints: {'enum': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}
(string, query, required)
#### Search for branded food items using a general food name keyword. This does not have to exactly match the "official" name for the food. **Example** > ```&name=Starburst```
(integer, query, optional)
#### This is how you paginate the search result. By default, you will see the first 10 records. You must increment the page number to access the next 10 records, and so on. The default value is "**1**." **Example** > ```&page=1```
No probe data for this endpoint yet.