Get delivery serviceability
Resolve a delivery location and fetch restaurant-specific serviceability, ordering availability, ETA, minimum order, and status metadata.
zomato.restaurant.delivery
/execute
Shared execution endpoint
Input parameters
latitude
number
required
Delivery-location latitude.
28.625789
longitude
number
required
Delivery-location longitude.
77.210276
res_id
string
optional
Compatibility alias for restaurant_id.
restaurant_id
string
optional
Canonical numeric Zomato restaurant identifier.
18365882
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
delivery_available |
boolean |
true |
fetched_at |
string |
2026-09-24T10:13:15Z |
location |
object |
7 fields |
location.city_id |
string |
1 |
location.city_name |
string |
Delhi NCR |
location.delivery_subzone_id |
string |
514 |
location.entity_name |
string |
Ywca, Ashoka Rd, Hanuman Road Area, Connaught Place, New Delhi |
location.entity_type |
string |
subzone |
location.latitude |
number |
28.625789 |
location.longitude |
number |
77.210276 |
online_ordering |
boolean |
true |
res_id |
string |
18365882 |
restaurant_id |
string |
18365882 |
serviceable |
boolean |
true |
source_url |
string |
https://www.zomato.com/ncr/behrouz-biryani-connaught-place-new-delhi/or… |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.