/swiggy/restaurants/menu
Get the full Swiggy restaurant menu by restaurant id or URL (latitude/longitude in India): menu categories with dishes (name, description, price, image, veg marker, variants, rating, bestseller flag).
Price: 1 credit
💡 AI Hint: Get the menu of a Swiggy restaurant by numeric id or restaurant URL (lat/lng in India required). Returns a list of menu categories, each with its dishes: id, name, category, description, image, price (INR), final_price, is_veg, rating, is_bestseller and variants.
⚠️ Common errors: 412: Restaurant not found or no menu available at this location
Authorizations
API token from the dashboard
Headers
Body
Restaurant numeric id or a full restaurant URL
1"966182"
"https://www.swiggy.com/city/bangalore/blue-tokai-coffee-roasters-rest966182"
Latitude (India)
-90 <= x <= 9012.9351929
Longitude (India)
-180 <= x <= 18077.6244807
Max number of menu categories to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500