Uploaded Videos
GET {{baseUrl}}/v1/raw/youtube/uploaded-videos?url=<string>&sorted_by=<string>&after=<string>
Returns a list of 30 uploaded YouTube videos 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
{"videos_list":{"total":"\u003cnumber\u003e","videos":[{"video_id":"\u003cstring\u003e","thumbnail":"\u003cstring\u003e","title":"\u003cstring\u003e","time":"\u003cstring\u003e","published_ago":"\u003cstring\u003e","views":"\u003cnumber\u003e"},{"video_id":"\u003cstring\u003e","thumbnail":"\u003cstring\u003e","title":"\u003cstring\u003e","time":"\u003cstring\u003e","published_ago":"\u003cstring\u003e","views":"\u003cnumber\u003e"}],"cursor":"\u003cstring\u003e"}}