Twitch Scraper

ENDPOINTS
GET/channels/chatters

Channel Chatters

Get who is in a channel's chat right now: total count plus broadcasters, moderators, VIPs and viewers.

QUERY PARAMS

Twitch channel: a login, a numeric user ID or any twitch.tv channel link.

Examples:

  • Login: lofigirl
  • ID: 71092938
  • URL: https://www.twitch.tv/lofigirl
{
  "channel": {
    "id": "487510275",
    "login": "lofigirl",
    "username": "LofiGirl",
    "link": "https://www.twitch.tv/lofigirl",
    "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/fe6575bc-a05b-45a6-8e28-1c7799bcfbf5-profile_image-150x150.png",
    "is_partner": true,
    "is_affiliate": false
  },
  "is_live": true,
  "total_count": 203,
  "listed_count": 102,
  "broadcasters": [
    "lofigirl"
  ],
  "moderators": [
    "streamlabs"
  ],
  "vips": [],
  "staff": [],
  "viewers": [
    "2hype2wype",
    "80lk",
    "aby0784",
    "adob_r",
    "akrobranches",
    "antignoy",
    "arasaka_enterprise",
    "arebaba62",
    "astrobac",
    "atatata_____",
    "baadibaa",
    "behllzebhutt",
    "bzill",
    "chiarabertoldo",
    "chomiczyzadek",
    "ckey_xd",
    "dalusz",
    "daniil_a99",
    "dark_pearll",
    "decnox",
    "delta5481",
    "densmog",
    "derkaherned",
    "diasfestivos",
    "diego1h1silva",
    "eldraza",
    "emma__riv",
    "fabiianet96",
    "firs0id",
    "fritecheddar",
    "frost_wolf11",
    "fullalive",
    "gobblegummer00",
    "graycrane90",
    "hbiblia",
    "id4v",
    "insidemysoul",
    "istopik",
    "j0dz",
    "jankeyaf",
    "jd_mcc",
    "jeracee",
    "jurassicmarc91",
    "kaliroux",
    "kanaanas_",
    "kapa64",
    "kayleenijlantilovedogs",
    "kewen_j",
    "khan_of_mongolia",
    "kirschi12",
    "kotimu",
    "krinoil",
    "lackie987",
    "ladyofstyx",
    "laskabatt",
    "leo666822",
    "leslie_tb",
    "loumodel",
    "ludopatenc",
    "m8_badcaat",
    "martinlesaint",
    "maytabiji",
    "moy__horoshiy",
    "mylltou",
    "mysticwaffle907",
    "nadrilsan",
    "necronyannn",
    "neshnav",
    "nikoladsr",
    "nomakz27",
    "nyc_emmanuel",
    "nyhmus",
    "potozayka",
    "ramobi",
    "renevankaas_",
    "rylie021",
    "sakun_0227",
    "scrummy",
    "shiba_shirogane",
    "shinzon19",
    "siinda",
    "speerlessi",
    "straton_",
    "tableurexel0",
    "terra2039",
    "therealnonstick",
    "theredroom5053",
    "uqppa",
    "v_x_doll",
    "verofon",
    "vicart",
    "willakaobake",
    "wingardiummemeosa",
    "woodsymoss",
    "wreckiterica",
    "wype_1",
    "ynts",
    "your_goat_friend",
    "zefirnayapalo4ka",
    "zzpetazz"
  ]
}