John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 75 | <h1><a href="youtube_v3.html">YouTube Data API v3</a> . <a href="youtube_v3.search.html">search</a></h1> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 81 | <code><a href="#list">list(part, pageToken=None, order=None, videoType=None, relevanceLanguage=None, forMine=None, channelId=None, videoDuration=None, videoEmbeddable=None, videoCategoryId=None, onBehalfOfContentOwner=None, channelType=None, publishedAfter=None, videoDimension=None, q=None, videoSyndicated=None, locationRadius=None, publishedBefore=None, topicId=None, videoDefinition=None, maxResults=None, videoCaption=None, safeSearch=None, forDeveloper=None, eventType=None, location=None, type=None, forContentOwner=None, relatedToVideoId=None, regionCode=None, videoLicense=None, x__xgafv=None)</a></code></p> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 82 | <p class="firstline">Retrieves a list of search resources</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 83 | <p class="toc_element"> |
| 84 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 85 | <p class="firstline">Retrieves the next page of results.</p> |
| 86 | <h3>Method Details</h3> |
| 87 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 88 | <code class="details" id="close">close()</code> |
| 89 | <pre>Close httplib2 connections.</pre> |
| 90 | </div> |
| 91 | |
| 92 | <div class="method"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 93 | <code class="details" id="list">list(part, pageToken=None, order=None, videoType=None, relevanceLanguage=None, forMine=None, channelId=None, videoDuration=None, videoEmbeddable=None, videoCategoryId=None, onBehalfOfContentOwner=None, channelType=None, publishedAfter=None, videoDimension=None, q=None, videoSyndicated=None, locationRadius=None, publishedBefore=None, topicId=None, videoDefinition=None, maxResults=None, videoCaption=None, safeSearch=None, forDeveloper=None, eventType=None, location=None, type=None, forContentOwner=None, relatedToVideoId=None, regionCode=None, videoLicense=None, x__xgafv=None)</code> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 94 | <pre>Retrieves a list of search resources |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 95 | |
| 96 | Args: |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 97 | part: string, The *part* parameter specifies a comma-separated list of one or more search resource properties that the API response will include. Set the parameter value to snippet. (required) (repeated) |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 98 | pageToken: string, The *pageToken* parameter identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages that could be retrieved. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 99 | order: string, Sort order of the results. |
| 100 | Allowed values |
| 101 | searchSortUnspecified - |
| 102 | date - Resources are sorted in reverse chronological order based on the date they were created. |
| 103 | rating - Resources are sorted from highest to lowest rating. |
| 104 | viewCount - Resources are sorted from highest to lowest number of views. |
| 105 | relevance - Resources are sorted based on their relevance to the search query. This is the default value for this parameter. |
| 106 | title - Resources are sorted alphabetically by title. |
| 107 | videoCount - Channels are sorted in descending order of their number of uploaded videos. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 108 | videoType: string, Filter on videos of a specific type. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 109 | Allowed values |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 110 | videoTypeUnspecified - |
| 111 | any - Return all videos. |
| 112 | movie - Only retrieve movies. |
| 113 | episode - Only retrieve episodes of shows. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 114 | relevanceLanguage: string, Return results relevant to this language. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 115 | forMine: boolean, Search for the private videos of the authenticated user. |
| 116 | channelId: string, Filter on resources belonging to this channelId. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 117 | videoDuration: string, Filter on the duration of the videos. |
| 118 | Allowed values |
| 119 | videoDurationUnspecified - |
| 120 | any - Do not filter video search results based on their duration. This is the default value. |
| 121 | short - Only include videos that are less than four minutes long. |
| 122 | medium - Only include videos that are between four and 20 minutes long (inclusive). |
| 123 | long - Only include videos longer than 20 minutes. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 124 | videoEmbeddable: string, Filter on embeddable videos. |
| 125 | Allowed values |
| 126 | videoEmbeddableUnspecified - |
| 127 | any - Return all videos, embeddable or not. |
| 128 | true - Only retrieve embeddable videos. |
| 129 | videoCategoryId: string, Filter on videos in a specific category. |
| 130 | onBehalfOfContentOwner: string, *Note:* This parameter is intended exclusively for YouTube content partners. The *onBehalfOfContentOwner* parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value. This parameter is intended for YouTube content partners that own and manage many different YouTube channels. It allows content owners to authenticate once and get access to all their video and channel data, without having to provide authentication credentials for each individual channel. The CMS account that the user authenticates with must be linked to the specified YouTube content owner. |
| 131 | channelType: string, Add a filter on the channel search. |
| 132 | Allowed values |
| 133 | channelTypeUnspecified - |
| 134 | any - Return all channels. |
| 135 | show - Only retrieve shows. |
| 136 | publishedAfter: string, Filter on resources published after this date. |
| 137 | videoDimension: string, Filter on 3d videos. |
| 138 | Allowed values |
| 139 | any - |
| 140 | 2d - Restrict search results to exclude 3D videos. |
| 141 | 3d - Restrict search results to only include 3D videos. |
| 142 | q: string, Textual search terms to match. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 143 | videoSyndicated: string, Filter on syndicated videos. |
| 144 | Allowed values |
| 145 | videoSyndicatedUnspecified - |
| 146 | any - Return all videos, syndicated or not. |
| 147 | true - Only retrieve syndicated videos. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 148 | locationRadius: string, Filter on distance from the location (specified above). |
| 149 | publishedBefore: string, Filter on resources published before this date. |
| 150 | topicId: string, Restrict results to a particular topic. |
| 151 | videoDefinition: string, Filter on the definition of the videos. |
| 152 | Allowed values |
| 153 | any - Return all videos, regardless of their resolution. |
| 154 | standard - Only retrieve videos in standard definition. |
| 155 | high - Only retrieve HD videos. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 156 | maxResults: integer, The *maxResults* parameter specifies the maximum number of items that should be returned in the result set. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 157 | videoCaption: string, Filter on the presence of captions on the videos. |
| 158 | Allowed values |
| 159 | videoCaptionUnspecified - |
| 160 | any - Do not filter results based on caption availability. |
| 161 | closedCaption - Only include videos that have captions. |
| 162 | none - Only include videos that do not have captions. |
| 163 | safeSearch: string, Indicates whether the search results should include restricted content as well as standard content. |
| 164 | Allowed values |
| 165 | safeSearchSettingUnspecified - |
| 166 | none - YouTube will not filter the search result set. |
| 167 | moderate - YouTube will filter some content from search results and, at the least, will filter content that is restricted in your locale. Based on their content, search results could be removed from search results or demoted in search results. This is the default parameter value. |
| 168 | strict - YouTube will try to exclude all restricted content from the search result set. Based on their content, search results could be removed from search results or demoted in search results. |
| 169 | forDeveloper: boolean, Restrict the search to only retrieve videos uploaded using the project id of the authenticated user. |
| 170 | eventType: string, Filter on the livestream status of the videos. |
| 171 | Allowed values |
| 172 | none - |
| 173 | upcoming - The live broadcast is upcoming. |
| 174 | live - The live broadcast is active. |
| 175 | completed - The live broadcast has been completed. |
| 176 | location: string, Filter on location of the video |
| 177 | type: string, Restrict results to a particular set of resource types from One Platform. (repeated) |
| 178 | forContentOwner: boolean, Search owned by a content owner. |
| 179 | relatedToVideoId: string, Search related to a resource. |
| 180 | regionCode: string, Display the content as seen by viewers in this country. |
| 181 | videoLicense: string, Filter on the license of the videos. |
| 182 | Allowed values |
| 183 | any - Return all videos, regardless of which license they have, that match the query parameters. |
| 184 | youtube - Only return videos that have the standard YouTube license. |
| 185 | creativeCommon - Only return videos that have a Creative Commons license. Users can reuse videos with this license in other videos that they create. Learn more. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 186 | x__xgafv: string, V1 error format. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 187 | Allowed values |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 188 | 1 - v1 error format |
| 189 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 190 | |
| 191 | Returns: |
| 192 | An object of the form: |
| 193 | |
| 194 | { |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 195 | "eventId": "A String", # Serialized EventId of the request which produced this response. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 196 | "nextPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. |
| 197 | "etag": "A String", # Etag of this resource. |
| 198 | "visitorId": "A String", # The visitorId identifies the visitor. |
| 199 | "prevPageToken": "A String", # The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set. |
| 200 | "kind": "youtube#searchListResponse", # Identifies what kind of resource this is. Value: the fixed string "youtube#searchListResponse". |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 201 | "items": [ # Pagination information for token pagination. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 202 | { # A search result contains information about a YouTube video, channel, or playlist that matches the search parameters specified in an API request. While a search result points to a uniquely identifiable resource, like a video, it does not have its own persistent data. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 203 | "etag": "A String", # Etag of this resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 204 | "snippet": { # Basic details about a search result, including title, description and thumbnails of the item referenced by the search result. # The snippet object contains basic details about a search result, such as its title or description. For example, if the search result is a video, then the title will be the video's title and the description will be the video's description. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 205 | "liveBroadcastContent": "A String", # It indicates if the resource (video or channel) has upcoming/active live broadcast content. Or it's "none" if there is not any upcoming/active live broadcasts. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 206 | "publishedAt": "A String", # The creation date and time of the resource that the search result identifies. The value is specified in ISO 8601 format. |
| 207 | "thumbnails": { # Internal representation of thumbnails for a YouTube resource. # A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 208 | "maxres": { # A thumbnail is an image representing a YouTube resource. # The maximum resolution quality image for this resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 209 | "height": 42, # (Optional) Height of the thumbnail image. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 210 | "url": "A String", # The thumbnail image's URL. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 211 | "width": 42, # (Optional) Width of the thumbnail image. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 212 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 213 | "standard": { # A thumbnail is an image representing a YouTube resource. # The standard quality image for this resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 214 | "height": 42, # (Optional) Height of the thumbnail image. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 215 | "url": "A String", # The thumbnail image's URL. |
| 216 | "width": 42, # (Optional) Width of the thumbnail image. |
| 217 | }, |
| 218 | "default": { # A thumbnail is an image representing a YouTube resource. # The default image for this resource. |
| 219 | "height": 42, # (Optional) Height of the thumbnail image. |
| 220 | "url": "A String", # The thumbnail image's URL. |
| 221 | "width": 42, # (Optional) Width of the thumbnail image. |
| 222 | }, |
| 223 | "medium": { # A thumbnail is an image representing a YouTube resource. # The medium quality image for this resource. |
| 224 | "height": 42, # (Optional) Height of the thumbnail image. |
| 225 | "url": "A String", # The thumbnail image's URL. |
| 226 | "width": 42, # (Optional) Width of the thumbnail image. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 227 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 228 | "high": { # A thumbnail is an image representing a YouTube resource. # The high quality image for this resource. |
| 229 | "height": 42, # (Optional) Height of the thumbnail image. |
| 230 | "url": "A String", # The thumbnail image's URL. |
| 231 | "width": 42, # (Optional) Width of the thumbnail image. |
| 232 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 233 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 234 | "channelTitle": "A String", # The title of the channel that published the resource that the search result identifies. |
| 235 | "description": "A String", # A description of the search result. |
| 236 | "channelId": "A String", # The value that YouTube uses to uniquely identify the channel that published the resource that the search result identifies. |
| 237 | "title": "A String", # The title of the search result. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 238 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 239 | "kind": "youtube#searchResult", # Identifies what kind of resource this is. Value: the fixed string "youtube#searchResult". |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 240 | "id": { # A resource id is a generic reference that points to another YouTube resource. # The id object contains information that can be used to uniquely identify the resource that matches the search request. |
| 241 | "videoId": "A String", # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a video. This property is only present if the resourceId.kind value is youtube#video. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 242 | "kind": "A String", # The type of the API resource. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 243 | "channelId": "A String", # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a channel. This property is only present if the resourceId.kind value is youtube#channel. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 244 | "playlistId": "A String", # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a playlist. This property is only present if the resourceId.kind value is youtube#playlist. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 245 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 246 | }, |
| 247 | ], |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 248 | "tokenPagination": { # Stub token pagination template to suppress results. |
| 249 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 250 | "regionCode": "A String", |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 251 | "pageInfo": { # Paging details for lists of resources, including total number of items available and number of resources returned in a single page. # General pagination information. |
| 252 | "totalResults": 42, # The total number of results in the result set. |
| 253 | "resultsPerPage": 42, # The number of results included in the API response. |
| 254 | }, |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 255 | }</pre> |
| 256 | </div> |
| 257 | |
| 258 | <div class="method"> |
| 259 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 260 | <pre>Retrieves the next page of results. |
| 261 | |
| 262 | Args: |
| 263 | previous_request: The request for the previous page. (required) |
| 264 | previous_response: The response from the request for the previous page. (required) |
| 265 | |
| 266 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 267 | A request object that you can call 'execute()' on to request the next |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 268 | page. Returns None if there are no more items in the collection. |
| 269 | </pre> |
| 270 | </div> |
| 271 | |
| 272 | </body></html> |