Search Food Videos
GET {{baseUrl}}/food/videos/search?query=burger&type=main course&cuisine=italian&diet=vegetarian&includeIngredients=tomato,cheese&excludeIngredients=eggs&minLength=0&maxLength=999&offset=394&number=10
Find recipe and other food related videos.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| query | string | The (natural language) search query. | |
| type | string | The type of the recipes. See a full list of supported meal types. | |
| cuisine | string | The cuisine(s) of the recipes. One or more, comma separated. See a full list of supported cuisines. | |
| diet | string | The diet for which the recipes must be suitable. See a full list of supported diets. | |
| includeIngredients | string | A comma-separated list of ingredients that the recipes should contain. | |
| excludeIngredients | string | A comma-separated list of ingredients or ingredient types that the recipes must not contain. | |
| minLength | number | Minimum video length in seconds. | |
| maxLength | number | Maximum video length in seconds. | |
| 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
{"videos":[{"title":"8 One-Pot Pastas","length":370,"rating":0.985984219269103,"shortTitle":"8 One-Pot Pastas","thumbnail":"https://i.ytimg.com/vi/YTZGPCCB2FU/mqdefault.jpg","views":550467,"youTubeId":"YTZGPCCB2FU"},{"title":"Macaroni salad - pasta salad recipes - healthy recipe channel - quick tasty recipe - cooking channel","length":333,"rating":1,"shortTitle":"Macaroni salad","thumbnail":"https://i.ytimg.com/vi/81bn4p8H3Kg/mqdefault.jpg","views":307,"youTubeId":"81bn4p8H3Kg"}],"totalResults":172}