foodpanda_search_cuisines
Get live foodpanda cuisine categories for any latitude/longitude, including real restaurant counts and valid cuisine_id values for search.
Instructions
Get foodpanda's live cuisine filter catalog for a location. Returns foodpanda's own live cuisine catalog for a latitude/longitude in a foodpanda market -- the exact facet list (with real, live restaurant counts) the site's own search page cuisine filter sidebar is populated from. Every entry's id is a valid value for /foodpanda/search's cuisine_id parameter. Cuisine ids are location- and market-scoped, not a fixed global enum: the same coordinate in a different neighborhood, or a different market, can return a different id/count set entirely, so call this endpoint with the same market/latitude/longitude you intend to search rather than reusing ids captured elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | Delivery Hero market. Defaults to sg. | |
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude |