GET /food/videos/search

Search Food Videos

Find recipe and other food related videos.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/videos/search
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "totalResults": 0,
   "videos":    [
      {
         "length": 0,
         "rating": 0,
         "shortTitle": "string",
         "thumbnail": "string",
         "title": "string",
         "views": 0,
         "youTubeId": "string",
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found