---
title: "Get the food information from the server"
method: GET
path: "/food"
tags: ["food"]
---

# Get the food information from the server

`GET /food`

## Query parameters

- `food_name` string, required
- `user_id` number

## Response `200`

successful operation

- FoodResponse
  - `addons` FoodAddonResponse[]
    - `addon_group_name` string, required
    - `addon_infos` FoodAddonInfoResponse[], required
      - `carbohydrate_g` number, required — carbohydrate_g per 100g of main food
      - `name` string, required
      - `name_translations` object, nullable
      - `serving_units` FoodServingUnit[]
        - `addon` boolean
        - `amount` number, required
        - `default_label_qty` number, required
        - `food_sizing_options` string[]
        - `label` string, required
        - `label_translations` object, nullable, required
        - `ranking` integer
        - `root_label` string
    - `addon_names` string[], nullable
  - `adult_serving_size_g` number, nullable
  - `base_name` string
  - `brand` string
  - `carbohydrate_g` number
  - `custom_item_source` string, nullable — See documentation regarding these values in the "Engineering Loop -> Reference Documents -> Referencing Foods by Source and ID" page: https://rxfood.sharepoint.com/:fl:/r/contentstorage/CSP_14a5252e-2526-4d18-8a2e-c2c70eba2ba3/Document%20Library/LoopAppData/Food%20ID%20and%20Nutrition%20Source%20fields.loop?d=w91a1be15daed463590155c82c9ef2034&csf=1&web=1&e=orgDCL&nav=cz0lMkZjb250ZW50c3RvcmFnZSUyRkNTUF8xNGE1MjUyZS0yNTI2LTRkMTgtOGEyZS1jMmM3MGViYTJiYTMmZD1iJTIxTGlXbEZDWWxHRTJLTHNMSERyb3JvOFlodG0wcEcwMUR1OVNOSTZ2RjhPLTJEVGktMXNmb1M0X29CQmpBWXZFbiZmPTAxVUxTRUVWQVZYMlFaRDNPMkdWREpBRks0UUxFNjZJQlUmYz0lMkYmYT1Mb29wQXBwJnA9JTQwZmx1aWR4JTJGbG9vcC1wYWdlLWNvbnRhaW5lciZ4PSU3QiUyMnclMjIlM0ElMjJUMFJUVUh4eWVHWnZiMlF1YzJoaGNtVndiMmx1ZEM1amIyMThZaUZNYVZkc1JrTlpiRWRGTWt0TWMweElSSEp2Y204NFdXaDBiVEJ3UnpBeFJIVTVVMDVKTm5aR09FOHRNa1JVYVMweGMyWnZVelJmYjBKQ2FrRlpka1Z1ZkRBeFZVeFRSVVZXUkVKYVR6UlRSa0pNUzFwT1EwbFBVbHBGVGxVelFsaE5XVEklM0QlMjIlMkMlMjJpJTIyJTNBJTIyYmE3ODVlMDQtMGQ4Yy00ZDAxLTgxZDYtMWYwYTUzYzBlNTViJTIyJTdE Note: this field is currently only used by `food_engine_food_response_to_food_response`, although it may be used by other services in the future.
  - `custom_item_source_id` string, nullable — See documentation regarding these values in the "Engineering Loop -> Reference Documents -> Referencing Foods by Source and ID" page: https://rxfood.sharepoint.com/:fl:/r/contentstorage/CSP_14a5252e-2526-4d18-8a2e-c2c70eba2ba3/Document%20Library/LoopAppData/Food%20ID%20and%20Nutrition%20Source%20fields.loop?d=w91a1be15daed463590155c82c9ef2034&csf=1&web=1&e=orgDCL&nav=cz0lMkZjb250ZW50c3RvcmFnZSUyRkNTUF8xNGE1MjUyZS0yNTI2LTRkMTgtOGEyZS1jMmM3MGViYTJiYTMmZD1iJTIxTGlXbEZDWWxHRTJLTHNMSERyb3JvOFlodG0wcEcwMUR1OVNOSTZ2RjhPLTJEVGktMXNmb1M0X29CQmpBWXZFbiZmPTAxVUxTRUVWQVZYMlFaRDNPMkdWREpBRks0UUxFNjZJQlUmYz0lMkYmYT1Mb29wQXBwJnA9JTQwZmx1aWR4JTJGbG9vcC1wYWdlLWNvbnRhaW5lciZ4PSU3QiUyMnclMjIlM0ElMjJUMFJUVUh4eWVHWnZiMlF1YzJoaGNtVndiMmx1ZEM1amIyMThZaUZNYVZkc1JrTlpiRWRGTWt0TWMweElSSEp2Y204NFdXaDBiVEJ3UnpBeFJIVTVVMDVKTm5aR09FOHRNa1JVYVMweGMyWnZVelJmYjBKQ2FrRlpka1Z1ZkRBeFZVeFRSVVZXUkVKYVR6UlRSa0pNUzFwT1EwbFBVbHBGVGxVelFsaE5XVEklM0QlMjIlMkMlMjJpJTIyJTNBJTIyYmE3ODVlMDQtMGQ4Yy00ZDAxLTgxZDYtMWYwYTUzYzBlNTViJTIyJTdE Note: this field is currently only used by `food_engine_food_response_to_food_response`, although it may be used by other services in the future.
  - `custom_tip` string, nullable
  - `description` string, nullable
  - `diet_restriction_flags` DietRestrictionFlags
    - `no_dairy` boolean
    - `no_gluten` boolean
    - `no_pork` boolean
    - `pescatarian` boolean
    - `vegan` boolean
    - `vegetarian` boolean
  - `favorite` boolean — if this food is set favorite of the queried user
  - `food_image_url` string, nullable, required
  - `ingredients_str` string, nullable
  - `level1` string, nullable
  - `level2` string, nullable
  - `level3` string, nullable
  - `level4` string, nullable
  - `name` string, required
  - `name_translations` object, nullable, required
  - `note` string, nullable
  - `nutrient_overrides` NutrientOverrideCollection
    - `aa_patient` NutrientOverridesResponse
      - `cc_columns` CcColumnsRequest
        - `cc_added_sugars` boolean, nullable
        - `cc_additives` boolean, nullable
        - `cc_beverage` boolean, nullable
        - `cc_calcium` boolean, nullable
        - `cc_complexcarbs` boolean, nullable
        - `cc_composite_dish` boolean, nullable
        - `cc_cooked` boolean, nullable
        - `cc_fish` boolean, nullable
        - `cc_fried` boolean, nullable
        - `cc_fruit` boolean, nullable
        - `cc_gluten_free` boolean, nullable
        - `cc_grains` boolean, nullable
        - `cc_healthy_fat` boolean, nullable
        - `cc_high_fiber` boolean, nullable
        - `cc_legume` boolean, nullable
        - `cc_meat` boolean, nullable
        - `cc_non_meat_animal_protein` boolean, nullable
        - `cc_nuts_seeds` boolean, nullable
        - `cc_omega_three` boolean, nullable
        - `cc_plant_based` boolean, nullable
        - `cc_plant_based_whole` boolean, nullable
        - `cc_plant_protein` boolean, nullable
        - `cc_pork` boolean, nullable
        - `cc_poultry` boolean, nullable
        - `cc_processed` boolean, nullable
        - `cc_protein` boolean, nullable
        - `cc_raw` boolean, nullable
        - `cc_redmeat` boolean, nullable
        - `cc_shellfish` boolean, nullable
        - `cc_simplecarbs` boolean, nullable
        - `cc_standalone_food` boolean, nullable
        - `cc_sugar_free` boolean, nullable
        - `cc_sugary_beverage` boolean, nullable
        - `cc_supplement` boolean, nullable
        - `cc_ultraprocessed` boolean, nullable
        - `cc_unhealthy_fat` boolean, nullable
        - `cc_vegetable` boolean, nullable
        - `cc_whole` boolean, nullable
        - `cc_whole_foods` boolean, nullable
      - `created_time` string, date-time, required
      - `metadata` object, nullable
      - `nutrients` NutrientEstimatesRequest
        - `added_sugars_g` number, nullable
        - `alcohol_g` number, nullable
        - `caffeine_mg` number, nullable
        - `calcium_mg` number, nullable
        - `carbohydrate_g` number, nullable
        - `cholesterol_mg` number, nullable
        - `choline_mg` number, nullable
        - `energy_kcal` number, nullable
        - `fat_g` number, nullable
        - `fattyacids_totalmonounsaturated_g` number, nullable
        - `fattyacids_totalpolyunsaturated_g` number, nullable
        - `fattyacids_totalsaturated_g` number, nullable
        - `fattyacids_totaltrans_g` number, nullable
        - `fiber_g` number, nullable
        - `folate_dfe_ug` number, nullable
        - `grams_per_cubic_inch` number, nullable
        - `insoluble_dietary_fiber_g` number, nullable
        - `iron_mg` number, nullable
        - `magnesium_mg` number, nullable
        - `netcarb_g` number, nullable
        - `niacin_mg` number, nullable
        - `omega_three_fatty_acids_g` number, nullable
        - `pantothenic_acid_mg` number, nullable
        - `phosphorus_mg` number, nullable
        - `polyols_g` number, nullable
        - `potassium_mg` number, nullable
        - `protein_g` number, nullable
        - `riboflavin_mg` number, nullable
        - `selenium_mcg` number, nullable
        - `sodium_mg` number, nullable
        - `soluble_dietary_fiber_g` number, nullable
        - `sugars_g` number, nullable
        - `thiamin_mg` number, nullable
        - `vitamin_a_iu` number, nullable
        - `vitamin_a_rae_ug` number, nullable
        - `vitamin_b12_ug` number, nullable
        - `vitamin_b6_mg` number, nullable
        - `vitamin_c_mg` number, nullable
        - `vitamin_d2d3_ug` number, nullable
        - `vitamin_d_iu` number, nullable
        - `vitamin_e_mg` number, nullable
        - `vitamin_k_ug` number, nullable
        - `water_g` number, nullable
        - `zinc_mg` number, nullable
      - `ontology` FoodOntologyVTO
        - `adult_serving_size_g` number, nullable
        - `ghg_equivalent_kg` number, nullable
        - `id` integer, nullable
        - `levels` string[], required
      - `source_id` string, required
      - `source_name` 'patient' | 'reviewer' | 'external' | 'estimate' | 'validation', required
      - `updated_time` string, date-time, required
    - `bb_reviewer` NutrientOverridesResponse
      - `cc_columns` CcColumnsRequest
        - `cc_added_sugars` boolean, nullable
        - `cc_additives` boolean, nullable
        - `cc_beverage` boolean, nullable
        - `cc_calcium` boolean, nullable
        - `cc_complexcarbs` boolean, nullable
        - `cc_composite_dish` boolean, nullable
        - `cc_cooked` boolean, nullable
        - `cc_fish` boolean, nullable
        - `cc_fried` boolean, nullable
        - `cc_fruit` boolean, nullable
        - `cc_gluten_free` boolean, nullable
        - `cc_grains` boolean, nullable
        - `cc_healthy_fat` boolean, nullable
        - `cc_high_fiber` boolean, nullable
        - `cc_legume` boolean, nullable
        - `cc_meat` boolean, nullable
        - `cc_non_meat_animal_protein` boolean, nullable
        - `cc_nuts_seeds` boolean, nullable
        - `cc_omega_three` boolean, nullable
        - `cc_plant_based` boolean, nullable
        - `cc_plant_based_whole` boolean, nullable
        - `cc_plant_protein` boolean, nullable
        - `cc_pork` boolean, nullable
        - `cc_poultry` boolean, nullable
        - `cc_processed` boolean, nullable
        - `cc_protein` boolean, nullable
        - `cc_raw` boolean, nullable
        - `cc_redmeat` boolean, nullable
        - `cc_shellfish` boolean, nullable
        - `cc_simplecarbs` boolean, nullable
        - `cc_standalone_food` boolean, nullable
        - `cc_sugar_free` boolean, nullable
        - `cc_sugary_beverage` boolean, nullable
        - `cc_supplement` boolean, nullable
        - `cc_ultraprocessed` boolean, nullable
        - `cc_unhealthy_fat` boolean, nullable
        - `cc_vegetable` boolean, nullable
        - `cc_whole` boolean, nullable
        - `cc_whole_foods` boolean, nullable
      - `created_time` string, date-time, required
      - `metadata` object, nullable
      - `nutrients` NutrientEstimatesRequest
        - `added_sugars_g` number, nullable
        - `alcohol_g` number, nullable
        - `caffeine_mg` number, nullable
        - `calcium_mg` number, nullable
        - `carbohydrate_g` number, nullable
        - `cholesterol_mg` number, nullable
        - `choline_mg` number, nullable
        - `energy_kcal` number, nullable
        - `fat_g` number, nullable
        - `fattyacids_totalmonounsaturated_g` number, nullable
        - `fattyacids_totalpolyunsaturated_g` number, nullable
        - `fattyacids_totalsaturated_g` number, nullable
        - `fattyacids_totaltrans_g` number, nullable
        - `fiber_g` number, nullable
        - `folate_dfe_ug` number, nullable
        - `grams_per_cubic_inch` number, nullable
        - `insoluble_dietary_fiber_g` number, nullable
        - `iron_mg` number, nullable
        - `magnesium_mg` number, nullable
        - `netcarb_g` number, nullable
        - `niacin_mg` number, nullable
        - `omega_three_fatty_acids_g` number, nullable
        - `pantothenic_acid_mg` number, nullable
        - `phosphorus_mg` number, nullable
        - `polyols_g` number, nullable
        - `potassium_mg` number, nullable
        - `protein_g` number, nullable
        - `riboflavin_mg` number, nullable
        - `selenium_mcg` number, nullable
        - `sodium_mg` number, nullable
        - `soluble_dietary_fiber_g` number, nullable
        - `sugars_g` number, nullable
        - `thiamin_mg` number, nullable
        - `vitamin_a_iu` number, nullable
        - `vitamin_a_rae_ug` number, nullable
        - `vitamin_b12_ug` number, nullable
        - `vitamin_b6_mg` number, nullable
        - `vitamin_c_mg` number, nullable
        - `vitamin_d2d3_ug` number, nullable
        - `vitamin_d_iu` number, nullable
        - `vitamin_e_mg` number, nullable
        - `vitamin_k_ug` number, nullable
        - `water_g` number, nullable
        - `zinc_mg` number, nullable
      - `ontology` FoodOntologyVTO
        - `adult_serving_size_g` number, nullable
        - `ghg_equivalent_kg` number, nullable
        - `id` integer, nullable
        - `levels` string[], required
      - `source_id` string, required
      - `source_name` 'patient' | 'reviewer' | 'external' | 'estimate' | 'validation', required
      - `updated_time` string, date-time, required
    - `cc_external` NutrientOverridesResponse
      - `cc_columns` CcColumnsRequest
        - `cc_added_sugars` boolean, nullable
        - `cc_additives` boolean, nullable
        - `cc_beverage` boolean, nullable
        - `cc_calcium` boolean, nullable
        - `cc_complexcarbs` boolean, nullable
        - `cc_composite_dish` boolean, nullable
        - `cc_cooked` boolean, nullable
        - `cc_fish` boolean, nullable
        - `cc_fried` boolean, nullable
        - `cc_fruit` boolean, nullable
        - `cc_gluten_free` boolean, nullable
        - `cc_grains` boolean, nullable
        - `cc_healthy_fat` boolean, nullable
        - `cc_high_fiber` boolean, nullable
        - `cc_legume` boolean, nullable
        - `cc_meat` boolean, nullable
        - `cc_non_meat_animal_protein` boolean, nullable
        - `cc_nuts_seeds` boolean, nullable
        - `cc_omega_three` boolean, nullable
        - `cc_plant_based` boolean, nullable
        - `cc_plant_based_whole` boolean, nullable
        - `cc_plant_protein` boolean, nullable
        - `cc_pork` boolean, nullable
        - `cc_poultry` boolean, nullable
        - `cc_processed` boolean, nullable
        - `cc_protein` boolean, nullable
        - `cc_raw` boolean, nullable
        - `cc_redmeat` boolean, nullable
        - `cc_shellfish` boolean, nullable
        - `cc_simplecarbs` boolean, nullable
        - `cc_standalone_food` boolean, nullable
        - `cc_sugar_free` boolean, nullable
        - `cc_sugary_beverage` boolean, nullable
        - `cc_supplement` boolean, nullable
        - `cc_ultraprocessed` boolean, nullable
        - `cc_unhealthy_fat` boolean, nullable
        - `cc_vegetable` boolean, nullable
        - `cc_whole` boolean, nullable
        - `cc_whole_foods` boolean, nullable
      - `created_time` string, date-time, required
      - `metadata` object, nullable
      - `nutrients` NutrientEstimatesRequest
        - `added_sugars_g` number, nullable
        - `alcohol_g` number, nullable
        - `caffeine_mg` number, nullable
        - `calcium_mg` number, nullable
        - `carbohydrate_g` number, nullable
        - `cholesterol_mg` number, nullable
        - `choline_mg` number, nullable
        - `energy_kcal` number, nullable
        - `fat_g` number, nullable
        - `fattyacids_totalmonounsaturated_g` number, nullable
        - `fattyacids_totalpolyunsaturated_g` number, nullable
        - `fattyacids_totalsaturated_g` number, nullable
        - `fattyacids_totaltrans_g` number, nullable
        - `fiber_g` number, nullable
        - `folate_dfe_ug` number, nullable
        - `grams_per_cubic_inch` number, nullable
        - `insoluble_dietary_fiber_g` number, nullable
        - `iron_mg` number, nullable
        - `magnesium_mg` number, nullable
        - `netcarb_g` number, nullable
        - `niacin_mg` number, nullable
        - `omega_three_fatty_acids_g` number, nullable
        - `pantothenic_acid_mg` number, nullable
        - `phosphorus_mg` number, nullable
        - `polyols_g` number, nullable
        - `potassium_mg` number, nullable
        - `protein_g` number, nullable
        - `riboflavin_mg` number, nullable
        - `selenium_mcg` number, nullable
        - `sodium_mg` number, nullable
        - `soluble_dietary_fiber_g` number, nullable
        - `sugars_g` number, nullable
        - `thiamin_mg` number, nullable
        - `vitamin_a_iu` number, nullable
        - `vitamin_a_rae_ug` number, nullable
        - `vitamin_b12_ug` number, nullable
        - `vitamin_b6_mg` number, nullable
        - `vitamin_c_mg` number, nullable
        - `vitamin_d2d3_ug` number, nullable
        - `vitamin_d_iu` number, nullable
        - `vitamin_e_mg` number, nullable
        - `vitamin_k_ug` number, nullable
        - `water_g` number, nullable
        - `zinc_mg` number, nullable
      - `ontology` FoodOntologyVTO
        - `adult_serving_size_g` number, nullable
        - `ghg_equivalent_kg` number, nullable
        - `id` integer, nullable
        - `levels` string[], required
      - `source_id` string, required
      - `source_name` 'patient' | 'reviewer' | 'external' | 'estimate' | 'validation', required
      - `updated_time` string, date-time, required
    - `dd_estimate` NutrientOverridesResponse
      - `cc_columns` CcColumnsRequest
        - `cc_added_sugars` boolean, nullable
        - `cc_additives` boolean, nullable
        - `cc_beverage` boolean, nullable
        - `cc_calcium` boolean, nullable
        - `cc_complexcarbs` boolean, nullable
        - `cc_composite_dish` boolean, nullable
        - `cc_cooked` boolean, nullable
        - `cc_fish` boolean, nullable
        - `cc_fried` boolean, nullable
        - `cc_fruit` boolean, nullable
        - `cc_gluten_free` boolean, nullable
        - `cc_grains` boolean, nullable
        - `cc_healthy_fat` boolean, nullable
        - `cc_high_fiber` boolean, nullable
        - `cc_legume` boolean, nullable
        - `cc_meat` boolean, nullable
        - `cc_non_meat_animal_protein` boolean, nullable
        - `cc_nuts_seeds` boolean, nullable
        - `cc_omega_three` boolean, nullable
        - `cc_plant_based` boolean, nullable
        - `cc_plant_based_whole` boolean, nullable
        - `cc_plant_protein` boolean, nullable
        - `cc_pork` boolean, nullable
        - `cc_poultry` boolean, nullable
        - `cc_processed` boolean, nullable
        - `cc_protein` boolean, nullable
        - `cc_raw` boolean, nullable
        - `cc_redmeat` boolean, nullable
        - `cc_shellfish` boolean, nullable
        - `cc_simplecarbs` boolean, nullable
        - `cc_standalone_food` boolean, nullable
        - `cc_sugar_free` boolean, nullable
        - `cc_sugary_beverage` boolean, nullable
        - `cc_supplement` boolean, nullable
        - `cc_ultraprocessed` boolean, nullable
        - `cc_unhealthy_fat` boolean, nullable
        - `cc_vegetable` boolean, nullable
        - `cc_whole` boolean, nullable
        - `cc_whole_foods` boolean, nullable
      - `created_time` string, date-time, required
      - `metadata` object, nullable
      - `nutrients` NutrientEstimatesRequest
        - `added_sugars_g` number, nullable
        - `alcohol_g` number, nullable
        - `caffeine_mg` number, nullable
        - `calcium_mg` number, nullable
        - `carbohydrate_g` number, nullable
        - `cholesterol_mg` number, nullable
        - `choline_mg` number, nullable
        - `energy_kcal` number, nullable
        - `fat_g` number, nullable
        - `fattyacids_totalmonounsaturated_g` number, nullable
        - `fattyacids_totalpolyunsaturated_g` number, nullable
        - `fattyacids_totalsaturated_g` number, nullable
        - `fattyacids_totaltrans_g` number, nullable
        - `fiber_g` number, nullable
        - `folate_dfe_ug` number, nullable
        - `grams_per_cubic_inch` number, nullable
        - `insoluble_dietary_fiber_g` number, nullable
        - `iron_mg` number, nullable
        - `magnesium_mg` number, nullable
        - `netcarb_g` number, nullable
        - `niacin_mg` number, nullable
        - `omega_three_fatty_acids_g` number, nullable
        - `pantothenic_acid_mg` number, nullable
        - `phosphorus_mg` number, nullable
        - `polyols_g` number, nullable
        - `potassium_mg` number, nullable
        - `protein_g` number, nullable
        - `riboflavin_mg` number, nullable
        - `selenium_mcg` number, nullable
        - `sodium_mg` number, nullable
        - `soluble_dietary_fiber_g` number, nullable
        - `sugars_g` number, nullable
        - `thiamin_mg` number, nullable
        - `vitamin_a_iu` number, nullable
        - `vitamin_a_rae_ug` number, nullable
        - `vitamin_b12_ug` number, nullable
        - `vitamin_b6_mg` number, nullable
        - `vitamin_c_mg` number, nullable
        - `vitamin_d2d3_ug` number, nullable
        - `vitamin_d_iu` number, nullable
        - `vitamin_e_mg` number, nullable
        - `vitamin_k_ug` number, nullable
        - `water_g` number, nullable
        - `zinc_mg` number, nullable
      - `ontology` FoodOntologyVTO
        - `adult_serving_size_g` number, nullable
        - `ghg_equivalent_kg` number, nullable
        - `id` integer, nullable
        - `levels` string[], required
      - `source_id` string, required
      - `source_name` 'patient' | 'reviewer' | 'external' | 'estimate' | 'validation', required
      - `updated_time` string, date-time, required
    - `ee_validation` NutrientOverridesResponse
      - `cc_columns` CcColumnsRequest
        - `cc_added_sugars` boolean, nullable
        - `cc_additives` boolean, nullable
        - `cc_beverage` boolean, nullable
        - `cc_calcium` boolean, nullable
        - `cc_complexcarbs` boolean, nullable
        - `cc_composite_dish` boolean, nullable
        - `cc_cooked` boolean, nullable
        - `cc_fish` boolean, nullable
        - `cc_fried` boolean, nullable
        - `cc_fruit` boolean, nullable
        - `cc_gluten_free` boolean, nullable
        - `cc_grains` boolean, nullable
        - `cc_healthy_fat` boolean, nullable
        - `cc_high_fiber` boolean, nullable
        - `cc_legume` boolean, nullable
        - `cc_meat` boolean, nullable
        - `cc_non_meat_animal_protein` boolean, nullable
        - `cc_nuts_seeds` boolean, nullable
        - `cc_omega_three` boolean, nullable
        - `cc_plant_based` boolean, nullable
        - `cc_plant_based_whole` boolean, nullable
        - `cc_plant_protein` boolean, nullable
        - `cc_pork` boolean, nullable
        - `cc_poultry` boolean, nullable
        - `cc_processed` boolean, nullable
        - `cc_protein` boolean, nullable
        - `cc_raw` boolean, nullable
        - `cc_redmeat` boolean, nullable
        - `cc_shellfish` boolean, nullable
        - `cc_simplecarbs` boolean, nullable
        - `cc_standalone_food` boolean, nullable
        - `cc_sugar_free` boolean, nullable
        - `cc_sugary_beverage` boolean, nullable
        - `cc_supplement` boolean, nullable
        - `cc_ultraprocessed` boolean, nullable
        - `cc_unhealthy_fat` boolean, nullable
        - `cc_vegetable` boolean, nullable
        - `cc_whole` boolean, nullable
        - `cc_whole_foods` boolean, nullable
      - `created_time` string, date-time, required
      - `metadata` object, nullable
      - `nutrients` NutrientEstimatesRequest
        - `added_sugars_g` number, nullable
        - `alcohol_g` number, nullable
        - `caffeine_mg` number, nullable
        - `calcium_mg` number, nullable
        - `carbohydrate_g` number, nullable
        - `cholesterol_mg` number, nullable
        - `choline_mg` number, nullable
        - `energy_kcal` number, nullable
        - `fat_g` number, nullable
        - `fattyacids_totalmonounsaturated_g` number, nullable
        - `fattyacids_totalpolyunsaturated_g` number, nullable
        - `fattyacids_totalsaturated_g` number, nullable
        - `fattyacids_totaltrans_g` number, nullable
        - `fiber_g` number, nullable
        - `folate_dfe_ug` number, nullable
        - `grams_per_cubic_inch` number, nullable
        - `insoluble_dietary_fiber_g` number, nullable
        - `iron_mg` number, nullable
        - `magnesium_mg` number, nullable
        - `netcarb_g` number, nullable
        - `niacin_mg` number, nullable
        - `omega_three_fatty_acids_g` number, nullable
        - `pantothenic_acid_mg` number, nullable
        - `phosphorus_mg` number, nullable
        - `polyols_g` number, nullable
        - `potassium_mg` number, nullable
        - `protein_g` number, nullable
        - `riboflavin_mg` number, nullable
        - `selenium_mcg` number, nullable
        - `sodium_mg` number, nullable
        - `soluble_dietary_fiber_g` number, nullable
        - `sugars_g` number, nullable
        - `thiamin_mg` number, nullable
        - `vitamin_a_iu` number, nullable
        - `vitamin_a_rae_ug` number, nullable
        - `vitamin_b12_ug` number, nullable
        - `vitamin_b6_mg` number, nullable
        - `vitamin_c_mg` number, nullable
        - `vitamin_d2d3_ug` number, nullable
        - `vitamin_d_iu` number, nullable
        - `vitamin_e_mg` number, nullable
        - `vitamin_k_ug` number, nullable
        - `water_g` number, nullable
        - `zinc_mg` number, nullable
      - `ontology` FoodOntologyVTO
        - `adult_serving_size_g` number, nullable
        - `ghg_equivalent_kg` number, nullable
        - `id` integer, nullable
        - `levels` string[], required
      - `source_id` string, required
      - `source_name` 'patient' | 'reviewer' | 'external' | 'estimate' | 'validation', required
      - `updated_time` string, date-time, required
  - `nutrition_source` string
  - `nutrition_source_id` integer
  - `previously_logged` boolean — if this food is previously logged by the queried user
  - `primary_data_origin_code` string, nullable — Stable provenance code from food.primary_data_origin_code when the hit came from DBFood
  - `replacements` FoodReplacement[]
    - `food_name` string, required
    - `question` string, nullable
  - `rxfood_id` string, nullable, required
  - `serving_types` FoodServingType[]
    - `label` string, required
    - `multiplier` number, required
  - `serving_units` FoodServingUnit[], required
    - `addon` boolean
    - `amount` number, required
    - `default_label_qty` number, required
    - `food_sizing_options` string[]
    - `label` string, required
    - `label_translations` object, nullable, required
    - `ranking` integer
    - `root_label` string
  - `similar_items` string[]
  - `status` string

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
