Youtube · Schema

YouTube Video

A video resource represents a YouTube video. The resource contains information about the video's metadata, statistics, content details, status, and player embed information.

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
id string The ID that YouTube uses to uniquely identify the video.
kind string Identifies the API resource's type. The value will be youtube#video.
etag string The Etag of this resource, used for cache validation and conditional requests.
snippet object The snippet object contains basic details about the video, such as its title, description, and category.
statistics object The statistics object contains statistics about the video such as the number of times the video has been viewed or liked.
contentDetails object The contentDetails object contains information about the video content, including the length of the video and an indication of whether captions are available.
status object The status object contains information about the video's uploading, processing, and privacy statuses.
player object The player object contains information that you would use to play the video in an embedded player.
localizations object The localizations object contains translations of the video's metadata.
topicDetails object The topicDetails object encapsulates information about topics associated with the video.
View JSON Schema on GitHub