papajohns_india_menu
Get Papa John's India menu with live prices in INR, including categories, deals, dietary tags, and item availability. Filter by category, tag, or store to find current pricing and discounts.
Instructions
Get the Papa John's India priced menu (INR). Returns Papa John's India menu with live prices in Indian Rupees, from papajohns.in's own ordering backend. This is the India market only -- prices, items, and availability are India-specific and are not comparable to Papa John's US/Canada data (see GET /papajohns/nutrition for US national reference data). Returns every category with its items and deals: list price, strike-through price where a discount is active, dietary tags (Veg, Non Veg, Spicy), images, and the store/channel/day combinations where an item is blacked out. Set include_options=true to also get each item's full size, crust, topping, sauce, and drizzle tree with per-option prices -- this makes the response very large, so prefer GET /papajohns/india/menu/item for one item's options. Pricing is franchise-wide rather than per-store; store_id, channel_id, and day filter item availability, not price, and only take effect when all three are supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | Weekday. One of: 0 (Sunday), 1 (Monday), 2 (Tuesday), 3 (Wednesday), 4 (Thursday), 5 (Friday), 6 (Saturday). Only applies together with store_id and channel_id. | |
| tag | No | Return only items carrying this tag, e.g. Veg, Non Veg, Spicy. Case-insensitive. | |
| store_id | No | Hide items blacked out at this store id (see GET /papajohns/india/stores). Only applies together with channel_id and day. | |
| channel_id | No | Order channel. One of: 1 (Delivery), 2 (Take Away), 3 (Dine In), 4 (Drive Through Pickup). Only applies together with store_id and day. | |
| category_id | No | Return only this category id | |
| include_options | No | Include every item's full size/crust/topping option tree with prices. Default false. |