Questions tagged [zomato-api]

The Zomato APIs provide the most accurate and updated restaurant data for integration with your application. This allows third party applications and products to integrate with Zomato and provide an engaging experience to their users. You can get information such as restaurant listings, location coordinates, reviews, discounts, photos, menus and pretty much everything else that we have for our own customers.

The Zomato API (http://zomato.com/api) was made public with the intention to help developers create innovative web and mobile applications using Zomato’s content. Using the API, developers can access the most updated content available on Zomato in real time directly from within their apps. They can access information such as restaurant listings, location coordinates, reviews, discounts, photos, menus and pretty much everything else that we have for our customers.

The API also lets developers search Zomato’s rich database comprising of ~20,000 restaurants, covering 10 major cities in India, based on various criteria.

65 questions
0
votes
3 answers

How to authenticate and parse data with Zomato API

With the Zomato API key, how do you authenticate, search for restaurants and parse the data?
CamQuest
  • 833
  • 9
  • 16
0
votes
2 answers

Backend database used in the API

By going through this API documentation page, is it possible to tell which database is being used in the backend? Zomato API MySQL would require a php file on the server to handle the requests, make queries, pack data in JSON format then send it…
Nithin
  • 13
  • 1
  • 7
-1
votes
1 answer

Kotlin - java.lang.IllegalStateExpection: Expected BEGIN_ARRAY but was STRING

I faced with this problem. I've searched in the internet but answers was for Java, not Kotlin. How do i solve this ? If you need anything else please let me know. I'm trying to get closest restaurants for user location. Currently I'm using static…
Fatih Can
  • 1
  • 1
-2
votes
1 answer

how to display and list json response of nearby restaurants using zomato API? I used volley to get response

public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setcontentview(r.layout.activity_main); RequestQueue queue =…
-2
votes
1 answer

Cannot generate Zomato Api key

I am trying to integrate Zomato api in my application.I have gone through their official doc,but I am not able to find the way to generate zomato api key. Please see this link. The doc says: API Authentication API key In order to use the API you…
kgandroid
  • 5,507
  • 5
  • 39
  • 69
1 2 3 4
5