PostQueryParameters

Object that wraps all the fields associated with GET requests.

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

Fields

Name
Type
Description
Default

sort

String

Sorts results by newest or oldest.

newest

language

String[]

Filters clips by language.

videoTypes

String[]

Filters videos by type of video.

conditions

String[]

Looks for text in video title or description (Note: it seems to be broken at the moment).

comment

String[]

Looks for comments that contain the specified word.

topics

String[]

Filters videos by topics.

channelIds

String[]

Looks for videos with all the specified IDS. If two or more channel IDs are specified, it will only return their collabs, or if one channel is a clipper, it will only show clips of the other VTubers made by this clipper.

organizations

String[]

Looks for videos of channels in any of the specified organizations, or clips that involve a channel in the specified organization.

offset

Integer

Offsets results.

0

limit

Integer

Limits results.

30

Last updated