GET /food/videos/search

spoonacular.com

Summary: Search Food Videos
Operation ID: searchFoodVideos
Auth: unknown
Description

Find recipe and other food related videos.

Parameters (10)

cuisine (string, query, optional)

The cuisine(s) of the recipes. One or more, comma separated. See a full list of supported cuisines.

diet (string, query, optional)

The diet for which the recipes must be suitable. See a full list of supported diets.

excludeIngredients (string, query, optional)

A comma-separated list of ingredients or ingredient types that the recipes must not contain.

includeIngredients (string, query, optional)

A comma-separated list of ingredients that the recipes should contain.

maxLength (number, query, optional)

Maximum video length in seconds.

minLength (number, query, optional)

Minimum video length in seconds.

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, optional)

The (natural language) search query.

type (string, query, optional)

The type of the recipes. See a full list of supported meal types.

No probe data for this endpoint yet.