GET /food/menuItems/suggest

Autocomplete Menu Item Search

Generate suggestions for menu items based on a (partial) query. The matches will be found by looking in the title only.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/menuItems/suggest
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "results":    [
      {
         "id": 0,
         "title": "string",
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found