GetQueryParameters

Object that wraps all the fields associated with GET requests.

For more information, please check Holodex API's documentation.

Fields

Name
Type
Description
Default

channelId

String

Filters by video uploader ID.

videoId

String

A single YouTube video ID.

limit

Integer

Results limit

25

maxUpcomingHours

Integer

Number of maximum hours to get upcoming videos.

mentionedChannelId

Integer

Filter by mentioned channel id, excludes itself. Generally used to find collabs/clips that include the requested channel.

offset

Integer

Offset results.

0

sortOrder

String

Sorts results in ascending or descending order.

desc

organization

String

Filter for VTubers belonging to a specific organization.

sortByField

String

Field to sort on.

Varies.

topic

String

Filters by video topic.

channelType

String

Filters by channel type.

extraInfo

String[]

Filters by extra info.

status

String

Filters by video status.

videoType

String

Filters by video type.

from

OffsetDateTime

ISO8601 Date for minimum available_at.

to

OffsetDateTime

ISO8601 Date for maximum available_at.

channelIds

String[]

Filters by several video uploader IDs.

Last updated