0

I´ve been trying to use the endpoint dailymenu from Zomato Api but I always get this response

{
  "code": 400,
  "status": "Bad Request",
  "message": "No Daily Menu Available"
}

Here it is a printscreen of the call

Api call

Am I doing something wrong?

Martin Zeitler
  • 1
  • 19
  • 155
  • 216

2 Answers2

0

Daily menu is available for Prague, Czech Republic only not any other city or country around the world.

Shubham
  • 36
  • 4
0

It states that the restaurant res_id is invalid (for whatever reason; the ID might even exist, but not may publish their daily menus). The documentation does not mention any geographic limitation. For a test, this would be one res_id in New York City: 16774318 (taken from the docs).

Martin Zeitler
  • 1
  • 19
  • 155
  • 216