swiggy_restaurant
Retrieve detailed Swiggy restaurant information by ID, including address, cuisines, ratings, delivery time, opening hours, and promotions. Requires restaurant ID and caller coordinates.
Instructions
Get one Swiggy restaurant's detail. Returns one Swiggy restaurant's detail by id: name, city, area, address, postal code, coordinates, phone, cuisines, cost for two, rating and total rating count, delivery time, weekly opening hours with the current open/closed callout, plus the promotions Swiggy currently shows on that restaurant's page (headline discount, conditions, and coupon code when one is needed). Swiggy has no lighter restaurant-detail-only source -- this reads the same upstream as /swiggy/restaurant/menu, just without the menu items.
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 |