Uploaded Shorts

GET {{baseUrl}}/v1/raw/youtube/uploaded-shorts?url=<string>&sorted_by=<string>&after=<string>

Returns a list of 30 uploaded YouTube shorts to the channel with a limited list of details.

Request Params

KeyDatatypeRequiredDescription
urlstring(Required) YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName}
sorted_bystringSorted by a passed parameter: &quot;dd&quot; by Date in descenting order (default) or &quot;p&quot; by Popularity
afterstringUse cursor from the last page to get the next page

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;shorts_list&quot;:{&quot;shorts&quot;:[{&quot;short_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;thumbnail&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;views&quot;:&quot;\u003cnumber\u003e&quot;},{&quot;short_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;thumbnail&quot;:&quot;\u003cstring\u003e&quot;,&quot;title&quot;:&quot;\u003cstring\u003e&quot;,&quot;views&quot;:&quot;\u003cnumber\u003e&quot;}],&quot;cursor&quot;:&quot;\u003cstring\u003e&quot;}}