

like – Returns only video liked by the authenticated user.dislike – Returns only videos disliked by the authenticated user.Set this parameter's value to like or dislike to instruct the API to only return videos liked or disliked by the authenticated user. This parameter can only be used in a properly authorized request. In a video resource, the id property specifies the video's ID. The id parameter specifies a comma-separated list of the YouTube video ID(s) for the resource(s) that are being retrieved. mostPopular – Return the most popular videos for the specified content region and video category.The chart parameter identifies the chart that you want to retrieve.

The following list contains the part names that you can include in the parameter value:įilters (specify exactly one of the following parameters) As such, if you set part=snippet, the API response will contain all of those properties. For example, in a video resource, the snippet property contains the channelId, title, description, tags, and categoryId properties. If the parameter identifies a property that contains child properties, the child properties will be included in the response. The part parameter specifies a comma-separated list of one or more video resource properties that the API response will include. All of the parameters listed are query parameters. The following table lists the parameters that this query supports. Common use cases Request HTTP request GET Parameters Quota impact: A call to this method has a quota cost of 1 unit. Returns a list of videos that match the API request parameters.
