YoutubeVideoIdentifier
The identifier for YouTube video
Fields |
channel_id
|
string
Immutable. The ID of the hosting channel of the video. This is a string value with “UC” prefix. For example, "UCK8sQmJBp8GCxrOtXWBpyEA".
|
video_id
|
string
Immutable. The ID of the video associated with the video link. This is the 11 character string value used in the YouTube video URL. For example, video ID is jV1vkHv4zq8 from the YouTube video URL "https://www.youtube.com/watch?v=jV1vkHv4zq8&t=2s".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The YouTube video identifier is composed of two fields: `channel_id` and `video_id`."],["`channel_id` represents the hosting channel's ID, an immutable string with a \"UC\" prefix."],["`video_id` is an immutable string representing the video's unique ID, an 11-character value found in the video's URL."]]],[]]