Kick Scraper

ENDPOINTS
GET/channels/chat-user

Chat User

One user's standing in a channel's chat: badges, sub months, follow date, moderator status and bans.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc

Username or kick.com profile URL of the chatter.

Examples:

  • Username: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "user": {
    "id": 676,
    "username": "xQc",
    "slug": "xqc",
    "link": "https://kick.com/xqc",
    "profile_image": "https://files.kick.com/images/user/676/profile_image/conversion/931b4e8f-5445-427c-bd82-b473530390cc-medium.webp",
    "is_channel_owner": true,
    "is_moderator": false,
    "is_staff": false,
    "is_banned": false,
    "ban": null,
    "badges": [
      {
        "type": "broadcaster",
        "label": "Broadcaster",
        "image": null,
        "months": null,
        "level": null
      },
      {
        "type": "verified",
        "label": "Verified channel",
        "image": null,
        "months": null,
        "level": null
      },
      {
        "type": "kick_founder22",
        "label": null,
        "image": "https://ext.cdn.kick.com/chat/badges/kick_founder22_2a2d3875-276e-4d87-ab63-d7578d2e10c0.png",
        "months": null,
        "level": null
      },
      {
        "type": "level",
        "label": null,
        "image": "https://ext.cdn.kick.com/chat/badges/7_bce852c7-f8c0-43e9-bba1-5ae987199625.png",
        "months": null,
        "level": 7
      }
    ],
    "following_since": null,
    "subscribed_for_months": 0,
    "created_at": "2022-10-22T06:59:51Z"
  }
}