GET /food/videos/search
Operation ID: searchFoodVideos
Auth: unknown
Description
Find recipe and other food related videos.
Parameters (10)
(string, query, optional)
The cuisine(s) of the recipes. One or more, comma separated. See a full list of supported cuisines.
(string, query, optional)
The diet for which the recipes must be suitable. See a full list of supported diets.
(string, query, optional)
A comma-separated list of ingredients or ingredient types that the recipes must not contain.
(string, query, optional)
A comma-separated list of ingredients that the recipes should contain.
(number, query, optional)
Maximum video length in seconds.
(number, query, optional)
Minimum video length in seconds.
(integer, query, optional, default: 10)
The maximum number of items to return (between 1 and 100). Defaults to 10.
Constraints: {'minimum': 1, 'maximum': 100}
(integer, query, optional)
The number of results to skip (between 0 and 900).
Constraints: {'minimum': 0, 'maximum': 900}
(string, query, optional)
The (natural language) search query.
(string, query, optional)
The type of the recipes. See a full list of supported meal types.
No probe data for this endpoint yet.