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
0 answers

Zomato API - search

When I try using the Zomato Search API request on location A, I get a result of 100 restaurants. But when I change my location to Location B, I get the same 100 restaurants I got for location A. Why is this happening all the time? Also, for the…
Uddhav Bhagat
  • 63
  • 1
  • 2
  • 6
0
votes
1 answer

React Native API fetch error Request failed with status code 400

I am trying to load data when a React Native but I am getting an error stating: - node_modules/axios/lib/core/createError.js:15:17 in createError - node_modules/axios/lib/core/settle.js:16:9 in settle - node_modules/axios/lib/adapters/xhr.js:50:6 in…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
1 answer

React Native Zomato API reviews not being displayed

I am trying to display review information from the Zomato API however for some reason nothing is being displayed. I am using a FlatList to put it all out there, but every time I compile the code nothing seems to show up. Here is all my code…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
2 answers

React Native getting collections from Zomato API

I am trying to get collections from Zomato API (https://developers.zomato.com/documentation) and I am trying to retrieve the collections list and display them onto a flatList. However every time I try to retrieve it my terminal seems to output…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
1 answer

Creating Search function with React Native for Zomato API

I am new to using APIs with React Native, I have a few things figured out but what I'm trying to do now is create a Search function. I've tried a few things so far, but either the function isn't being called, or I get an error about the function…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
1 answer

React Native retrieving API data source.uri should not be an empty string

I am trying to retrieve data from an API (https://developers.zomato.com/documentation) and get title of restaurants and an image with it. However when I try to load an image I get a warning source.uri should not be an empty string. Here is my code…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
2 answers

React Native how to fetch data with API URL

I am trying to retrieve data from the Zomato API (https://developers.zomato.com/documentation) and I am attempting to retrieve restaurants from a selected category. This is my first time using APIs so if anybody can walk me through what I am not…
CoolMAn
  • 1,851
  • 2
  • 12
  • 23
0
votes
1 answer

Not able to use props to query API in react js

I have Restaurants component which is responsible for listing restaurants from Zomato Dev APIs. I have passed Category and City from other components to Restaurants component. I am opening Restaurants component with below code :…
Kushal
  • 8,100
  • 9
  • 63
  • 82
0
votes
2 answers

Use ion-card to display information from API on a second page

I am trying to make this to where when a user "clicks" on the card for each restaurant it will open a page (selected-card.page) where additional details (menu, price, etc) could be found. I am not quite sure how to get this done and am currently…
0
votes
1 answer

Access denied error only on heroku remote machine through requests python

I am facing this issue where when I access the page source of a url from my local machine it works fine but when I run the same piece on code on a heroku machine it shows access denied. I have tried changing the headers ( like adding Referers or…
python
  • 4,403
  • 13
  • 56
  • 103
0
votes
2 answers

Reviews returning as [Object Object]

I'm trying out the Zomato api to pull out some data. However, I'm stuck in reviews. I can't seem to get the reviews because I end up getting [Object Object] as the value for the text. If anyone knows how to get the reviews to show up as text let me…
user12060140
0
votes
1 answer

Zomato JSON Response

I have the following code to grab the JSON response from the Zomato API. // Zomato function zomatoStart(){ var client = zomato.createClient({ userKey: apiKeyZmato }); client.getGeocode({ lat: latLocation, //latitude lon:…
Sam
  • 89
  • 1
  • 1
  • 11
0
votes
1 answer

Json php parsing zomato

I am using zomato api to get a json output which is working via php however I want to print out few arrays out of all the data that I am getting and I am having difficulty with that. Can some one help please. This is the output I am getting Array ( …
Anando
  • 72
  • 11
0
votes
2 answers

GSON cannot parse Zomato restaurant collection

I am using Java and Akka to design new app at home, but I am facing problems pasing api response from Zomato. The JSON response can be found below. I've created Class Restaurant with List of objects Restaurant. How should I parse…
grzemski
  • 1
  • 2
0
votes
1 answer

Angular 4 API HttpClient Post/Get in Zomato

I have this function but zomato keeps on returning it as 403 (invalid API). I am not sure if there are other function/parameters that are needed to fill the…
N B
  • 87
  • 11