Skip to content

Uploaded Videos

Request

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

Security
accessToken
Query
urlstringrequired

YouTube url to channel's page, i.e. https://www.youtube.com/@{channelName}

Example:url=https://www.youtube.com/@MrBeast
sorted_bystring

Sorted by a passed parameter: "dd" by Date in descending order (default) or "p" by Popularity

afterstring

Use cursor from the last page to get the next page

GET
/raw/youtube/uploaded-videos
curl -i -X GET \
  'https://api.modash.io/v1/raw/youtube/uploaded-videos?url=https%3A%2F%2Fwww.youtube.com%2F%40MrBeast&sorted_by=string&after=string' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
videos_listobjectrequired
successbooleanrequired
Response
{ "videos_list": { "total": 0, "videos": [], "cursor": "string" }, "success": true }