Channel
Represents a channel, either a VTuber or Subber.
Fields
id
String
The channel's ID.
name
String
The channel's name.
englishName
String
The channel's name in English. Only applies to VTubers.
type
String
The channel's type, either VTuber or Subber.
photo
String
The URL to the channel's profile picture.
org
String
The organization the channel belongs to. Only applies to VTubers.
suborg
String
The suborganization or group the channel belongs to. Only applies to VTubers.
banner
String
The link to the channel's banner image.
thumbnail
String
The URL to the channel's profile picture, but in lower resolution.
String
The link to the channel's Twitter.
videoCount
String
The number of videos the channel has uploaded.
subscriberCount
String
The approximated number of subscribers the channel has.
commentsCrawledAt
OffsetDateTime
The date the comments, if any, were crawled at. Only applies to VTubers.
viewCount
String
The number of views the channel has.
clipCount
String
The number of clips created from this channel. Only applies to VTubers.
topTopics
List<String>
A list of the most frequent topics from a channel.
lang
String
The channel's language.
publishedAt
OffsetDateTime
The date the channel was created.
inactive
boolean
Whether or not the channel has been marked as inactive.
description
String
The channel's description
updatedAt
OffsetDateTime
The date the channel was last updated.
ytUploadsId
String
The channel's uploads ID
crawledAt
OffsetDateTime
The date the channel was crawled.
createdAt
OffsetDateTime
ytHandle
List<String>
The channel's YouTube handle.
twitch
String
The link to the channel's Twitch account.
ytNameHistory
List<History>
All the names that the channel has had.
group
String
The group or suborganization the channel belongs to.
Last updated