Search Menu Items

GET {{baseUrl}}/food/menuItems/search?query=burger&minCalories=50&maxCalories=800&minCarbs=10&maxCarbs=100&minProtein=10&maxProtein=100&minFat=1&maxFat=100&addMenuItemInformation=true&offset=394&number=10

Search over 115,000 menu items from over 800 fast food and chain restaurants. For example, McDonald's Big Mac or Starbucks Mocha.

Request Params

KeyDatatypeRequiredDescription
querystringThe (natural language) search query.
minCaloriesnumberThe minimum amount of calories the menu item must have.
maxCaloriesnumberThe maximum amount of calories the menu item can have.
minCarbsnumberThe minimum amount of carbohydrates in grams the menu item must have.
maxCarbsnumberThe maximum amount of carbohydrates in grams the menu item can have.
minProteinnumberThe minimum amount of protein in grams the menu item must have.
maxProteinnumberThe maximum amount of protein in grams the menu item can have.
minFatnumberThe minimum amount of fat in grams the menu item must have.
maxFatnumberThe maximum amount of fat in grams the menu item can have.
addMenuItemInformationbooleanIf set to true, you get more information about the menu items returned.
offsetnumberThe number of results to skip (between 0 and 900).
numbernumberThe maximum number of items to return (between 1 and 100). Defaults to 10.

RESPONSES

status: OK

{"menuItems":[{"id":419357,"title":"Burger Sliders","restaurantChain":"Hooters","image":"https://images.spoonacular.com/file/wximages/419357-312x231.png","imageType":"png","servings":{"number":1,"size":2,"unit":"oz"}},{"id":424571,"title":"Bacon King Burger","restaurantChain":"Burger King","image":"https://images.spoonacular.com/file/wximages/424571-312x231.png","imageType":"png","servings":{"number":1,"size":2,"unit":"oz"}}],"totalMenuItems":6749,"type":"menuItem","offset":0,"number":2}