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

KeyDatatypeRequiredDescription
querystringThe (natural language) search query.
typestringThe type of the recipes. See a full list of supported meal types.
cuisinestringThe cuisine(s) of the recipes. One or more, comma separated. See a full list of supported cuisines.
dietstringThe diet for which the recipes must be suitable. See a full list of supported diets.
includeIngredientsstringA comma-separated list of ingredients that the recipes should contain.
excludeIngredientsstringA comma-separated list of ingredients or ingredient types that the recipes must not contain.
minLengthnumberMinimum video length in seconds.
maxLengthnumberMaximum video length in seconds.
offsetnumberThe number of results to skip (between 0 and 900).
numbernumberThe 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}