YouTube

Channel Shorts

Retrieves a paginated list of short-form videos (Shorts) from a YouTube channel, including each short's title, URL, view count (views), likes, comments, and description. Supports sorting by newest or popular, and use the continuationToken to page through all results. Returns data in the shorts array.

get/v1/youtube/channel/shorts

Query parameters

handlestring

Can pass channelId or handle

channelIdstring

Can pass channelId or handle

sort'newest' | 'popular'

Sort by newest or popular

continuationTokenstring

Continuation token to get more videos. Get 'continuationToken' from previous response.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.