ID of the Youtube Channel that is being queried
The type of video resource to fetch. Clips finds clip videos of a vtuber channel, Video finds the channelId channel's uploads, and collabs finds videos uploaded by other channels that mention this channelId
Optional vidParams: VideosRelatedToChannelParametersobject containing the query parameters for this query
A simplified endpoint for access channel specific data. If you want more customization, the same result can be obtained by calling the /videos endpoint.
https://holodex.stoplight.io/docs/holodex/holodex_v2.yaml/paths/~1channels~1%7BchannelId%7D~1%7Btype%7D/get behaves differently based on whether or not the result is paginated
This is the paginated version
ID of the Youtube Channel that is being queried
The type of video resource to fetch. Clips finds clip videos of a vtuber channel, Video finds the channelId channel's uploads, and collabs finds videos uploaded by other channels that mention this channelId
Optional vidParams: VideosRelatedToChannelParametersobject containing the query parameters for this query
A simplified endpoint for access channel specific data. If you want more customization, the same result can be obtained by calling the /videos endpoint.
https://holodex.stoplight.io/docs/holodex/holodex_v2.yaml/paths/~1channels~1%7BchannelId%7D~1%7Btype%7D/get behaves differently based on whether or not the result is paginated
This is the unpaginated version
ID of the Youtube Channel that is being queried
The type of video resource to fetch. Clips finds clip videos of a vtuber channel, Video finds the channelId channel's uploads, and collabs finds videos uploaded by other channels that mention this channelId
Optional vidParams: VideosRelatedToChannelParametersobject containing the query parameters for this query
Optional vidParams: VideosQueryLiveAndUpcomingParametersOptional vidParams: VideosQueryLiveAndUpcomingParametersOptional vidParams: VideosQueryLiveAndUpcomingParametersRetrieves a video object. Also retrieves Comments if query parameter c is set. Also retrieves Recommendations if query parameter lang is set
ID of a Youtube Video
Optional query: { Lang is a comma separated list of language codes to filter channels/clips, official streams do not follow this parameter. If c is true, response will include with all timestamp comments for this video.
Optional vidParams: VideosQueryPretty much everything you need. This is the most 'vanilla' variant with almost no preset values, and /channels/{channelId}/{type} and /live endpoints both use the same query structure but provision default values differently for some of the query params. Not as powerful at searching arbitrary text as the Search API (currently not documented/available).
Optional vidParams: VideosQueryobject containing the query parameters for this query
Generated using TypeDoc
A simplified endpoint for access channel specific data. If you want more customization, the same result can be obtained by calling the
/videosendpoint. https://holodex.stoplight.io/docs/holodex/holodex_v2.yaml/paths/~1channels~1%7BchannelId%7D~1%7Btype%7D/get behaves differently based on whether or not the result is paginatedThis function will call either
getFromChannelWithTypePaginated()orgetFromChannelWithTypeUnpaginated(). These return different objects, so this must be kept in mind.