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
Key | Datatype | Required | Description |
---|---|---|---|
query | string | The (natural language) search query. | |
minCalories | number | The minimum amount of calories the menu item must have. | |
maxCalories | number | The maximum amount of calories the menu item can have. | |
minCarbs | number | The minimum amount of carbohydrates in grams the menu item must have. | |
maxCarbs | number | The maximum amount of carbohydrates in grams the menu item can have. | |
minProtein | number | The minimum amount of protein in grams the menu item must have. | |
maxProtein | number | The maximum amount of protein in grams the menu item can have. | |
minFat | number | The minimum amount of fat in grams the menu item must have. | |
maxFat | number | The maximum amount of fat in grams the menu item can have. | |
addMenuItemInformation | boolean | If set to true, you get more information about the menu items returned. | |
offset | number | The number of results to skip (between 0 and 900). | |
number | number | The 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}