Search⌘ K
AI Features

List and Filter Videos

Explore how to list videos and retrieve specific video details from the Dailymotion Data API. Learn to filter results using fields and sort parameters to customize your video data requests effectively.

Overview

The video object is one of the integral objects provided by Dailymotion. The video object 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:

  • {base_url}/videos
  • {base_url}/video/{VIDEO_ID}

Get a list of videos

An HTTP GET request is used to retrieve a list of videos. ...