Search Custom Foods

GET {{baseUrl}}/food/customFoods/search?query=burger&username=dsky&hash=4b5v4398573406&offset=394&number=10

Search custom foods in a user's account.

Request Params

KeyDatatypeRequiredDescription
querystringThe (natural language) search query.
usernamestring(Required) The username.
hashstring(Required) The private hash for the username.
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

{"customFoods":[{"id":15,"title":"Max Cafe Curry Bratwurst","servings":1,"imageUrl":"https://spoonacular.com/cdn/ingredients_100x100/bratwurst.jpg","price":6.9}],"type":"customFood","offset":0,"number":10}