Skip to content

Twitch Date Types

TwitchChannel

This data type describes all available data about Twitch user (channel).

Properties

PropertyTypeDescription
idStringUnique identifier
loginStringUser's login name
urlStringURL of channel
displayNameStringUser's display name
typeStringUser's type:
  • staff
  • admin
  • global_mod
Will be empty if none
broadcasterTypeStringStreamer status:
  • partner
  • affiliate
Will be empty if none
descriptionStringChannel description
profileImageUrlStringURL of the user’s profile image
offlineImageUrlStringURL of the user’s offline image
viewCountNumberTotal number of views of the user’s channel

TwitchStream

This data type describes all available data about Twitch stream.

Properties

PropertyTypeDescription
idStringUnique identifier
userIdStringID of the user who is streaming
gameIdStringID of the game being played on the stream
titleStringStream title
viewerCountNumberNumber of viewers watching the stream
startedAtDateTimeDateTime when stream is started
languageStringStream language
thumbnailUrlStringThumbnail URL of the stream (1080p)
thumbnailUrl720StringThumbnail URL of the stream (720p)
thumbnailUrl480StringThumbnail URL of the stream (480p)

TwitchGame

This data type describes all available data about Twitch game.

Properties

PropertyTypeDescription
idStringUnique identifier
nameStringGame name
boxArtUrlStringBox Art URL of the game (1080p)
boxArtUrl720StringBox Art URL of the game (720p)
boxArtUrl480StringBox Art URL of the game (480p)

All rights sniffed.