swiggy_restaurant_menu
Retrieve a Swiggy restaurant's full menu with prices, categories, veg/non-veg flags, stock status, discounts, and ratings. Get a restaurant summary and current offers in one structured response.
Instructions
Get one Swiggy restaurant's menu with prices. Returns one restaurant's full menu grouped into categories, plus its restaurant summary. Every item carries a name, description, category, price, discounted_price when currently discounted, veg/non-veg flag, stock status, an image, and Swiggy's own per-dish rating and review count where it carries one. A category nested under a parent group on the live site (e.g. "Whopper" under "Burgers, Wraps & Tacos") is flattened to one level: its title is the parent's, with subcategory set to its own name. The response also carries the restaurant's current promotions in offers, the same block /swiggy/restaurant returns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Caller latitude (required by Swiggy's own menu API) | |
| longitude | Yes | Caller longitude (required by Swiggy's own menu API) | |
| restaurant_id | Yes | Restaurant id, from /swiggy/search's id field |