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

# Get allergens

`GET /api/v1.0/{appId}/menus/nutrition/allergens`

## Path parameters

- `appId` string, required

## Query parameters

- `languageId` string

## Response `200`

OK

- RestApiArrayResultAllergen — Rest api array result
  - `Data` Allergen[], required — Generic data object.
    - `AllergenId` string — A unique identifier for the allergen
    - `LocalizedName` string — Localized name of the allergen
    - `IconUrl` string — Url to the icon for the allergen

## 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)
