Skip to content

Playlists by Channel ID

Retrieve detailed information about playlists associated with a specific YouTube channel using its channel ID.

Parameters

Channel ID

The unique identifier for the YouTube channel whose playlists you want to retrieve.

  • Example: UCFKE7WVJfvaHW5q283SxchA
  • This parameter is required.
  • You can enter exactly one channel ID.

Tip: How can I find the channel ID of a YouTube channel?

Maximum Results

Specifies the maximum number of results to return. The API natively supports 50 results for this type of query.

Note: Pagination allows Tube2Sheet to retrieve more than the 50 results natively supported by the YouTube API for this query type. When you request more than 50 results, Tube2Sheet automatically makes multiple API calls, each retrieving up to 50 results, to fulfill your request. Each of these calls counts separately against your monthly request quota, so requesting 500 results would use 10 requests from your quota.

Columns

The data returned from this query can be customized using various output columns. Columns are categorized into basic columns and advanced columns.

Note: Advanced columns are marked with the icon.

Basic Columns

These columns are included by default in the output:

  • Playlist ID: The unique identifier of the playlist.
  • Published at: The date and time when the playlist was created.
  • Channel ID: The ID of the channel that created the playlist.
  • Title: The title of the playlist.
  • Item Count: The number of items (videos) in the playlist.

Advanced Columns

These columns provide additional details and are available for more in-depth data analysis:

  • eTag: Entity tag for the resource.
  • Kind ID: The type of resource, e.g., "youtube#playlist".
  • Description: A brief description of the playlist.
  • Channel Name: The name of the channel that created the playlist.
  • Thumbnail URLs: The URLs of the playlist's thumbnail images in different resolutions (default, medium, high).
  • Thumbnail Dimensions: The width and height of the playlist's thumbnail images in different resolutions.
  • Localized Title: The title of the playlist in the localized language.
  • Localized Description: The description of the playlist in the localized language.

For additional details on configuring and using these parameters and output columns, refer to the YouTube Data API documentation.


For additional help, visit our FAQ or Troubleshooting sections.

-