Twitch Scraper

ENDPOINTS
GET/channels/viewer-card

Viewer Card

Get one user's standing in a channel's chat: subscriber months, badges, mod and VIP flags, and profile.

QUERY PARAMS

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

Examples:

  • Login: xqc
  • ID: 71092938
  • URL: https://www.twitch.tv/xqc

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

Examples:

  • Login: elias940
  • ID: 71092938
  • URL: https://www.twitch.tv/elias940
{
  "user": {
    "id": "126554702",
    "login": "elias940",
    "username": "elias940",
    "link": "https://www.twitch.tv/elias940",
    "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/4989095f-6bf8-4fea-b7d3-0751baae32c8-profile_image-150x150.png",
    "is_partner": false,
    "is_affiliate": false,
    "followers_count": 10,
    "bio": null,
    "chat_color": "#FF69B4",
    "is_staff": null,
    "is_live": false,
    "created_at": "2016-06-12T00:21:20Z"
  },
  "channel": {
    "id": "71092938",
    "login": "xqc",
    "username": "xQc",
    "link": "https://www.twitch.tv/xqc",
    "profile_image": "https://static-cdn.jtvnw.net/jtv_user_pictures/xqc-profile_image-9298dca608632101-150x150.jpeg",
    "is_partner": true,
    "is_affiliate": false
  },
  "is_subscriber": true,
  "subscriber_months": 6,
  "is_founder": false,
  "is_moderator": false,
  "is_vip": false,
  "is_broadcaster": false,
  "badges_count": 10,
  "badges": [
    {
      "set_id": "subscriber",
      "version": "6",
      "title": "6-Month Subscriber",
      "description": "6-Month Subscriber",
      "image": "https://static-cdn.jtvnw.net/badges/v1/49a31432-3515-440f-8b57-f74b6bb156df/2",
      "click_action": "subscribe",
      "click_link": null
    },
    {
      "set_id": "football-fest-2026",
      "version": "1",
      "title": "Football Fest 2026",
      "description": "This badge was earned by watching 15 minutes of any of the participating Football Fest channels during Football Fest 2026!",
      "image": "https://static-cdn.jtvnw.net/badges/v1/2b195857-8531-4487-a998-62fb9dbbe0e5/2",
      "click_action": "visit_url",
      "click_link": "https://help.twitch.tv/s/article/twitch-chat-badges-guide"
    },
    {
      "set_id": "nopixel-v-launch",
      "version": "1",
      "title": "nopixel V Launch",
      "description": "This badge was earned by subscribing to a GTAV streamer during the nopixel V Launch!",
      "image": "https://static-cdn.jtvnw.net/badges/v1/6a34b65f-93f6-4ebd-8f75-898bdaff79e8/2",
      "click_action": null,
      "click_link": null
    },
    {
      "set_id": "premium",
      "version": "1",
      "title": "Prime Gaming",
      "description": "Prime Gaming",
      "image": "https://static-cdn.jtvnw.net/badges/v1/bbbe0db0-a598-423e-86d0-f9fb98ca1933/2",
      "click_action": "visit_url",
      "click_link": "https://gaming.amazon.com"
    },
    {
      "set_id": "raging-wolf-helm",
      "version": "1",
      "title": "Raging Wolf Helm",
      "description": "This badge was earned for watching Elden Ring during the initial Shadow of the Erdtree Expansion launch!",
      "image": "https://static-cdn.jtvnw.net/badges/v1/3ff668be-59a3-4e3e-96af-e6b2908b3171/2",
      "click_action": null,
      "click_link": null
    },
    {
      "set_id": "subtember-2026",
      "version": "1",
      "title": "SUBtember 2026",
      "description": "Badge given to users who sub, gift, or use bits during SUBtember 2026.",
      "image": "https://static-cdn.jtvnw.net/badges/v1/6ae639f0-a06d-40a9-ad16-7b7e7c18a323/2",
      "click_action": null,
      "click_link": null
    },
    {
      "set_id": "twitch-recap-2023",
      "version": "1",
      "title": "Twitch Recap 2023",
      "description": "This user bled purple like it was their job, and was one of the most engaged members of Twitch in 2023!",
      "image": "https://static-cdn.jtvnw.net/badges/v1/4d9e9812-ba9b-48a6-8690-13f3f338ee65/2",
      "click_action": "visit_url",
      "click_link": "https://twitch-web.app.link/e/twitch-recap"
    },
    {
      "set_id": "twitch-recap-2024",
      "version": "1",
      "title": "Twitch Recap 2024",
      "description": "The Official Chat Badge of the Year. It takes hard work and KomodoHype to receive it. You should be proud to tell everyone you know about this.",
      "image": "https://static-cdn.jtvnw.net/badges/v1/72f2a6ac-3d9b-4406-b9e9-998b27182f61/2",
      "click_action": "visit_url",
      "click_link": "https://www.twitch.tv/annual-recap"
    },
    {
      "set_id": "campaign-71092938-c723812a-b074-4837-94d0-83867964ceca-sub",
      "version": "1",
      "title": "JP",
      "description": "Channel Campaign Badge",
      "image": "https://static-cdn.jtvnw.net/badges/v1/c91a6181-4ef9-424a-b638-5712212eda02/2",
      "click_action": null,
      "click_link": null
    },
    {
      "set_id": "moments",
      "version": "1",
      "title": "Moments Badge - Tier 1",
      "description": "Earned for being a part of at least 1 moment on a channel",
      "image": "https://static-cdn.jtvnw.net/badges/v1/bf370830-d79a-497b-81c6-a365b2b60dda/2",
      "click_action": null,
      "click_link": null
    }
  ]
}