---
title: "Get menu item"
method: GET
path: "/menu/{locale}/{id}"
tags: ["Menu"]
---

# Get menu item

`GET /menu/{locale}/{id}`

Returns a single menu item with translations and options.

## Path parameters

- `locale` integer, required
- `id` integer, required

## Query parameters

- `lang` string

## Response `200`

Menu item details

- object
  - `success` boolean
  - `data` MenuItem
    - `id` integer
    - `category_id` integer
    - `name` string
    - `is_vegetarian` boolean
    - `is_low_calorie` boolean
    - `is_spicy` boolean
    - `is_gluten_free` boolean
    - `price` number, float
    - `image` string, nullable
    - `weight` string, nullable
    - `volume` string, nullable
    - `alcohol` boolean
    - `description` string, nullable
    - `available_for_order` boolean
    - `is_adult` boolean
    - `options` object[]

## Other responses

- `403` — API key not authorized for this locale or missing required scope
- `404` — Item not found

---

[API](https://skmtc.dev/myrest/apis/myrest-public-api.md) · [All operations](https://skmtc.dev/myrest/apis/myrest-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myrest/myrest-public-api/revisions/70905e6e4284/schema)
