The brandedFoods query search for foods that belongs to a brand and/or have a barcode.
Branded foods are known as all the foods that belong to a brand and include a trademark and a barcode. For example "Oreo", "Hershey", "Mazola", "McCormick", etc. Find the list of brand foods on this page.
Characteristics
Within the branded food search you are able to:
Get the nutritional information for a specific food
Use pagination
Add a specific brand food barcode as an argument
Filter the information to retrieve the following results
ID
Tags
Nutrients
Name
Ingredients
Meal Time
Barcode
How to calculate the nutrient according to a food portion
Branded Foods are per each 100g.. For instance, each nutrient corresponds to 100g. To calculate the nutrients, use the following equation:
nutrientvalue∗weight/100
Where:
weight is equivalent to the servingSize
Available Arguments
Argument
Type
Description
query
Query
Name or keyword of the food. It is possible to add more than one value. The query is case insensitive.
{
brandedFoods(barcode: "763528339136")
{
edges {
node {
id
name
gtinUpc
brandOwner
servingSize
servingSizeUnit
nutrients {
type
amount
name
unit
}
}
}
}
}