Kick Scraper

ENDPOINTS
GET/channels/chatroom

Chat Settings

A channel's chat settings: slow, followers-only, subs-only, emote-only modes, rules and pinned message.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "chatroom": {
    "id": 668,
    "slow_mode": {
      "is_enabled": false,
      "interval_seconds": 0
    },
    "followers_mode": {
      "is_enabled": true,
      "min_follow_minutes": 60
    },
    "subscribers_mode": {
      "is_enabled": false
    },
    "emotes_mode": {
      "is_enabled": false
    },
    "account_age": {
      "is_enabled": false,
      "min_account_minutes": 0
    },
    "rules": null,
    "pinned_message": null,
    "gifts_leaderboard": {
      "all_time": false,
      "week": false,
      "month": false
    }
  }
}