List and Filter Videos

Learn how to perform different operations on videos using Dailymotion Data API.

The video object is one of the integral objects provided by Dailymotion. It behaves like a container that wraps the information about the video content available on Dailymotion. We can access this information directly or by using Data API.

In this lesson, we'll see the following endpoints of Data API related to the video object:

  • Get a list of videos: {base_url}/videos

  • Get a specific video: {base_url}/video/{video_Id}

Get a list of videos

An HTTP GET request is used to retrieve a list of videos. The /videos is appended to the base URL of Dailymotion API, which is https://api.dailymotion.com.

Request parameters

This endpoint takes no required parameter but supports optional parameters. Some parameters define the fields we want to get in our response, some are used to filter the result set based on some values, and some define the information related to pages and the limit of results on each page. Let's see some of these parameters in the table below:

Get hands-on with 1200+ tech skills courses.