swiggy_collections
Get Swiggy's curated dish and cuisine collections for any latitude/longitude, with collection IDs for browsing restaurants and a serviceability flag to confirm delivery coverage.
Instructions
List Swiggy's curated collections for a location. Returns the curated dish/cuisine collections Swiggy's own homepage surfaces for a latitude/longitude (e.g. "Idli", "Biryani", "Dosa"). Each collection's id is the value /swiggy/search's collection_id param takes to browse restaurants within it. The response also carries is_serviceable, which says whether Swiggy delivers to the requested coordinates at all: false means the coordinates are outside Swiggy's delivery coverage, so the empty collections list is a coverage answer rather than a location that simply has no curated collections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Search center latitude | |
| longitude | Yes | Search center longitude |