Kick Scraper

ENDPOINTS
GET/channels/recent-categories

Recent Categories

The categories a channel streamed most recently, with live viewers and banners.

QUERY PARAMS

Kick channel slug or any kick.com channel URL.

Examples:

  • Slug: xqc
  • URL: https://kick.com/xqc
{
  "channel": "xqc",
  "count": 4,
  "categories": [
    {
      "id": 15,
      "name": "Just Chatting",
      "slug": "just-chatting",
      "link": "https://kick.com/category/just-chatting",
      "description": null,
      "tags": [
        "IRL",
        "Casual"
      ],
      "is_mature": null,
      "is_promoted": null,
      "is_live": null,
      "viewer_count": 100192,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/15/banner/b697a8a3-62db-4779-aa76-e4e47662af97",
      "directory": {
        "id": 2,
        "name": "IRL",
        "slug": "irl",
        "icon": "🎙️"
      }
    },
    {
      "id": 8,
      "name": "Grand Theft Auto V (GTA)",
      "slug": "grand-theft-auto-v",
      "link": "https://kick.com/category/grand-theft-auto-v",
      "description": "Grand Theft Auto V is a vast open world game set in Los Santos, a sprawling sun-soaked metropolis struggling to stay afloat in an era of economic uncertainty and cheap reality TV. The game blends storytelling and gameplay in new ways as players repeatedly jump in and out of the lives of the game’s three lead characters, playing all sides of the game’s interwoven story.",
      "tags": [
        "Shooter",
        "Action",
        "Open World"
      ],
      "is_mature": null,
      "is_promoted": null,
      "is_live": null,
      "viewer_count": 113408,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/8/banner/8110f223-9654-4536-bfee-6a324bbf03f9",
      "directory": {
        "id": 1,
        "name": "Games",
        "slug": "games",
        "icon": "🕹️"
      }
    },
    {
      "id": 84,
      "name": "Escape From Tarkov",
      "slug": "escape-from-tarkov",
      "link": "https://kick.com/category/escape-from-tarkov",
      "description": null,
      "tags": [
        "Simulation",
        "FPS",
        "Action"
      ],
      "is_mature": null,
      "is_promoted": null,
      "is_live": null,
      "viewer_count": 872,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/84/banner/599546ff-8e13-4f98-a384-2cf96714bce9",
      "directory": {
        "id": 1,
        "name": "Games",
        "slug": "games",
        "icon": "🕹️"
      }
    },
    {
      "id": 28,
      "name": "Slots & Casino",
      "slug": "slots",
      "link": "https://kick.com/category/slots",
      "description": null,
      "tags": [
        "Gambling"
      ],
      "is_mature": null,
      "is_promoted": null,
      "is_live": null,
      "viewer_count": 120870,
      "followers_count": null,
      "banner": "https://files.kick.com/images/subcategories/28/banner/ca01a05f-f807-4fbf-8794-3d547b1bb7a6",
      "directory": {
        "id": 4,
        "name": "Gambling",
        "slug": "gambling",
        "icon": "🎰"
      }
    }
  ]
}