Interface VideoSearchQuery

Hierarchy

  • VideoSearchQuery

Properties

channels?: string[]

Videos with all the specified channel ids. If two or more channel IDs are specified, 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

conditions?: {
    text: "string";
}[]

Match all the following conditions

Type declaration

  • text: "string"

    Look for text in video title or description

lang?: string[]

If set, will filter clips to only show clips with these langs + all vtuber streams (provided target is not set to filter out streams)

Example: ["en", "ja"]

limit?: number

Default: 25

offset?: number
org?: string[]

Videos of channels in any of the specified orgs, or clips that involve a channel in the specified org.

paginated?: boolean

If paginated is set to true, return an object with total, otherwise returns an array. Default

sort?: "oldest" | "newest"

Default: newest

target?: ("stream" | "clip")[]

Target types of videos

topic?: string[]

Return videos that match one of the provided topics

Generated using TypeDoc