Autocomplete Ingredient Search
GET {{baseUrl}}/food/ingredients/autocomplete?query=burger&number=10&metaInformation=false&intolerances=egg
Autocomplete the entry of an ingredient.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | The (natural language) search query. | |
number | number | The maximum number of items to return (between 1 and 100). Defaults to 10. | |
metaInformation | boolean | Whether to return more meta information about the ingredients. | |
intolerances | string | A comma-separated list of intolerances. All recipes returned must not contain ingredients that are not suitable for people with the intolerances entered. See a full list of supported intolerances. |
RESPONSES
status: OK
[{"name":"apple","image":"apple.jpg","id":9003,"aisle":"Produce","possibleUnits":["small","large","piece","slice","g","extra small","medium","oz","cup slice","cup","serving"]},{"name":"applesauce","image":"applesauce.png","id":9019,"aisle":"Canned and Jarred","possibleUnits":["g","oz","cup","serving","tablespoon"]},{"name":"apple juice","image":"apple-juice.jpg","id":9016,"aisle":"Beverages","possibleUnits":["g","drink box","fl oz","oz","teaspoon","cup","serving","tablespoon"]},{"name":"apple cider","image":"apple-cider.jpg","id":1009016,"aisle":"Beverages","possibleUnits":["g","drink box","fl oz","oz","teaspoon","bottle NFS","cup","serving","tablespoon"]},{"name":"apple jelly","image":"apple-jelly.jpg","id":10019297,"aisle":"Nut butters, Jams, and Honey","possibleUnits":["g","oz","packet","teaspoon","cup","serving","tablespoon"]}]