Get restaurant menu
get_restaurant_menuRetrieve a restaurant's full menu including categories, items with prices, opening hours, offers, and discounts using the restaurant ID. No login required.
Instructions
Fetch a restaurant's full menu (categories + items with prices), plus opening hours, offers and discounts. Use the restaurant id returned by search_restaurants. No login required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Menu language, e.g. "en" or "el" (default EFOOD_LANG). | |
| category | No | Case-insensitive filter to a single menu category by name. | |
| include_items | No | Include item details (default true). Set false for a category overview only. | |
| restaurant_id | Yes | Restaurant id from search_restaurants. | |
| available_only | No | Exclude out-of-stock items (and any category left empty). |