Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get dailymotion videos list

I want to get list of videos from daily motion, i have registered in daily motion. it's retrieved API key and secret key but i have no idea what is the next step, i want to show the list of videos and show the detail.

I have referred https://developer.dailymotion.com/api but i could not find any way how to integrate in my application.

Please guys help to solve this!!!


1 Answers

In case you want to get videos only (no channel or playlist) You can simply do:

 https://api.dailymotion.com/videos?page=2

Response will be paginated so you need to add page numbers

 https://api.dailymotion.com/videos?page=2

You can also get more >10 results

https://api.dailymotion.com/videos?limit=100
like image 102
Zahid Rasheed Avatar answered Oct 22 '25 00:10

Zahid Rasheed