Video

Represents a YouTube video.

Fields

id

String

The video's ID

lang

String

The language of the video. Only applies to subbers.

title

String

The video's title.

type

String

The type of video.

topicId

String

The video's topic.

publishedAt

OffsetDateTime

The date the video was published at.

availableAt

OffsetDateTime

The date the video was made available.

duration

int

The video's duration.

status

String

The video's status.

startScheduled

OffsetDateTime

The video's scheduled start date. Only applies to streams.

startActual

OffsetDateTime

When the video actually started. Only applies to streams.

endActual

OffsetDateTime

When the video ended. Only applies to streams. Only applies to streams.

liveViewers

int

The number of live viewers. Only applies to streams.

liveTranslatorCount

LiveTranslator

The number of messages sent by translators per language. Only applies to streams.

recentLiveTls

List<String>

description

String

The video's description.

songCount

int

Number of songs used in the video.

channelId

String

The channel ID of the video's uploader.

channel

Channel

The channel of the video's uploader.

clips

List<RelatedVideo>

Clips related to the video.

sources

List<RelatedVideo>

List of sources for clips.

refers

List<RelatedVideo>

List of videos referred by this video.

simulcasts

List<RelatedVideo>

List of videos that were simulcast on another channel. Only applies to streams.

mentions

List<Channel>

List of channels mentioned by this video.

songs

List<Song>

List of songs used in this video.

comments

List<Comment>

List of comments on the video.

japaneseName

String

link

String

Link to the video.

thumbnail

String

Link to the video's thumbnail.

placeholderType

String

certainty

String

credits

Credits

Last updated