GET /food/search
Summary: Search All Food
Operation ID: searchAllFood
Auth: unknown
Operation ID: searchAllFood
Auth: unknown
Description
Search all food content with one call. That includes recipes, grocery products, menu items, simple foods (ingredients), and food videos.
Parameters (3)
number
(integer, query, optional, default: 10)
The maximum number of items to return (between 1 and 100). Defaults to 10.
Constraints: {'minimum': 1, 'maximum': 100}
offset
(integer, query, optional)
The number of results to skip (between 0 and 900).
Constraints: {'minimum': 0, 'maximum': 900}
query
(string, query, required)
The search query.
No probe data for this endpoint yet.