Search Restaurants
Search through thousands of restaurants (in North America) by location, cuisine, budget, and more.
get/food/restaurants/search
Query parameters
querystring
Example:beach cafe
The search query.
latnumber
Example:37.7786357
The latitude of the user's location.
lngnumber
Example:-122.3918135
The longitude of the user's location.".
distancenumber
Example:2
The distance around the location in miles.
budgetnumber
Example:20
The user's budget for a meal in USD.
cuisinestring
Example:italian
The cuisine of the restaurant.
min-ratingnumber
Example:4.4
The minimum rating of the restaurant between 0 and 5.
is-openboolean
Example:true
Whether the restaurant must be open at the time of search.
sortstring
Example:distance
How to sort the results, one of the following 'cheapest', 'fastest', 'rating', 'distance' or the default 'relevance'.
pagenumber
The page number of results.
Response
Success