GET /food/products/suggest
Autocomplete Product Search
Generate suggestions for grocery products 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/products/suggest
Accept: application/json
HTTP Response
HTTP 200
Success
{
"results": [
{
"id": 0,
"title": "string",
},
],
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
