foodpanda_restaurant
Retrieve detailed information for a specific foodpanda restaurant using its unique code. Get name, address, rating, cuisines, delivery fees, and more in clean JSON.
Instructions
Get one foodpanda restaurant's detail. Returns one foodpanda restaurant's detail by code: name, address, coordinates, budget tier, rating and review count, cuisines, minimum order amount, minimum delivery fee, delivery/pickup availability, timezone, and a hero image. Supplying latitude and longitude only affects the (optional) computed fields the upstream itself returns for that coordinate; it does not filter or reject the lookup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Restaurant code, from /foodpanda/search's code field | |
| market | No | Delivery Hero market the restaurant belongs to. Defaults to sg. | |
| latitude | No | Caller latitude, optional | |
| longitude | No | Caller longitude, optional |