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
Key | Datatype | Required | Description |
---|---|---|---|
url | string | (Required) YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName} | |
sorted_by | string | Sorted by a passed parameter: "dd" by Date in descenting order (default) or "p" by Popularity | |
after | string | Use cursor from the last page to get the next page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"shorts_list":{"shorts":[{"short_id":"\u003cstring\u003e","thumbnail":"\u003cstring\u003e","title":"\u003cstring\u003e","views":"\u003cnumber\u003e"},{"short_id":"\u003cstring\u003e","thumbnail":"\u003cstring\u003e","title":"\u003cstring\u003e","views":"\u003cnumber\u003e"}],"cursor":"\u003cstring\u003e"}}