Skip to documentation
Browse documentation

Get Restaurant

Fetch full Zomato restaurant detail: info, cuisines, ratings, hours, address, phone, cost.

Capability ID zomato.restaurant.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

res_id string required

Numeric Zomato restaurant identifier.

Example 18439027

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
address string 5th Floor, LDA Colony, Sector B, Bargawan, VIP Road, Alambagh, Lucknow
aggregate_rating string 4.4
city string Lucknow
city_id integer 8
country_id integer 1
country_name string India
cuisine_string string North Indian, Chinese, Continental, Oriental, Kebab, Fast Food, Dessert…
cuisines array 3 items
cuisines array 3 items
delivery_rating string 4.2
delivery_review_count string 2,079
dining_rating string 4.4
dining_review_count string 4,119
highlights array 3 items
highlights array 3 items
image_url string https://b.zmtcdn.com/data/pictures/7/18439027/[redacted:token].jpg
is_dark_kitchen boolean false
is_delivery_only boolean false
is_perm_closed boolean false
is_temp_closed boolean false
latitude number 26.7979252368
locality string Alambagh, Lucknow
longitude number 80.9026641771
name string Skyhilton
phone string [redacted:phone]
res_id string 18439027
source_url string [redacted:acquisition_url]
timing string 12noon – 11pm (Today)
url string https://www.zomato.com/lucknow/skyhilton-1-alambagh
votes string 4119
zipcode string 226012

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.