List and Get Channels Information

Learn and practice how to retrieve a list of channels, apply filters, and sort the channels using the Dailymotion Data API.

Overview

A channel is a digital space where a registered user can upload videos of different categories. In this lesson, we'll see the following endpoints of Data API related to the channel object:

  • {base_url}/channels
  • {base_url}/channels/{CHANNEL_ID}

The API supports the GET ...