以下清單列出此方法的常見用途。將滑鼠遊標懸停在用途上,即可查看相關說明,或按一下用途,在 API Explorer 中載入範例參數值。您可以開啟全螢幕 API Explorer 查看程式碼範例,這些程式碼範例會動態更新以反映在 Explorer 中輸入的參數值。
下表列出此方法的常見用途。按一下用途名稱,即可在 APIs Explorer 中載入範例參數值。或者,您也可以按一下用途名稱下方的程式碼圖示,在全螢幕 API Explorer 中查看用途的程式碼範例。在全螢幕使用者介面中,您可以更新參數和屬性值,程式碼範例就會動態更新,反映輸入的值。
此方法有一個常見用途,說明如下。說明下方的按鈕會將範例值填入 API Explorer,或是開啟全螢幕 APIs Explorer,顯示使用這些值的程式碼範例。如果您變更這些值,程式碼範例也會動態更新。
Use cases | |
---|---|
list (by video ID) | This example retrieves information about a specific video. It uses the id parameter to identify the video. |
list (multiple video IDs) | This example retrieves information about a group of videos. The id parameter value is a comma-separated list of YouTube video IDs. You might issue a request like this to retrieve additional information about the items in a playlist or the results of a search query. |
list (most popular videos) | This example retrieves a list of YouTube's most popular videos. The regionCode parameter identifies the country for which you are retrieving videos. The sample code is set to default to return the most popular videos in the United States. You could also use the videoCategoryId parameter to retrieve the most popular videos in a particular category. |
list (my liked videos) | This example retrieves a list of videos liked by the user authorizing the API request. By setting the rating parameter value to dislike , you could also use this code to retrieve disliked videos. |