1 API Parameters
_
2 Resources
2.1 search
youtube-search-list
2.2 activities
youtube-activities-list
youtube-activities-insert
2.3 subscription
youtube-subscription-list
youtube-subscription-insert
youtube-subscription-delete
2.4 channel Categories
youtube-channel Categories-list
2.5 channels
youtube-channels-list
2.6 playlist Items
youtube-playlist Items-list
youtube-playlist Items-insert
youtube-playlist Items-delete
youtube-playlist Items-update
2.7 playlists
youtube-playlists-list
youtube-playlists-insert
youtube-playlists-delete
youtube-playlists-update
2.8 videos
youtube-videos-list
youtube-videos-insert
youtube-videos-delete
youtube-videos-update
2.9 videocategory
youtube-videocategory-list
Version: 5.3

YouTube API v3

This documentation has been automatically generated using information supplied by the Google API Discovery service.

Programmatic access to YouTube features. Google documentation.

    1 API Parameters

    2 Resources

      2.1 search

      2.2 activities

      2.3 subscription

      2.4 channelCategories

      2.5 channels

      2.6 playlistItems

      2.7 playlists

      2.8 videos

      2.9 videocategory

(require-gapi-doc youtube.v3.js)

1 API Parameters

The following optional keyword arguments may be passed to all functions for this web service:

procedure

(_ [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A

This is not actually a function. This is just using Scribble’s defproc form to list the optional keyword arguments that may be passed to all functions for this service.

alt: Data format for the response.

fields: Selector specifying which fields to include in a partial response.

key: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

oauth_token: OAuth 2.0 token for the current user.

prettyPrint: Returns response with indentations and line breaks.

quotaUser: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

userIp: IP address of the site where the request originates. Use this if you want to enforce per-user limits.

2 Resources

2.1 search

procedure

(youtube-search-list #:part part 
  [#:type type 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:q q 
  #:contentOwnerId contentOwnerId 
  #:order order 
  #:published published 
  #:relatedToVideo relatedToVideo 
  #:topicId topicId 
  #:videoCaption videoCaption 
  #:videoDefinition videoDefinition 
  #:videoDimension videoDimension 
  #:videoDuration videoDuration 
  #:videoLicense videoLicense 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  type : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  q : string? = 'N/A
  contentOwnerId : string? = 'N/A
  order : string? = 'N/A
  published : string? = 'N/A
  relatedToVideo : string? = 'N/A
  topicId : string? = 'N/A
  videoCaption : string? = 'N/A
  videoDefinition : string? = 'N/A
  videoDimension : string? = 'N/A
  videoDuration : string? = 'N/A
  videoLicense : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Universal search for youtube.

part: One or more parts to return on the current request.

type: Type of resource to search.

maxResults: Maximum number of search results to return per page.

pageToken: Token for the page selection.

q: Query to search in Youtube.

contentOwnerId: The authenticated user acts on behalf of this content owner.

order: Sort order.

published: Only search for resources uploaded at a specific pediod

relatedToVideo: Search for resources related to this video. Need to be used with type set to ’video’

topicId: Only search for resources with the specified topic

videoCaption: Add a filter on the the presence of captions on the videos.

videoDefinition: Add a filter for the definition of the videos.

videoDimension: Add a filter for the number of dimensions in the videos.

videoDuration: Add a filter on the duration of the videos.

videoLicense: Add a filter on the licensing of the videos.

2.2 activities

procedure

(youtube-activities-list #:part part 
  [#:maxResults maxResults 
  #:pageToken pageToken 
  #:channelId channelId 
  #:contentOwnerId contentOwnerId 
  #:home home 
  #:mine mine 
  #:publishedAfter publishedAfter 
  #:publishedBefore publishedBefore 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  channelId : string? = 'N/A
  contentOwnerId : string? = 'N/A
  home : string? = 'N/A
  mine : string? = 'N/A
  publishedAfter : string? = 'N/A
  publishedBefore : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube channel activity collection.

part: One or more parts to return on the current request.

maxResults: Maximum number of results to return

pageToken: Token for the page selection.

channelId: YouTube ID of the channel.

contentOwnerId: The authenticated user acts on behalf of this content owner.

home: Flag indicating to return user’s homepage feed.

mine: Flag indicating to return user’s activities.

publishedAfter: Only return activities published after given date (inclusive).

publishedBefore: Only return activities published before given date (exclusive).

procedure

(youtube-activities-insert #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Post a channel bulletin.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique ID of the activity.

kind: The type of this API response.

etag: The eTag of the activity.

contentDetails: Type specific information about the activity.

snippet: Basic details about the activity: title, description, thumbnails.

2.3 subscription

procedure

(youtube-subscription-list #:part part 
  [#:id id 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:channelId channelId 
  #:contentOwnerId contentOwnerId 
  #:mine mine 
  #:order order 
  #:forChannelId forChannelId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  channelId : string? = 'N/A
  contentOwnerId : string? = 'N/A
  mine : string? = 'N/A
  order : string? = 'N/A
  forChannelId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse user’s subscription collection.

part: One or more parts to return on the current request.

id: YouTube IDs of the subscriptions to be returned.

maxResults: Maximum number of search results to return per page.

pageToken: Token for the page selection.

channelId: Only return subscriptions to given channelId.

contentOwnerId: The authenticated user acts on behalf of this content owner.

mine: Flag indicating only return the subscriptions of the authenticated user.

order: Sort order.

forChannelId: Takes a comma separated list of channel IDs. Filters the returned list to only those matching these channels

procedure

(youtube-subscription-insert #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Insert a subscription.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the subscription.

kind: The type of this API resource.

etag: The eTag of the subscription.

contentDetails: Basic statistics about the subscription

snippet: Basic details about the subscription

procedure

(youtube-subscription-delete #:id id 
  [#:contentOwnerId contentOwnerId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  id : string?
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes subscriptions by IDs.

id: YouTube IDs of the subscription to be deleted.

contentOwnerId: The authenticated user acts on behalf of this content owner.

2.4 channelCategories

procedure

(youtube-channelCategories-list 
  #:part part 
  [#:id id 
  #:contentOwnerId contentOwnerId 
  #:hl hl 
  #:regionCode regionCode 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  contentOwnerId : string? = 'N/A
  hl : string? = 'N/A
  regionCode : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube guide category collection.

part: One or more parts to return on the current request.

id: Comma-separated YouTube IDs of the channelCategories to be returned.

contentOwnerId: The authenticated user acts on behalf of this content owner.

hl: Language for the returned channelCategories.

regionCode: Return the channelCategories in the given region code.

2.5 channels

procedure

(youtube-channels-list #:part part 
  [#:id id 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:categoryId categoryId 
  #:contentOwnerId contentOwnerId 
  #:mine mine 
  #:mySubscribers mySubscribers 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  categoryId : string? = 'N/A
  contentOwnerId : string? = 'N/A
  mine : string? = 'N/A
  mySubscribers : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube channel collection. Either the ’id’ or ’mine’ parameter must be set.

part: One or more parts to return on the current request.

id: YouTube IDs of the channels to be returned.

maxResults: Maximum number of results to return

pageToken: Token for the page selection.

categoryId: Filter to retrieve the channels within the given category ID.

contentOwnerId: The authenticated user acts on behalf of this content owner.

mine: Filter to only channels owned by authenticated user.

mySubscribers: Filter to channels that subscribed to the channel of the authenticated user.

2.6 playlistItems

procedure

(youtube-playlistItems-list #:part part 
  [#:id id 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:playlistId playlistId 
  #:contentOwnerId contentOwnerId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  playlistId : string? = 'N/A
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube playlist collection.

part: One or more parts to return on the current request.

id: YouTube IDs of the playlist items to be returned.

maxResults: Maximum number of results to return

pageToken: Token for the page selection.

playlistId: Retrieves playlist items from the given playlist id.

contentOwnerId: The authenticated user acts on behalf of this content owner.

procedure

(youtube-playlistItems-insert #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Insert a resource into a playlist.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the playlist item.

kind: The type of this API resource.

etag: The eTag of the playlist item.

contentDetails: Content details about the playlist item: start and end clipping time.

snippet: Basic details about the playlist item: title, description, thumbnails.

procedure

(youtube-playlistItems-delete #:id id 
  [#:contentOwnerId contentOwnerId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  id : string?
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes playlist items by IDs.

id: YouTube IDs of the playlist items to be deleted.

contentOwnerId: The authenticated user acts on behalf of this content owner.

procedure

(youtube-playlistItems-update #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Update a playlist item.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the playlist item.

kind: The type of this API resource.

etag: The eTag of the playlist item.

contentDetails: Content details about the playlist item: start and end clipping time.

snippet: Basic details about the playlist item: title, description, thumbnails.

2.7 playlists

procedure

(youtube-playlists-list #:part part 
  [#:id id 
  #:maxResults maxResults 
  #:pageToken pageToken 
  #:contentOwnerId contentOwnerId 
  #:mine mine 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  maxResults : string? = 'N/A
  pageToken : string? = 'N/A
  contentOwnerId : string? = 'N/A
  mine : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube playlist collection.

part: One or more parts to return on the current request.

id: Comma-separated YouTube IDs of the playlists to be returned.

maxResults: Maximum number of results to return

pageToken: Token for the page selection.

contentOwnerId: The authenticated user acts on behalf of this content owner.

mine: Flag indicating only return the playlists of the authenticated user.

procedure

(youtube-playlists-insert #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:status status 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  status : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Create a playlist.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the playlist.

kind: The type of this API resource.

etag: The eTag of the playlist.

status: Status of the playlist: only privacy_status for now.

snippet: Basic details about the playlist: title, description, thumbnails.

procedure

(youtube-playlists-delete #:id id 
  [#:contentOwnerId contentOwnerId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  id : string?
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Deletes playlists by IDs.

id: YouTube IDs of the playlists to be deleted.

contentOwnerId: The authenticated user acts on behalf of this content owner.

procedure

(youtube-playlists-update #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:status status 
  #:snippet snippet 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  status : string? = 'N/A
  snippet : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Update a playlist.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the playlist.

kind: The type of this API resource.

etag: The eTag of the playlist.

status: Status of the playlist: only privacy_status for now.

snippet: Basic details about the playlist: title, description, thumbnails.

2.8 videos

procedure

(youtube-videos-list #:id id    
  #:part part    
  [#:contentOwnerId contentOwnerId    
  #:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  id : string?
  part : string?
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse the YouTube video collection.

id: YouTube IDs of the videos to be returned.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

procedure

(youtube-videos-insert #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:status status 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:statistics statistics 
  #:player player 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  status : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  statistics : string? = 'N/A
  player : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Upload a video to YouTube.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the video.

kind: The type of this API resource.

etag: The eTag of the video.

status: Status of the video upload, privacy status.

contentDetails: Information about the video content, media file.

snippet: Basic details about the video: title, description, thumbnails.

statistics: Statistics about the video: number of views, ratings.

player: Information used to play the video.

procedure

(youtube-videos-delete #:id id 
  [#:contentOwnerId contentOwnerId 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  id : string?
  contentOwnerId : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Delete a YouTube video.

id: YouTube ID of the video to be deleted.

contentOwnerId: The authenticated user acts on behalf of this content owner.

procedure

(youtube-videos-update #:part part 
  [#:contentOwnerId contentOwnerId 
  #:id id 
  #:kind kind 
  #:etag etag 
  #:status status 
  #:contentDetails contentDetails 
  #:snippet snippet 
  #:statistics statistics 
  #:player player 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  contentOwnerId : string? = 'N/A
  id : string? = 'N/A
  kind : string? = 'N/A
  etag : string? = 'N/A
  status : string? = 'N/A
  contentDetails : string? = 'N/A
  snippet : string? = 'N/A
  statistics : string? = 'N/A
  player : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Update a video.

part: One or more parts to return on the current request.

contentOwnerId: The authenticated user acts on behalf of this content owner.

id: The unique id of the video.

kind: The type of this API resource.

etag: The eTag of the video.

status: Status of the video upload, privacy status.

contentDetails: Information about the video content, media file.

snippet: Basic details about the video: title, description, thumbnails.

statistics: Statistics about the video: number of views, ratings.

player: Information used to play the video.

2.9 videocategory

procedure

(youtube-videocategory-list #:part part 
  [#:id id 
  #:contentOwnerId contentOwnerId 
  #:hl hl 
  #:regionCode regionCode 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  part : string?
  id : string? = 'N/A
  contentOwnerId : string? = 'N/A
  hl : string? = 'N/A
  regionCode : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Browse list of video categories.

part: One or more parts to return on the current request.

id: IDs of the categories to be returned.

contentOwnerId: The authenticated user acts on behalf of this content owner.

hl: Language used for the title of the categories.

regionCode: Return all the categories in this region.