Kick Scraper

ENDPOINTS
GET/channels/chatters

Chatters

Who is in a channel's chat right now: moderators, VIPs, OGs, viewers and bots.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "total_count": 11,
  "moderators": [
    {
      "username": "Fossabot",
      "slug": "fossabot",
      "link": "https://kick.com/fossabot",
      "profile_image": "https://files.kick.com/images/user/7404530/profile_image/conversion/104a9b9a-3882-49b1-aa55-22eae3dab24f-medium.webp"
    }
  ],
  "vips": [],
  "ogs": [],
  "viewers": [
    {
      "username": "tztwiz",
      "slug": "tztwiz",
      "link": "https://kick.com/tztwiz",
      "profile_image": "https://files.kick.com/images/user/7395662/profile_image/conversion/44ba46c5-8d72-479c-9636-b5b5fb154fee-medium.webp"
    },
    {
      "username": "adware",
      "slug": "adware",
      "link": "https://kick.com/adware",
      "profile_image": null
    },
    {
      "username": "gigakurva",
      "slug": "gigakurva",
      "link": "https://kick.com/gigakurva",
      "profile_image": null
    },
    {
      "username": "justshel",
      "slug": "justshel",
      "link": "https://kick.com/justshel",
      "profile_image": null
    },
    {
      "username": "mordhau_af",
      "slug": "mordhau-af",
      "link": "https://kick.com/mordhau-af",
      "profile_image": "https://files.kick.com/images/user/115317037/profile_image/conversion/default6-medium.webp"
    },
    {
      "username": "a93c",
      "slug": "a93c",
      "link": "https://kick.com/a93c",
      "profile_image": "https://files.kick.com/images/user/114978469/profile_image/conversion/default6-medium.webp"
    },
    {
      "username": "justnoot",
      "slug": "justnoot",
      "link": "https://kick.com/justnoot",
      "profile_image": "https://files.kick.com/images/user/48106060/profile_image/conversion/default3-medium.webp"
    },
    {
      "username": "Arrayi",
      "slug": "arrayi",
      "link": "https://kick.com/arrayi",
      "profile_image": "https://files.kick.com/images/user/9312236/profile_image/conversion/default2-medium.webp"
    },
    {
      "username": "VibeKr1sta",
      "slug": "vibekr1sta",
      "link": "https://kick.com/vibekr1sta",
      "profile_image": "https://files.kick.com/images/user/124956008/profile_image/conversion/a358e31d-78d4-432f-a619-0f6e2a7c32ed-medium.webp"
    },
    {
      "username": "LuckorHoop",
      "slug": "luckorhoop",
      "link": "https://kick.com/luckorhoop",
      "profile_image": null
    }
  ],
  "bots": []
}