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
Key | Datatype | Required | Description |
---|---|---|---|
query | string | The (natural language) search query. | |
username | string | (Required) The username. | |
hash | string | (Required) The private hash for the username. | |
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
{"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}