Youtube · Schema

YouTube Channel

A channel resource represents a YouTube channel. It contains information about a YouTube channel, including its metadata, statistics, content details, and branding settings.

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
id string The ID that YouTube uses to uniquely identify the channel.
kind string Identifies the API resource's type. The value will be youtube#channel.
etag string The Etag of this resource, used for cache validation and conditional requests.
snippet object The snippet object contains basic details about the channel, such as its title, description, and thumbnail images.
statistics object The statistics object encapsulates statistics for the channel.
contentDetails object The contentDetails object encapsulates information about the channel's content.
brandingSettings object The brandingSettings object encapsulates information about the branding of the channel.
status object The status object encapsulates information about the privacy status of the channel.
localizations object The localizations object encapsulates translations of the channel's metadata.
topicDetails object The topicDetails object encapsulates information about topics associated with the channel.
View JSON Schema on GitHub