id | Nutritionix Unique ID for Item |
item name | Item full name, such as Turkey Club Sandwich |
brand_id | Nutritionix ID for Food Brand |
brand_name | varchar, Full name of food brand |
upc | integer |
remote_db_key | foreign key for this item in a remote database |
remote_db_id | id of the database that this item is sourced from |
usda_nbd_no | null or integer |
category_id | 1=appetizer,2=entree,3=side dish,4=dessert,5=beverage,6=modifier |
allergen_contains_milk | boolean (true, false, null) |
allergen_contains_eggs | boolean (true, false, null) |
allergen_contains_fish | boolean (true, false, null) |
allergen_contains_shellfish | boolean (true, false, null) |
allergen_contains_tree_nuts | boolean (true, false, null) |
allergen_contains_peanuts | boolean (true, false, null) |
allergen_contains_wheat | boolean (true, false, null) |
allergen_contains_soybeans | boolean (true, false, null) |
allergen_contains_gluten | boolean (true, false, null) |
allergen_contains_seeds | boolean (true, false, null) |
allergen_contains_sulfites | boolean (true, false, null) |
flag_gluten_free | boolean (true, false, null) |
flag_vegan | boolean (true, false, null) |
flag_vegetarian | boolean (true, false, null) |
flag_pescatarian | boolean (true, false, null) |
nf_serving_size_unit | If serving size is 1 cup, the unit would have a value of "cup" |
nf_serving_size_qty | If serving size is 1 cup, the qty would have a value of "1" |
nf_serving_weight_grams | If serving weight is 228g the value would be "228" |
nf_servings_per_container | example: 2 |
nf_calories | |
nf_calories_from_fat | |
nf_total_fat | |
nf_saturated_fat | |
nf_monounsaturated_fat | |
nf_polyunsaturated_fat | |
nf_trans_fatty_acid | |
nf_cholesterol | |
nf_sodium | |
nf_total_carbohydrate | |
nf_dietary_fiber | |
nf_sugars | |
nf_protein | |
nf_vitamin_a_iu | Total IUs of vitamin A (5,000 IU is RDI) |
nf_vitamin_a_dv | daily value percentage expressed as integer |
nf_vitamin_c_mg | Total mgs of Vitamin C (60mg is RDI) |
nf_vitamin_c_dv | daily value percentage expressed as integer |
nf_calcium_mg | Total Mgs of Calcium (1,000mg is RDI) |
nf_calcium_dv | daily value percentage expressed as integer |
nf_iron_mg | Total mgs Iron (18mg is RDI) |
nf_iron_dv | daily value percentage expressed as integer |
import-id | Matches this row's data to the import it came from |
timestamp_last_updated | |
last_updated_user | |
timestamp_created | |