GET /food/menuItems/search
Search Menu Items
Search over 115,000 menu items from over 800 fast food and chain restaurants. For example, McDonald's Big Mac or Starbucks Mocha.
Request Traces
Request Headers
GET https://api.spoonacular.com/food/menuItems/search
Accept: application/json
HTTP Response
HTTP 200
Success
{
"menuItems": [
{
"id": 0,
"image": "string",
"imageType": "string",
"restaurantChain": "string",
"servings": {
"number": 0,
"size": 0,
"unit": "string",
},
"title": "string",
},
],
"number": 0,
"offset": 0,
"totalMenuItems": 0,
"type": "string",
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
