---
title: "Get menu nutrition by menuId"
method: GET
path: "/api/v1.0/menus/{menuId}/nutrition"
tags: ["MenusNutritionInfo"]
---

# Get menu nutrition by menuId

`GET /api/v1.0/menus/{menuId}/nutrition`

## Path parameters

- `menuId` integer, required

## Response `200`

OK

- RestApiResultNutritionInfo — Rest api result
  - `Data` NutritionInfo, required — Menu Nutrition Information
    - `Version` string — Version of the nutrition information model
    - `MenuItems` NutritionInfoMenuItem[] — List of menu item nutrition infos
      - `PublicId` string, uuid — Menu item public id
      - `Labels` NutritionInfoLabel[] — List of Nutrition Info Labels for this menu item
        - `Name` string — Name of the allergen / ingredient
        - `Values` string[] — Optional list of values for the allergen / ingredient
        - `IconUrl` string — Url to the icon for the allergen / ingredient
    - `MenuItemOptionSetItems` NutritionInfoMenuOptionSetItem[] — List of menu item option set nutrition infos
      - `PublicId` string, uuid — Menu item option set item public id
      - `Labels` NutritionInfoLabel[] — List of Nutrition Info Labels for this menu item option set item
        - `Name` string — Name of the allergen / ingredient
        - `Values` string[] — Optional list of values for the allergen / ingredient
        - `IconUrl` string — Url to the icon for the allergen / ingredient

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound
- `409` — Conflict

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
