getVideosRelatedToChannel

Method that makes a GET request to https://holodex.net/api/v2/channels/{channelId}/{type}

Note

channelId and videoType are required to use this method.

Returns

A List of Video objects matching the given parameters.

Parameters

Name
Type

getQueryParameters

GetQueryParameters

Allowed Fields

  • channelId (required)

  • type (required)

  • extraInfo

  • languages

  • limit

  • offset

Usage Example

Result Example

Last updated